14

From Zero to Engineer

Number systems - review exercises

A set of exercises covering all four systems: converting to decimal with the Horner scheme, converting a decimal number to duodecimal with the ladders, and the route through binary to hexadecimal.

The three previous lessons gave three tools: the multiply-and-add scheme, the division and multiplication ladders, and the grouping of binary digits. Here we use them together, on numbers written in binary, octal, duodecimal and hexadecimal. Nothing new to memorise - what counts is recognising which tool is the shortest route to the answer in each exercise.

Review exercises

Express the following numbers in the decimal number system.

a)1110.112=14.7510\text{a)}\quad 1110.11_{2} = 14.75_{10}

Integer part

12=22+1=332=66+1=772=1414+0=14\begin{aligned}1 \cdot 2 &= 2 \\2 + 1 &= 3 \\3 \cdot 2 &= 6 \\6 + 1 &= 7 \\7 \cdot 2 &= 14 \\14 + 0 &= 14\end{aligned}

Fractional part

12=22+1=3\begin{aligned}1 \cdot 2 &= 2 \\2 + 1 &= 3\end{aligned}
322=314=34=0.753 \cdot 2^{-2} = 3 \cdot \frac{1}{4} = \frac{3}{4} = 0.75
b)507.6328=327.80110\text{b)}\quad 507.632_{8} = 327.801_{10}

Integer part

58=4040+0=40408=320320+7=327\begin{aligned}5 \cdot 8 &= 40 \\40 + 0 &= 40 \\40 \cdot 8 &= 320 \\320 + 7 &= 327\end{aligned}

Fractional part

68=4848+3=51518=408408+2=410\begin{aligned}6 \cdot 8 &= 48 \\48 + 3 &= 51 \\51 \cdot 8 &= 408 \\408 + 2 &= 410\end{aligned}
41083=4101512=410512=0.801410 \cdot 8^{-3} = 410 \cdot \frac{1}{512} = \frac{410}{512} = 0.801
c)345.2Λ712=485.24710\text{c)}\quad 345.2\Lambda 7_{12} = 485.247_{10}

Λ = 11

Integer part

312=3636+4=404012=480480+5=485\begin{aligned}3 \cdot 12 &= 36 \\36 + 4 &= 40 \\40 \cdot 12 &= 480 \\480 + 5 &= 485\end{aligned}

Fractional part

212=2424+11=353512=420420+7=427\begin{aligned}2 \cdot 12 &= 24 \\24 + 11 &= 35 \\35 \cdot 12 &= 420 \\420 + 7 &= 427\end{aligned}
427123=42711728=4271728=0.247427 \cdot 12^{-3} = 427 \cdot \frac{1}{1728} = \frac{427}{1728} = 0.247
d)2B4,CA316=692.79010\text{d)}\quad 2B4{,}CA3_{16} = 692.790_{10}

A = 10, B = 11, C = 12

Integer part

216=3232+11=434316=688688+4=692\begin{aligned}2 \cdot 16 &= 32 \\32 + 11 &= 43 \\43 \cdot 16 &= 688 \\688 + 4 &= 692\end{aligned}

Fractional part

1216=192192+10=20220216=32323232+3=3235\begin{aligned}12 \cdot 16 &= 192 \\192 + 10 &= 202 \\202 \cdot 16 &= 3232 \\3232 + 3 &= 3235\end{aligned}
3235163=323514096=32354096=0.7903235 \cdot 16^{-3} = 3235 \cdot \frac{1}{4096} = \frac{3235}{4096} = 0.790

Express 427.362 in duodecimal form

427.36210=2Λ7.44212427.362_{10} = 2\Lambda 7.442_{12}
remainder
427: 127
35: 12Λ
2: 122
0
42710=2Λ712427_{10} = 2Λ7_{12}
0.362· 12
4.344· 12
4.128· 12
1.536· 12
6.432
we multiply only the fractional part
0.36210=0.442120.362_{10} = 0.442_{12}

The fourth digit decides how the third is rounded: 6 is half of twelve, so 0.4416 is written as 0.442.

Convert 139.825 to its equivalent forms in the octal, binary and hexadecimal systems

139.82510=213.6468=10001011.1101001102=8B,D316139.825_{10} = 213.646_{8} = 10001011.110100110_{2} = 8B{,}D3_{16}
remainder
139: 83
17: 81
2: 82
0
13910=2138139_{10} = 213_{8}
0.825· 8
6.600· 8
4.800· 8
6.400· 8
3.200
we multiply only the fractional part
0.82510=0.64680.825_{10} = 0.646_{8}
010
2
001
1
011
3
,
110
6
100
4
110
6
0000
0
1000
8
1011
B
,
1101
D
0011
3
0000
0

Frequently asked questions

What does the symbol Λ mean in the duodecimal system?

Eleven. The duodecimal system needs two symbols beyond the digits 0 to 9: X stands for ten and Λ for eleven. In the number 345.2Λ7 the symbol Λ is the second digit after the point and has the value 11.

Which method should you use to convert a number to decimal?

The scheme from Part 11: multiply by the base and add the next digit. It is shorter than writing out the place values and works the same way in every system, including when the digits are letters.

Why is 0.4416 in the duodecimal system written as 0.442?

Because we round to three digits and the fourth digit is 6 - exactly half of twelve, so the third one goes up from 1 to 2. In the duodecimal system the rounding boundary is 6, not 5 as in decimal.

How do you get a hexadecimal form from a decimal number?

First to octal with the ladders, then each octal digit into three binary digits, and those grouped in fours are read as hexadecimal. For 139.825 that gives 213.646 and then 8B.D3.

PhiBoard

A modern, interactive board for study and work. Create, teach and collaborate - completely free.

Coming soon to

Google Play

Download on the

App Store

PhiBoard

Tools

Capabilities

Knowledge base

Support

FAQ

Our mission

Contact

More

Our goalFor schoolsNews

Documents

TermsPrivacy policy

office@phiboard.com

Support the project

© 2026 PhiBoard. All rights reserved.

We Use Cookies

To improve the quality of our services, we use cookies. Cookies help us tailor our website to your preferences, analyze how you use the site, and provide a better user experience. By accepting cookies, you consent to their use for optimizing functionality and content on the site.

Number systems - review exercises | PhiBoard