Parametrization of Pythagorean triplets

Fill the parentheses with a positive integer:

3 2 3^2 is a perfect square.

3 2 + 4 2 3^2+4^2 is a perfect square.

3 2 + 4 2 + 1 2 2 3^2+4^2+12^2 is a perfect square.

3 2 + 4 2 + 1 2 2 + ( ) 2 3^2+4^2+12^2+ (\ \ \ \ )^2 is a perfect square.


The answer is 84.

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

Naren Bhandari
Nov 7, 2017

Consider the number to be filled in the parentheses be x 2 x^2 and obtained number be p 2 p^2 . Then the equation can be written as 169 + x 2 = p 2 p 2 x 2 = 169 \begin{aligned}&169+x^2 = p^2 \\& p^2-x^2 = 169\end{aligned} Noting that 169 169 is perfect prime square number of 13 13 so it will be coprime integers expect the numbers in 1 3 k , k N 13^k, k\in\mathbb N , 1 1 and numbers in it multiple integral and 13 13 , 1 1 are only the factor of 169 169 less than it, then we have following possible cases for above equation. { p 2 x 2 = 1 3 2 ( p x ) ( p + x ) = 13 × 13 p 2 x 2 = 169 ( p x ) ( p + x ) = 1 × 169 \begin{cases} p^2-x^2 = 13^2 \Rightarrow (p-x)(p+x) = 13\times 13 \\p^2-x^2 =169\Rightarrow (p-x)(p+x) = 1\times 169 \end{cases} Solving the equations above we get x = 0 or 84 x = 0\space\text{or}\space 84 . Since the positive is 84 84 So , 84 84 is the required positive integer.

Puneet Sharma
Nov 13, 2017
  • The difference of two consecutive perfect squares is always odd. ( n + 1 ) 2 (n+1)^2 - n 2 n^2 =2n+1. In other words, n 2 n^{2} + (2n+1) = ( n + 1 ) 2 (n+1)^2 . for example, 1 0 2 10^2 + ( 2 10 + 1 ) (2*10+1) = 1 1 2 11^2 . Therefore, in this question, 3 2 3^2 + 4 2 4^2 + 1 2 2 12^2 = 169 which is of the form ( 2 84 + 1 2*84 +1 ) + 8 4 2 84^2 = 8 5 2 85^2 . Hence, the answer is 84

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...