Is it possible to construct a right-angled triangle where all three sides are odd integers?
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 Pythagoras:
a 2 = b 2 + c 2
Where a is the length of the hypoteneuse and b and c are the lengths of the shorter sides.
Rearranging:
c 2 = a 2 − b 2
c 2 = ( a + b ) ( a − b )
If ( a − b ) is odd, then either a or b must be even since an odd number minus an odd number gives an even number but an odd number minus an even number, or an even number minus an odd number both give odd numbers.
If ( a − b ) is even then c 2 and hence c are even irrespectibe of the value of ( a + b )
Therefore there is no possible arrangement of integer values such that a , b and c are all odd.