How do I calculate 3^2048?

  • Context: High School 
  • Thread starter Thread starter tsuwal
  • Start date Start date
  • Tags Tags
    Sum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
tsuwal
Messages
105
Reaction score
0
exp.png


the answer is 3^2048. How do I get there?
 
Mathematics news on Phys.org
Since you are given the answer, use that information!

You have to prove that
##(2+3)(2^2+3^2)\cdots(2^{2048} + 3^{2048}) + 2^{4096} - 3^{4096} = 0##
Now, think what you can do with ##2^{4096} - 3^{4096}## ...
 
i don't know, what can i do :S?
 
and the answer is not given, it's multiple choice
 
a2 - b2 = (a-b)(a+b)

Start with a = 22048 and b = 32048
next repeat with a = 21024 and b = 31024
etc.
At the end you will have (2-3)(2+3). Just be careful with the sign.
 
Last edited:
but i got a plus sign not a minus sign...
 
tsuwal said:
but i got a plus sign not a minus sign...
No, its a minus sign:
##(2+3)(2^2+3^2)\cdots(2^{2048} + 3^{2048}) + 2^{4096} - 3^{4096} = 0##
AlephZero was referring to the last pair on the left.
 
now i get it. thanks!