You're given a right triangle as shown above. If is a positive integer such that it satisfies the constraints and , what is the largest known value of ?
Hint : The related problem remains one of the world's unsolved math mysteries.
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.
From the Pythagorean theorem, a 2 + b 2 = c 2 .
Then b 2 = a ! + ( a − 1 ) ! + ( a − 2 ) ! = [ ( a − 2 ) ! ] ( a ( a − 1 ) + ( a − 1 ) + 1 ) = [ ( a − 2 ) ! ] ( a 2 ).
Thus, a 2 + b 2 = a 2 + [ a − 2 ) ! ] ( a 2 ) = c 2
Since a ∣ c , c 2 = a 2 d 2 for some integer d.
Dividing a 2 both sides, we will get: 1 + ( a − 2 ) ! = d 2 .
This equation leads to the famous Brocard's problem: find the natural number n such that n!+1 is a perfect square.
Until now, there are only 3 known values for n: 4, 5, and 7.
4! + 1 = 25 = 5^2.
5! + 1 = 121 = 11^2.
7! + 1 = 5041 = 71^2.
By checking up to a billion, no other larger integers satisfy the condition, and many believe 7 is the highest number despite having no standard proofs yet.
As a result, since a − 2 = 7, the maximum known value of a is 9.