answersLogoWhite

0

An ancient method of converting decimal numbers to binary form is to halve the number until 1 is reached. When halving an odd number round down to the number below (13 halved = 61/2 round down to 6). If the number is even then record a 0, if the number is odd then record a 1.

22 ................is even .......0

22 ÷ 2 = 11..is odd..........1

11 ÷ 2 = 5....is odd..........1

5 ÷ 2 = 2......is even........0

2 ÷ 2 = 1......is odd..........1

The binary equivalent of 22 is therefore 10110

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the sum of the binary numbers?

The sum of binary numbers is also a binary number.


What are the numbers in binary?

The only numbers used in binary are 0 and 1


How is a binary used?

Binary what? Binary numbers? Binary stars? Binary fission?


What numbers is binary made up of?

Binary has all the numbers. Each binary digit can have the value 0 or 1 only.


What is the product of the binary numbers 0101 and 0101?

What is the product of the binary numbers 0101 and 0101?


What is the binary numbers from 20 to 30?

The binary representations of the decimal numbers from 20 to 30 are as follows: 20: 10100 21: 10101 22: 10110 23: 10111 24: 11000 25: 11001 26: 11010 27: 11011 28: 11100 29: 11101 30: 11110 These binary numbers represent their respective decimal values.


Why is it important to properly subscript our numbers on the Binary numeral system?

To ensure they are read as binary numbers and not decimal numbers.


How do you perform arithmetic operations on binary numbers?

There are a few rules to perform arithmetic operations in binary numbers. According to those rules you can add or subtract binary numbers. There are only two arithmetic operations used in binary numbers, they are addition and subtraction.


Convert the following decimal numbers into their equivalent binary numbers and then convert the resulting binary numbers back into the decimal numbers a. 6401 b. 1010110?

a) 6401 in Binary is 1100100000001b) 1010110 in decimal is 86


Convert the numbers 8 6 abd 5 to binary numbers?

In binary numbers....5 = 1016 = 1108 = 1000


What is the binary numbers?

It is 127 in decimal numbers.


What is 22 in binary?

10110