convert the following decimal number into binary numbers a.) 987
Answers
Answer:
Hey I have very less friends can you be my friend??
Also please mark me as the brainliest. Please I need it.
Explanation:
Divide 987 by 2 keeping notice of the quotient and the remainder.
Continue dividing the quotient by 2 until you get a quotient of zero.
Then just write out the remainders in the reverse order to get binary equivalent of decimal number 987.
Using the above steps, here is the work involved in the solution for converting 987 to binary number:
987 / 2 = 493 with remainder 1
493 / 2 = 246 with remainder 1
246 / 2 = 123 with remainder 0
123 / 2 = 61 with remainder 1
61 / 2 = 30 with remainder 1
30 / 2 = 15 with remainder 0
15 / 2 = 7 with remainder 1
7 / 2 = 3 with remainder 1
3 / 2 = 1 with remainder 1
1 / 2 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer, The decimal number 987 converted to binary is therefore equal to :
1111011011
Please open the following attachment