Katie:
I was thinking about this problem while running an errand. I have made some changes.
As Tutor Surendra K. has pointed out, there are many possible solutions.
From a+b+c = 1000, we get c = 1000 - a - b.
From the second equation, we get a2 + b2 = (1000 - a - b)2 .
So
a2 + b2 = 10002 + a2 + b2 - 2000a - 2000b + 2ab.
That is, 2000a + 2000b - 2ab =10002.
That is, 1000 a + 1000 b - ab = 500000
If you choose intelligently a value for b, you can solve for a and hope that a is a positive integer!
With b = 100, say (Will it work?)
1000 a + 10000 - 100 a = 500000
900 a = 490000 NO, a is not an integer.
All I can suggest right now is what is called a "computer intensive" method. Write a computer program as follows:
Step 1: Choose positive integers (a, b, c) such that a2 + b2 = c2.
Step 2: Check whether or not a + b + c = 1000.
Step 2a: If YES, you have found one solution.
Step 2b: If NO, choose a different triplet of positive integers (a, b, c) satisfying the condition of Step 1.
Step 3: Go to Step 2.
Incidentally a partial list of triplets satisfying the condition in Step 1, is available on the website
http://en.wikipedia.org/wiki/Pythagorean_theorem
Katie, let me think on this problem some more. If I hit upon an analytical solution I will get back to you. Wish me luck! In the meantime, if you find something, please post a comment.
Dattaprabhakar (Dr. G.)
Dattaprabhakar G.
My appeal to my Fellow Tutors is whether or not they would be interested in sparing the time to read my proof, in the spirit of camaraderie. They are welcome to criticize and find mistakes. I shall be forever indebted to them.
09/07/14