Triple of integers

There are many triples of positive integers that satisfy the following properties:

  1. The sum of first and third equals the square of the second
  2. The sum of squares of first and second equals the square of the third.

Find the smallest of such triples. Submit your answer as the ratio of the product and the sum of the three integers.


The answer is 5.

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.

2 solutions

Chris Lewis
Aug 14, 2020

Let the three positive integers be (respectively) a , b , c a,b,c . From the question, we have b 2 = a + c = c 2 a 2 b^2=a+c=c^2-a^2

Since a , c a,c are positive, we can divide by a + c a+c to find that c a = 1 c-a=1

So we're looking for Pythagorean triples with the hypotenuse one more than the length of one of the legs. The obvious candidate - 3 , 4 , 5 3,4,5 - works, with a = 4 a=4 , b = 3 b=3 , c = 5 c=5 giving an answer of 5 \boxed{5} .


We can find all solutions: since c a = 1 c-a=1 , we have b 2 = 2 a + 1 b^2=2a+1 . So b b must be odd, and greater than 1 1 ; if we let b = 2 t + 1 b=2t+1 , then a = 2 t 2 + 2 t , b = 2 t + 1 , c = 2 t 2 + 2 t + 1 a=2t^2+2t, \;\;\; b=2t+1, \;\;\; c=2t^2+2t+1

for positive integer t t .

Interestingly, the requested ratio turns out to be quite simple in this form; it's just t ( 2 t 2 + 2 t + 1 ) t(2t^2+2t+1) .

Chris Lewis - 10 months ago

Log in to reply

Yes. It is.

Chew-Seong Cheong
Aug 14, 2020

Let the three positive integers be a a , b b , and c c . Then we have:

{ a + c = b 2 . . . ( 1 ) a 2 + b 2 = c 2 . . . ( 2 ) \begin{cases} a + c = b^2 & ...(1) \\ a^2 + b^2 = c^2 & ...(2) \end{cases}

From ( 2 ) (2) , since a + c = b 2 a+c = b^2 :

a 2 + a + c = c 2 a + c = c 2 a 2 = ( c + a ) ( c a ) c a = 1 c = a + 1 \begin{aligned} a^2 + a + c & = c^2 \\ a+c & = c^2 - a^2 \\ & = (c+a)(c-a) \\ c-a & = 1 \\ \implies c & = a + 1 \end{aligned}

From ( 1 ) (1) , since c = a + 1 c=a+1 : a + c = 2 a + 1 = b 2 a+c = 2a+1 = b^2 . This means that b b is odd. The smallest odd perfect square is 1 1 , then a = 0 a=0 , which is unacceptable. The next smallest odd perfect square is 3 2 3^2 , then a = 4 a=4 and c = 4 + 1 = 5 c=4+1=5 .

Therefore ( a , b , c ) = ( 4 , 3 , 5 ) (a,b,c) = (4,3,5) and a b c a + b + c = 4 × 3 × 5 4 + 3 + 5 = 5 \dfrac {abc}{a+b+c} = \dfrac {4\times 3 \times 5}{4+3+5} = \boxed 5 .

nice solution sir

SRIJAN Singh - 10 months ago

Log in to reply

Glad that you like it.

Chew-Seong Cheong - 10 months ago

Log in to reply

Sir i have a request to f=give solution for this also

SRIJAN Singh - 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...