Problemas
Write this number in BINARY. 22 10110 10111 11011 10011
Roztwór
Sofia
maestro · Tutor durante 5 años
4.4
(230 Votos)
Respuesta
The correct answer is 10110.To convert the decimal number 22 to binary, we can use the method of dividing by 2 and keeping track of the remainders.1. Divide 22 by 2: the quotient is 11 and the remainder is 0.2. Divide 11 by 2: the quotient is 5 and the remainder is 1.3. Divide 5 by 2: the quotient is 2 and the remainder is 1.4. Divide 2 by 2: the quotient is 1 and the remainder is 0.5. Divide 1 by 2: the quotient is 0 and the remainder is 1.Reading the remainders from bottom to top, we get the binary representation of 22 as 10110.