322 decimal to binary image
Answers
Answer:
101000010
Explanation:
To convert decimal number 322 to binary, follow these steps:
Divide 322 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 322.
Using the above steps, here is the work involved in the solution for converting 322 to binary number:
322 / 2 = 161 with remainder 0
161 / 2 = 80 with remainder 1
80 / 2 = 40 with remainder 0
40 / 2 = 20 with remainder 0
20 / 2 = 10 with remainder 0
10 / 2 = 5 with remainder 0
5 / 2 = 2 with remainder 1
2 / 2 = 1 with remainder 0
1 / 2 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer, The decimal number 322 converted to binary is therefore equal to :
101000010