It is possible to construct a right triangle with consecutive integers side lengths, namely, 3-4-5.
Is there more than 1 way to construct a right triangle with consecutive integers side lengths?
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.
Apply the Pythagorean relationship to the second triangle:
( n 2 ) + ( n 2 + 2 n + 1 ) = n 2 + 4 n + 4 n 2 − 2 n − 3 = 0 ( n − 3 ) ( n + 1 ) = 0
This gives ( n = 3 ) and ( n = − 1 ) as solutions. Obviously, the negative solution is inadmissible, leaving the 3-4-5 triangle as the only possible right triangle with consecutive integer side lengths.