All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Sum of Powers (Posted on 2008-04-21) Difficulty: 4 of 5
The numbers 184 and 345 have a special property. Their sum, the sum of their squares, and the sum of their cubes are all perfect squares:
184 + 345 = 23^2
184^2 + 345^2 = 391^2
184^3 + 345^3 = 6877^2

Find another primitive pair of non-zero integers with the same property. Note, a primitive solution is a solution which is not a multiple of any smaller solution.
If you have extended precision math software, try to find a third or fourth primitive solution.

Tip: one of the numbers may be negative.

No Solution Yet Submitted by Brian Smith    
Rating: 4.0000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Hints/Tips Solving tips | Comment 3 of 5 |

Some solving tips:

Equation 2 (a^2+b^2=y^2) is a Pythagorean equation.  The general parameterization is [a=k*(x^2-y^2), b=k*(2*x*y), y=k*(x^2+y^2)]

Start with that and find a way to easily find k so that Equations 1(a+b=x^2) and 2 is satisfied simultaneously.  Then move on to equation 3 (a^3+b^3=z^2).


  Posted by Brian Smith on 2008-04-24 00:42:31
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (16)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information