MHB Calculating Powers of 4: A Challenge!

  • Thread starter Thread starter Wilmer
  • Start date Start date
  • Tags Tags
    Challenge
AI Thread Summary
The discussion centers around determining if the expression 4^27 + 4^500 + 4^972 is a perfect square. A manageable example is provided, showing that 4^3 + 4^7 + 4^10 equals 1032^2, illustrating the method of factoring. The original problem is reformulated, leading to the conclusion that n must equal 972 after applying the derived formula n = 2v - u - 1. The calculations demonstrate how to manipulate large integers to confirm the square property, emphasizing the importance of understanding the relationships between the exponents. The thread concludes with clarity on the transition from n-27 to 945, reinforcing the solution's correctness.
Wilmer
Messages
303
Reaction score
0
Working with a problem with huge integers;
is 4^27 + 4^500 + 4^972 a square? (length of that is 586 digits!)

Manageable(!) example:
4^3 + 4^7 + 4^10 = 1032^2

Thanks for any help; couldn't find an online calculator that can handle that.
 
Mathematics news on Phys.org
I do not know if this work for you to make sure it is an integer I took the floor of the square root here
check this
and this

to make sure it is an integer I took the floor of the square root here
 
Last edited:
Wilmer said:
Working with a problem with huge integers;
is 4^27 + 4^500 + 4^972 a square? (length of that is 586 digits!)

Manageable(!) example:
4^3 + 4^7 + 4^10 = 1032^2

Thanks for any help; couldn't find an online calculator that can handle that.
For the manageable example
$$4^3 + 4^7 + 4^{10} = 4^3(1 + 4^4 + 4^7) = 2^6(1 + 2^8 + 2^{14}) = \bigl(2^3(1+2^7)\bigr)^2.$$
Now try the same procedure with your bigger numbers.
 
Thanks loads, Amer.
I'll make SURE to remember Wolfram!

This was the original problem:
4^27 + 4^500 + 4^n = k^2
where n and k are both positive integers.
What is n?

This was the given solution:
4^27 + 4^500 + 4^n
= 4^27 (1 + 2^946 + 4^(n - 27))
= 4^27 (1 + 2.2^945 + (2^(n-27))^2)
= 4^27 (1 + 2.2^945 + (2^945)^2) ***********
= ((2^27)(1 + 2^945))^2
= k^2 where k = (2^27)(1 + 2^945)

so it must indicate n - 27 = 945
it means n = 27 + 945 = 972

I can follow almost all of it; except the switch from n-27 to 945 ***********
Can you see why? Thanks.
 
Thanks Opal; now quite clear. Slightly differently:

4^27 + 4^500 + 4^n

= 2^54 + 2^1000 + 2^(2n)

= 2^54[1 + 2^946 + 2^(2n - 54)] : A

= 2^54[1 + 2^(n - 27)]^2

= 2^54[1 + 2^(n - 26) + 2^(2n - 54)] : B

A, B: 2^54[1 + 2^946 + 2^(2n - 54)] = 2^54[1 + 2^(n - 26) + 2^(2n - 54)]
So:
2^946 = 2^(n - 26)
n - 26 = 946
n = 972

In other words, using 4^u + 4^v + 4^n :
n = 2v - u - 1
 
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top