Results 1 to 13 of 13

Thread: why is 2^8, 256 and not 512?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    why is 2^8, 256 and not 512?

    Just wondering why 2^8 = 256 and not 512?

    can anyone explain that to me lol?

  2. #2
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: why is 2^8, 256 and not 512?

    Quote 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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    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

  4. #4
    Member
    Join Date
    May 2007
    Posts
    37

    Re: why is 2^8, 256 and not 512?

    2x2x2x2x2x2x2x2 = 2^8 = 256
    2 = hmm.... = 2^1 = 2
    2x2 = 4 = 2^2 = 4

    etc..

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Location
    Australia
    Posts
    237

    Re: why is 2^8, 256 and not 512?

    ok, that makes sense, thanks

  6. #6
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: why is 2^8, 256 and not 512?

    Quote 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

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: why is 2^8, 256 and not 512?

    n0 is 1, not 0.

  8. #8
    Hyperactive Member tommygrayson's Avatar
    Join Date
    Aug 2005
    Location
    In my Nissan Silvia
    Posts
    433

    Re: why is 2^8, 256 and not 512?

    Quote 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

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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]

  10. #10
    Fanatic Member
    Join Date
    Dec 2002
    Location
    North Carolina
    Posts
    734

    Re: why is 2^8, 256 and not 512?

    Quote 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

  11. #11
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: why is 2^8, 256 and not 512?

    Quote 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])

  12. #12
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: why is 2^8, 256 and not 512?

    Quote 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

  13. #13
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    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.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width