✏️ Explanatory Question

Example 0: Decimal to Binary Conversion

👁 1 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Decimal to Binary Conversion


Example 1

Convert:

\[ (1)_{10} \text{ to Binary} \]


Solution

\[ \begin{array}{r|l} 2 & 1 \\ \hline & 0 \quad 1 \\ \end{array} \]

Reading remainder from bottom to top:

\[ 1 \]

Therefore,

\[ (1)_{10} = (1)_2 \]


Example 2

Convert:

\[ (2)_{10} \text{ to Binary} \]


Solution

\[ \begin{array}{r|l} 2 & 2 \\ \hline 2 & 1 \quad 0 \\ \hline & 0 \quad 1 \\ \end{array} \]

Reading remainders from bottom to top:

\[ 10 \]

Therefore,

\[ (2)_{10} = (10)_2 \]


Example 3

Convert:

\[ (3)_{10} \text{ to Binary} \]


Solution

\[ \begin{array}{r|l} 2 & 3 \\ \hline 2 & 1 \quad 1 \\ \hline & 0 \quad 1 \\ \end{array} \]

Reading remainders from bottom to top:

\[ 11 \]

Therefore,

\[ (3)_{10} = (11)_2 \]


Example 4

Convert:

\[ (4)_{10} \text{ to Binary} \]


Solution

\[ \begin{array}{r|l} 2 & 4 \\ \hline 2 & 2 \quad 0 \\ \hline 2 & 1 \quad 0 \\ \hline & 0 \quad 1 \\ \end{array} \]

Reading remainders from bottom to top:

\[ 100 \]

Therefore,

\[ (4)_{10} = (100)_2 \]