Thread: Fi, 11 and Pi
View Single Post
  #16 (permalink)  
Old 24-September-2008, 01:22 AM
cjameshuff's Avatar
cjameshuff cjameshuff is offline
Established Member
 
Join Date: Jun 2007
Location: Indiana
Posts: 1,434
Default

Quote:
Originally Posted by chriscurtis View Post
2^2 = 4

((2^2)^4)= 4^4 = 16

((2^2)^2)^2 = 256

etc
4^4 is 256, not 16. 2^4 is 16.


Quote:
Originally Posted by chriscurtis View Post
exponents of exponents are not the same as exponents
Oh? How are they different?

Exponentiation with integers is just a convenient way of expressing repeated multiplication.

a^b = a*a...*a, b times.
(a^b)^c = (a*a...*a)*(a*a...*a)*...(a*a...*a), c times.
Since multiplication is associative, x*(y*z) = x*y*z, so:
(a^b)^c = a*a...*a, b*c times. So,
(a^b)^c = a^(b*c)