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

Home > Numbers
Set of triplets (Posted on 2008-05-08) Difficulty: 2 of 5

A2 + B2 = C2

where A=n*X, B=n*(X+1) and C=n*Y.

Determine triples (A,B,C) which satisfy the constraints of n,X,Y noting that A, B and C are all 3 digit numbers when n is 1 through 5.

See The Solution Submitted by brianjn    
Rating: 2.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
solution | Comment 3 of 8 |

1) a^2+b^2=c^2

substituting a=nx b=n(x+1) and c=ny into 1 we get

n^2x^2+n^2(x+1)^2=n^2y^2  we can divide the n^2 out and get

x^2+(x+1)^2=y^2

now since a and c are 3 digits for n=1 then x,y must also both be 3 digits thus we are looking for a pythagorean triple of the form (x,x+1,y) with all 3 values having 3 digits.  Using mathematica I found only 2 such triples which gives us either x=119 y=169 or x=696 y=985

we can throw out the second triple because it would cause A to be 4 digits for n=2 thus we have x=119 y=169 which gives us the 5 triples

(119,120,169)

(238,240,338)

(357,360,507)

(476,480,676)

(595,600,845)


  Posted by Daniel on 2008-05-08 22:11:51
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 (13)
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