Determine whether a Triangle with side lengths of 25, 60 and 65 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 = 25, b = 60, c = 65  (c cannot be less than a or b)
a2 + b2 = (25)2 + (60)2
a2 + b2 = 625 + 3,600 = 4,225
c2 = (65)2 = 4,225
a2 + b2 = c2  (4,225 = 4,225)
Therefore, a Triangle with side lengths of 25, 60 and 65 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