You can
put this solution on YOUR website!A right triangle is a triangle with one angle measuring 90°. In a right triangle, the sides are related by Pythagorean Theorem, where c is the hypotenuse (the side opposite the 90° angle). Find the hypotenuse when the other 2 sides’ measurements are 3 feet and 4 feet.
sol :: hypotenuse ^2 = sum of other two side square.
hypotenuse ^2 = 3^2 + 4^2.
hypotenuse ^2 = 9 + 16
hypotenuse = 5 feet .