answersLogoWhite

0


Best Answer

This is done in the same manner of converting a number in any non-decimal base (not base 10) to a decimal (base 10) number:

In each base system, the place value columns are the base times bigger than the column to its right.

The column before the base-point is the units or ones column. The next column left is the 1 × base = base column, the next column left is the base × base = base² column and so on.

To convert the number, sum each each digit of the base multiplied by its place value column.

For base 2, the place value columns (left from just left of the binary-point) are 1, 2, 2² = 4, 2³ = 8, 16, 32, ...

As a binary number only has 1s and 0s, converting a binary number to decimal is simply adding together the value of the place value columns that have a 1.

eg 101101₂ = 32 × 1 + 16 × 0 + 8 × 1 + 4 × 1 + 2 × 0 + 1 × 1 = 32 + 8 + 4 + 1 = 45

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is a binary number converted to a decimal number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

100000 in binary is what number is decimal?

Converted from binary to decimal, 100000 is equal to 32.


What is binary number 11111 converted into decimal?

It is number 31.


How do you convert octal to binary with 2 decimal nos?

The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method


In binary number counting what does 10 stand for?

10 is a 2 bit binary number, when converted to decimal numbers it is 2.


What is the binary number 111100000 converted into a decimal in base ten?

480 base 10


What is 11111 converted into decimal number?

If that's binary, it becomes 31 base 10


What are binery numbers?

Binary numbers belong to Binary number system. Binary System consists of only 2 digits (known as bits) 0 & 1. Any no. from decimal number system can be converted to binary number system. Binary numbers are widely used in design of various digital gadgets & computers. Following are some decimal no.s converted into binary numbers. Decimal number Binary number 0 0 1 1 2 10 3 11 4 100 5 101 6 110


How convert 123789 into binary?

Converted from decimal to binary, 123789 is equal to 11110001110001101.


What is 101101 converted into decimal from binary?

101101 = 45


What is the binary number for the decimal number 101?

The decimal number 101 is represented by the binary number 1100101.


What decimal number is represented by the binary number?

Every decimal number can be represented by a binary number - and conversely.


What is the binary number for decimal 245?

The binary equivalent of the decimal number 245 is 11110101.