WAEC 2022 · Paper 1 · Q2

Change 432five432_{\text{five}} to a number in base three.

Worked solution (try it first)
  1. Change to base ten: 432five=4×25+3×5+2432_{\text{five}} = 4 \times 25 + 3 \times 5 + 2
    =117= 117.
  2. Divide by 3 repeatedly: 117=3×39+0117 = 3 \times 39 + 0, 39=3×13+039 = 3 \times 13 + 0, 13=3×4+113 = 3 \times 4 + 1, 4=3×1+14 = 3 \times 1 + 1, and 1=3×0+11 = 3 \times 0 + 1.
  3. Read the remainders from the bottom up: 11100three11100_{\text{three}}, option B.

Report a problem with this question