Respuesta :

210 is 11010010 in binary form

Answer is 11010010.

What are the Rules to Convert Decimal to Binary?

Write down the number.

Divide it by 2 and note the remainder.

Divide the quotient obtained by 2 and note the remainder.

Repeat the same process till we get 0 as the quotient.

Write the values of all the remainders starting from the bottom to the top.

Step by step solution:

Step 1: Divide (210)  successively by 2 until the quotient is 0:

210/2 = 105, remainder is 0

105/2 = 52, remainder is 1

52/2 = 26, remainder is 0

26/2 = 13, remainder is 0

13/2 = 6, remainder is 1

6/2 = 3, remainder is 0

3/2 = 1, remainder is 1

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 11010010.

So, 11010010 is the binary equivalent of decimal number 210 (Answer).

Learn more about decimal to binary value here:

https://brainly.com/question/18086930?referrer=searchResults

#SPJ2