91.6k views
0 votes
How to change a bianary number into decimal number​

2 Answers

4 votes

Explanation:

Hey there!!!

We generally multiply using base 2 and keep power that starts from 0 and goes on increasing and add all them at last to convert binary to decimal.

For example:

011110

To convert into decimal follow the steps.

1st step: Multiply with base 2 and keep power from right side starting from 0.


0 * {2}^(5) + 1 * {2}^(4) + 1 * {2}^(3) + 1 * {2}^(2) + 1 * {2}^(1) + 0 * {2}^(0)

2nd step: solve powers and multiply with binary numbers.

This implies;

= 0 + 16 + 8 + 4 + 2 +0

= 30.... is your answer.

Hope it helps....

User GuitarStrum
by
7.9k points
4 votes

1. Positional Notation

2. Doubiling

3. An Online Converter

User Zafar
by
8.5k points

Related questions

asked Aug 20, 2023 73.3k views
Fabio Magarelli asked Aug 20, 2023
by Fabio Magarelli
8.8k points
2 answers
24 votes
73.3k views
1 answer
13 votes
198k views