New Reply

Base 2 trouble

 
Share Thread
Feb24-12, 05:53 PM   #1
 

Base 2 trouble


I'm a little embarrassed by this and having a total brain fart.
I understand:
(6 * 10^3) + (3 * 10^2) + (5 * 10^1) + (7 * 10^0) = 6000 + 300 + 50 + 7 = 6357

But for some reason I can't get this:
(1 * 2^3) is equal to 8.

(1 * 2^3) + (0 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 0 + 2 + 1 = 11
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Feb24-12, 06:02 PM   #2
 
Mentor
Quote by MartinJH View Post
I'm a little embarrassed by this and having a total brain fart.
I understand:
(6 * 10^3) + (3 * 10^2) + (5 * 10^1) + (7 * 10^0) = 6000 + 300 + 50 + 7 = 6357

But for some reason I can't get this:
(1 * 2^3) is equal to 8.

(1 * 2^3) + (0 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 0 + 2 + 1 = 11
Why do you have ones in these terms? "(1 * 2^1) + (1 * 2^0)"
Feb24-12, 06:05 PM   #3
 
Quote by berkeman View Post
Why do you have ones in these terms? "(1 * 2^1) + (1 * 2^0)"
I copied directly from here;
http://computer.howstuffworks.com/bytes1.htm

Its a page I came across while searching for more information. I did know how to work it out but have forgotten.
Feb24-12, 06:07 PM   #4
 

Base 2 trouble


Quote by MartinJH View Post
Yes, but that adds up to 11, not 8. 1011.

What you started with was 2^3 which is 1000 which is 8


Hey lookit that. I can look down and see Berkeman slooooooowly tyyyyping away.....
Feb24-12, 06:08 PM   #5
 
Mentor
Quote by MartinJH View Post
I copied directly from here;
http://computer.howstuffworks.com/bytes1.htm

Its a page I came across while searching for more information. I did know how to work it out but have forgotten.
The thing you copied shows how 0b1011 = 11. (binary 1011 = 11 decimal)

Below that do you see "8 = 1000" listed?
Feb24-12, 06:08 PM   #6
 
Mentor
Dagnabit! Beaten by Dave again
Feb24-12, 06:46 PM   #7
 
OK, thank you guys I understood :).
Feb24-12, 07:21 PM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by MartinJH View Post
I'm a little embarrassed by this and having a total brain fart.
I understand:
(6 * 10^3) + (3 * 10^2) + (5 * 10^1) + (7 * 10^0) = 6000 + 300 + 50 + 7 = 6357

But for some reason I can't get this:
(1 * 2^3) is equal to 8.
So this is what you are reall9y asking about- why 1*2^3= 8?

1*2^3= 1*(2*2*2)= 1*(2*(2*2)). 2*2= 4 so that becomes 1*(2*4). 2*4= 8 so that becomes 1*8= 8.

(1 * 2^3) + (0 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 0 + 2 + 1 = 11
Yes 10112 is 1*8+ 0*4+ 1*2+ 1= 11 base 10.
Feb24-12, 08:04 PM   #9
 
Quote by HallsofIvy View Post
So this is what you are reall9y asking about- why 1*2^3= 8?

1*2^3= 1*(2*2*2)= 1*(2*(2*2)). 2*2= 4 so that becomes 1*(2*4). 2*4= 8 so that becomes 1*8= 8.


Yes 10112 is 1*8+ 0*4+ 1*2+ 1= 11 base 10.

I was having trouble working out why 2^3=8. As simple as it seems. I haven't done any sort of to the power maths in years and it skipped my mind.
But yes, you had answered my question, thank you.

But ignoring the 1 in 1 * 2^3 as it was simply telling what binary digit 2^3 was representing.
Feb24-12, 08:07 PM   #10
 
There are 10 kinds of people in the world. Those who read binary and those who don't.
Feb25-12, 12:29 AM   #11
 
Mentor
Quote by Antiphon View Post
There are 10 kinds of people in the world. Those who read binary and those who don't.
Or, there are 3 kinds of people in the world: those who understand mathematics, and those who don't.
Feb25-12, 06:46 AM   #12
 
Quote by Mark44 View Post
Or, there are 3 kinds of people in the world: those who understand mathematics, and those who don't.
I don't
New Reply

Similar discussions for: Base 2 trouble
Thread Forum Replies
what happens if emitter-base & base-collector junctions are forward biased with 0.7V? Electrical Engineering 10
Why the method works? Change a decimal no. from denary(base 10) to octal(base 8) General Math 1
Convert base-10 212 to base-9 Precalculus Mathematics Homework 4
Base N to Base N Conversion Linear & Abstract Algebra 1
Acid-Base neutralization w/ more than 1 base. Chemistry 6