Question: Which of the following is the correct representation of the decimal number 10 in base-3?
Options:
Correct Answer: 110
Solution:
To convert 10 to base-3, divide by 3: 10 ÷ 3 = 3 remainder 1, 3 ÷ 3 = 1 remainder 0, 1 ÷ 3 = 0 remainder 1. Reading the remainders from bottom to top gives 110.