asked 217k views
0 votes
Convert 1001001 base 2 to decimal (base 10)


asked
User TnJed
by
7.6k points

2 Answers

4 votes

Answer:

73

Explanation:

You would multiply each number by it's corresponding power of 2.


1*2^(6)+0*2^(5)+0*2^(4)+1*2^(3)+0*2^(2)+0*2^(1)+1*2^(0)

The result of those numbers added together is 73 which is your answer.

answered
User Ifigeneia
by
7.9k points
7 votes

64 + 0 + 0 + 8 + 0 + 0 + 1 = 73. So, 73 is the decimal equivalent of the binary number 1001001.

answered
User Sesodesa
by
8.7k points

Related questions

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.