Determine whether a Triangle with side lengths of 10, 17 and 26 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 = 10, b = 17, c = 26  (c cannot be less than a or b)
a2 + b2 = (10)2 + (17)2
a2 + b2 = 100 + 289 = 389
c2 = (26)2 = 676
a2 + b2 ≠ c2  (389 ≠ 676)
Therefore, a Triangle with side lengths of 10, 17 and 26 is NOT a Right Triangle
Note: Since a2 + b2 < c2  (389 < 676), the Triangle is an Obtuse Triangle

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