Determine whether a Triangle with side lengths of 12, 16 and 21 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 = 12, b = 16, c = 21  (c cannot be less than a or b)
a2 + b2 = (12)2 + (16)2
a2 + b2 = 144 + 256 = 400
c2 = (21)2 = 441
a2 + b2 ≠ c2  (400 ≠ 441)
Therefore, a Triangle with side lengths of 12, 16 and 21 is NOT a Right Triangle
Note: Since a2 + b2 < c2  (400 < 441), the Triangle is an Obtuse Triangle

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