- #1
murshid_islam
- 461
- 20
hi, i have to prove that if n is a perfect square and n>11, then n2 - 19n + 89 is not a perfect square. i have came up with the following:
n>11
100 - 89 < 20n - 19n
-20n + 100 < -19n + 89
n2 - 20n + 100 < n2 - 19n + 89
(n-10)2 < n2 - 19n + 89......(1)
n>11
92 - 81 < 19n - 18n
-19n + 92 < -18n + 81
n2 - 19n + 92 < n2 - 18n + 81
n2 - 19n + 89 + 3 < (n-9)2
n2 - 19n + 89 < (n-9)2......(2)
combining (1) and (2), we get,
(n-10)2 < n2 - 19n + 89 < (n-9)2
since n2 - 19n + 89 is between two consecutive perfect squares, it cannot be a perfect square itself. (QED)
but my proof doesn't require n to be a perfect square (as stated in the problem). is the question wrong? or am i making some mistake in my proof?
n>11
100 - 89 < 20n - 19n
-20n + 100 < -19n + 89
n2 - 20n + 100 < n2 - 19n + 89
(n-10)2 < n2 - 19n + 89......(1)
n>11
92 - 81 < 19n - 18n
-19n + 92 < -18n + 81
n2 - 19n + 92 < n2 - 18n + 81
n2 - 19n + 89 + 3 < (n-9)2
n2 - 19n + 89 < (n-9)2......(2)
combining (1) and (2), we get,
(n-10)2 < n2 - 19n + 89 < (n-9)2
since n2 - 19n + 89 is between two consecutive perfect squares, it cannot be a perfect square itself. (QED)
but my proof doesn't require n to be a perfect square (as stated in the problem). is the question wrong? or am i making some mistake in my proof?
Last edited: