Find the sum of all integers n such that n 2 + 1 9 n + 9 2 is a perfect square.
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.
Completing the square: ( n + 2 1 9 ) 2 + 4 7 = x 2 Multiplying by 4 and factorizing: ( 2 n + 1 9 ) 2 = ( 2 x ) 2 − 7 Now let m = 2 n and y = 2 x , such that: ( m + 1 9 ) 2 = y 2 − 7 ⇒ ( m + 1 9 ) 2 = 9 This means that: m = − 1 6 a n d m = − 2 2 ⇒ n = − 8 a n d n = − 1 1 ∴ ∑ n = − 1 9
Very easy and short.
( n + 9 ) ( n + 1 0 ) + 2
is the product of two consecutive numbers, + 2.
So it is a perfect square if and only if the products of these two consecutive numbers equals 1 ⋅ 2 (as you can see it immediately via geometric interpretation).
This happens for n = − 8 and n = − 1 1 . The sum is then − 1 9 .
In my solution all the variables apart from the original n are positive integers.
From the stated condition we can write
n 2 + 1 9 n + 9 2 = k 2 which can be written as
n 2 + 1 9 n + ( 9 2 − k 2 ) = 0 ........(1)
For each value of k this formula gives two values of n which, by Vieta's formula, add to give − 1 9 . All we need to do to complete the problem is find out how many values of k lead to integer solutions of (1), and multiply this number by − 1 9 .
For integer solutions the discriminantof (1) must be a perfect square, so
1 9 2 − 4 ( 9 2 − k 2 ) = p 2
⟹ 4 k 2 − 7 = p 2
⟹ ( 2 k ) 2 − p 2 = 7
⟹ ( 2 k + p ) ( 2 k − p ) = 7
This has exactly o n e solution in positive integers, (it happens to be k = 3 , p = 1 , but the precise values are not important for my solution!)
And so the sum of the roots is 1 × − 1 9 = − 1 9
Let n 2 + 1 9 n + 9 2 = s 2
Now since n ∈ I so Discriminant of the above e q n is whole square.
So D = b 2 − 4 a c = 1 9 2 − 4 ( 9 2 − s 2 ) = k 2
7 = 4 s 2 − k 2 = ( 2 s + k ) . ( 2 s − k ) . Now we can have 2 equations
2 s − k = ± 1
2 s + k = ± 7
By this s = ± 2 ⇒ s 2 = 4 . Put this value in the given equation to get .
n 2 + 1 9 n + 8 8 = ( n + 1 1 ) . ( n + 8 ) = 0
So n = − 8 , − 1 1
By this the answer is − 1 9
L e t k b e a n i n t e g e r s o n 2 + 1 9 n + 9 2 = k 2 . So we have a quadratic equation n 2 + 1 9 n + ( 9 2 − k 2 ) = 0 . For a perffect square, 1 9 2 − 4 ∗ ( 9 2 − k 2 ) = − 7 + k 2 must be a perfect square. with integral k. k=4 satisfies this conditions. And the equation in unknown n has by, Vieta’s, the sum of the roots as -19
This solution is incomplete. You have shown that k = 4 satisfy the equation but you haven't shown that it's the only solution.
Problem Loading...
Note Loading...
Set Loading...
Let n 2 + 1 9 n + 9 2 = x 2 where x is an integer. Then
4 x 2 = 4 n 2 + 7 6 n + 3 6 8 = ( 2 n + 1 9 ) 2 + 7
Therefore,writing A = 2 x and B = 2 n + 1 9 we have A 2 − B 2 = 7 , or ( A − B ) ( A + B ) ) = 7 .Since 7 is a prime number,it factorizes in just two ways:as ± 1 × ± 7 .Therefore either,
2 x − ( 2 n + 1 9 ) = 1 and 2 x + ( 2 n + 1 9 ) = 7
leading to 4 x = 8 and 4 n + 3 8 = 6 or x = 2 , n = − 8 OR
2 x − ( 2 n + 1 9 ) = − 1 and 2 x + ( 2 n + 1 9 ) = − 7
leading to 4 x = − 8 and 4 n + 3 8 = − 6 or x = − 2 , n = − 1 1 .
Thus,there are just two integers n for which n 2 + 1 9 n + 9 2 is a square,namely − 8 and − 1 1 .Hence the answer − 1 9