| 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 |
| Feb24-12, 06:02 PM | #2 |
|
Mentor
|
|
| Feb24-12, 06:05 PM | #3 |
|
|
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 troubleWhat 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
|
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 |
|
|
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. |
| Feb24-12, 08:04 PM | #9 |
|
|
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
|
|
| Feb25-12, 06:46 AM | #12 |
|
|
|
| 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 | ||