Determine whether a Triangle with side lengths of 24, 32 and 40 is a Right Triangle

A Right Triangle must satisfy the Converse of the Pythagorean Theorem: a2 + b2 = c2
From the given side lengths, let a = 24, b = 32, c = 40  (c cannot be less than a or b)
a2 + b2 = (24)2 + (32)2
a2 + b2 = 576 + 1,024 = 1,600
c2 = (40)2 = 1,600
a2 + b2 = c2  (1,600 = 1,600)
Therefore, a Triangle with side lengths of 24, 32 and 40 is a Right Triangle
Note: Since the side lengths are positive integers, they are a Pythagorean Triple

The solution above and all other related solutions were provided by the Right Triangle Application