10110112
11001112
10110012
100112 E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is A. 10110112.
To convert a decimal number to binary, you can use the following steps:
- Divide the decimal number by 2.
- Write down the remainder.
- Divide the quotient by 2.
- Write down the remainder.
- Continue dividing and writing down the remainders until the quotient is 0.
- Starting from the bottom, read the remainders from right to left.
For example, to convert 89 to binary, you would do the following:
- 89 / 2 = 44 with a remainder of 1
- 44 / 2 = 22 with a remainder of 0
- 22 / 2 = 11 with a remainder of 0
- 11 / 2 = 5 with a remainder of 1
- 5 / 2 = 2 with a remainder of 1
- 2 / 2 = 1 with a remainder of 0
The remainders are 1, 0, 1, 0, 1, 0. Reading these from right to left, we get the binary number 10110112.
The other options are incorrect because they do not represent the binary equivalent of 89.