Let n be a positive integer such that n 2 + 3 5 n + 1 7 4 is a perfect square a 2 . Find the positive value of a .
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.
Then n = 11^2 - 6 = 115 So, (115 + 6 )( 115+ 29 ) = 121 . 144 = (11 . 12)^2 = a^2 》 a = 11 . 12 = 132.
As you mentioned that if
(
n
+
6
)
(
n
+
2
9
)
is a perfect square then
(
n
+
6
)
and
(
n
+
2
9
)
must also be perfect squares.Is it always true? Consider
(
n
+
1
)
(
n
+
7
)
is a perfect square for
n
=
1
but
(
n
+
1
)
and
(
n
+
7
)
are not separately perfect squares.Sorry if I am missing something:)
Log in to reply
Great example! I think it only works if the greatest common divisor between the two terms is 1 i.e. gcd(121,144) = 1. He first assumed this was the case, then verified it. In your example gcd(2,8)=2, and only the unique pair (1,16) works.
Problem Loading...
Note Loading...
Set Loading...
Intended solution: After factorisation of the polynomial, we see that the difference betwen two squares x^2 and y^2 is 23, so (x+y)(x-y) = 23. Solving for integer roots we obtain x=12 and y=11. Hence a = x×y = 132