Playing with Primitive Pythagorean Triples!

Define a Primitive Pythagorean Triple as a set of three positive integers ( a , b , c ) (a,b,c) such that a < b < c a<b<c and a 2 + b 2 = c 2 a^2 + b^2 = c^2 , and where the integers a , b , c a,b,c don't all share a common factor greater than 1.

How many Primitive Pythagorean Triples exists that satisfy the equation a + b c = 20 a+b-c = 20 ?

\infty 2 0 6 4 1 5 3

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Shaun Leong
Dec 29, 2015

We will use the parametrization of Pythagorean Triples, ( a , b , c ) = ( m 2 n 2 , 2 m n , m 2 + n 2 ) (a,b,c)=(m^2-n^2,2mn,m^2+n^2) . Note that we can swap the values of a a and b b to satisfy a < b < c a <b <c since they are symmetric in a + b c = 20 a+b-c=20

Substituting these values into the equation, m 2 n 2 + 2 m n ( m 2 + n 2 ) = 20 m^2-n^2+2mn-(m^2+n^2)=20 2 m n 2 n 2 = 20 2mn-2n^2=20 n ( m n ) = 10 n(m-n)=10

By trying n = 1 , 2 , 5 , 10 n=1,2,5,10 , we obtain ( m , n ) = ( 11 , 1 ) , ( 7 , 2 ) , ( 7 , 5 ) , ( 11 , 10 ) (m,n)=(11,1), (7,2), (7,5), (11,10)

The corresponding values of a , b a,b and c c are ( a , b , c ) = ( 22 , 120 , 122 ) , ( 28 , 45 , 53 ) , ( 24 , 70 , 74 ) , ( 21 , 220 , 221 ) (a,b,c)=(22,120,122), (28,45,53), (24,70,74), (21,220,221)

The first and third solutions are rejected since their gcd > 1 \gcd > 1 . This leaves us with 2 \boxed {2} solutions.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...