|
-
Jun 4th, 2007, 10:04 PM
#1
Thread Starter
Addicted Member
why is 2^8, 256 and not 512?
Just wondering why 2^8 = 256 and not 512?
can anyone explain that to me lol?
-
Jun 4th, 2007, 10:13 PM
#2
Hyperactive Member
Re: why is 2^8, 256 and not 512?
 Originally Posted by Icyculyr Fr0st
Just wondering why 2^8 = 256 and not 512?
can anyone explain that to me lol?
2^1 = 2
2^2 = 4
2^3 = 8
2^4 = 16
2^5 = 32
2^6 = 64
2^7 = 128
2^8 = 256
Hope that helps.
Rate Me! Rate Me! Rate Me!
Time to fly.
Copyright GraysonSoft Inc. 2007
-
Jun 4th, 2007, 10:15 PM
#3
Thread Starter
Addicted Member
Re: why is 2^8, 256 and not 512?
2^1 = 2
2^2 = 4
2^3 = 8
2^4 = 16
2^5 = 32
2^6 = 64
2^7 = 128
2^8 = 256
Thanks, but I knew that, but im wondering why
2^1 = 2, shouldn't 2^1 = 4? ((2*2)*1) = 4?
just wondering why its 2 and not 4 lol
-
Jun 4th, 2007, 10:22 PM
#4
Member
Re: why is 2^8, 256 and not 512?
2x2x2x2x2x2x2x2 = 2^8 = 256
2 = hmm.... = 2^1 = 2
2x2 = 4 = 2^2 = 4
etc..
-
Jun 4th, 2007, 10:40 PM
#5
Thread Starter
Addicted Member
Re: why is 2^8, 256 and not 512?
ok, that makes sense, thanks
-
Jun 4th, 2007, 10:47 PM
#6
Hyperactive Member
Re: why is 2^8, 256 and not 512?
 Originally Posted by Icyculyr Fr0st
Thanks, but I knew that, but im wondering why
2^1 = 2, shouldn't 2^1 = 4? ((2*2)*1) = 4?
just wondering why its 2 and not 4 lol
Just think that ^n is the number of times you have to multiply the same number.
For example:
2^0 = 0
Because ^0 is 0 times to multiply 2. In other words.
2*0 = 0
2^1 = 2
Because ^1 is 1 time to multiply 2. In other words.
2*1 = 2
2^2 = 4
Because ^2 is 2 times to multiply 2. In other words.
2*2 = 4
2^3 = 8
Because ^3 is 3 times to multiply 2. In other words.
2*2*2
And so on and so forth.
Rate Me! Rate Me! Rate Me!
Time to fly.
Copyright GraysonSoft Inc. 2007
-
Jun 4th, 2007, 10:52 PM
#7
Re: why is 2^8, 256 and not 512?
-
Jun 4th, 2007, 11:07 PM
#8
Hyperactive Member
Re: why is 2^8, 256 and not 512?
 Originally Posted by penagate
n0 is 1, not 0.
Oh yeah.
Sorry about that.
Rate Me! Rate Me! Rate Me!
Time to fly.
Copyright GraysonSoft Inc. 2007
-
Jun 4th, 2007, 11:11 PM
#9
Re: why is 2^8, 256 and not 512?
Easy way to visualise it:
n0 = 1
n1 = n
n2 = nn
n3 = nnn
n4 = nnnn
nk = nnnnn...[k]
-
Jun 5th, 2007, 03:43 AM
#10
Fanatic Member
Re: why is 2^8, 256 and not 512?
 Originally Posted by penagate
Easy way to visualise it:
n0 = 1
n1 = n
n2 = nn
n3 = nnn
n4 = nnnn
nk = nnnnn...[k]
And by the nn he means n*n, just in case someone ever reads this thread and is confused.
"X-mas is 24.Desember you English morons.." - NoteMe
-
Jun 8th, 2007, 03:33 PM
#11
Re: why is 2^8, 256 and not 512?
 Originally Posted by penagate
Easy way to visualise it:
n0 = 1
n1 = n
n2 = nn
n3 = nnn
n4 = nnnn
nk = nnnnn...[k]
Just to add to this:
n-1 = 1 / n
n-2 = 1 / (nn)
n-3 = 1 / (nnn)
n-x = 1 / (nnnnn ... [x])
-
Jun 8th, 2007, 09:40 PM
#12
Re: why is 2^8, 256 and not 512?
 Originally Posted by tommygrayson
For example:
2^0 = 0
Because ^0 is 0 times to multiply 2. In other words.
As pointed by penagate any number (other than zero of course) raised to the power zero has a numerical value of 1 - that is absolutely correct and here is why:
power can be
POSITIVE:
3 ^ 2 = 9
NEGATIVE:
3 ^ -2 = 1/9
ZERO:
3 ^ (2-2) = 9/9 = 1
-
Jun 8th, 2007, 10:27 PM
#13
Re: why is 2^8, 256 and not 512?
its also easily visualized with powers of 10 and decimal points.
10^-1 = .10
10^+0 = 1.0
10^+1 = 10.0
It works exactly the same way no matter what base. You just move your decimal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|