answersLogoWhite

0


Best Answer

To convert from decimal to binary, keep dividing by two, recording the remainder from right to left (% is the symbol for the remainder after dividing):

22 % 2 = 0 ... "0"

11 % 2 = 1 ... "10"

5 % 2 = 1 ... "110"

2 % 2 = 0 ... "0110"

1 % 2 = 1 ... "10110"

So 22 in base 10 is 10110 in base 2 (binary).

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The base 10 number 22 is equal to the binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The base 10 number 21 is equal to the binary number?

The number 21 in binary is 10101


Examples of base 2 system?

In base 2 system, also known as binary system, only the digits 0 and 1 are used. For example, the number 1011 in base 2 is equal to 11 in base 10. Another example is the number 1101 in base 2, which is equal to 13 in base 10.


What is binary 11111111 represents what base ten number?

The binary number 11111111 represents the number 255 in base 10.


What is the base number in the binary system?

10


What is the Binary number 1001010 is equal to which decimal number?

10010102 = (in base 10) 26 + 23 + 21 = 64 + 8 + 2 = 74


The base 10 number 21 is equivalent to what binary numbers?

The number 21 in binary is 10101


What is binary number 1111 translated into a base 10 number?

It is 15 in base 10.


What does the binary number 11111 equal as a whole number?

1 1 1 1 1 is already a binary whole number.When converted to base-10 (decimal) notation,you discover that it's the number 31 .


What does 0100100001100001011011000110111100100001 mean?

I'd guess that this number is binary (base 2 rather than base 10). If so, it's equal to 310,872,141,601 in decimal form.


In the following write the binary number in base 10. 1001111 base 2?

Binary 1001111 is 79 in decimal.


What is the binary number 101010 in base 10?

To convert the binary number 101010 to base 10, you can use the positional notation method. Starting from the right, the positions represent powers of 2. So, 12^5 + 02^4 + 12^3 + 02^2 + 12^1 + 02^0 = 32 + 0 + 8 + 0 + 2 + 0 = 42. Therefore, the binary number 101010 is equal to 42 in base 10.


What is the binary of 75 base 10?

The binary equivalent of the decimal number 75 is 1001011.