Problemas
Write this number in BINARY. 10 1010 1001 1111 1000
Roztwór
Sara
élite · Tutor durante 8 años
4
(289 Votos)
Respuesta
The correct answer is 1010.To convert the decimal number 10 to binary, we can use the method of dividing by 2 and keeping track of the remainders.1. Divide 10 by 2: 10 ÷ 2 = 5, remainder 02. Divide 5 by 2: 5 ÷ 2 = 2, remainder 13. Divide 2 by 2: 2 ÷ 2 = 1, remainder 04. Divide 1 by 2: 1 ÷ 2 = 0, remainder 1Now, we write down the remainders in reverse order: 1010.Therefore, the binary representation of the decimal number 10 is 1010.