Question 848149
 Find the length of one side of a right triangle if the length of the hypotenuse is 15 inches and the length of the other side is 12 inches
-------
leg = sqrt[hypo^2-(other leg)^2]
-------
side = sqrt(15^2-12^2) = sqrt(225-144) = 9
-----------------------
Cheers,
Stan H.
=======================