document.write( "Question 78399: If the length of the hypotenuse of a right triangle is 24 meters and the length of one of its legs is 12 meters, find the length of the other leg. Round to the nearest tenth, if necessary. \n" ); document.write( "
Algebra.Com's Answer #56227 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! length of the hypotenuse of a right triangle is 24 meters \n" ); document.write( "length of one of its legs is 12 meters\r \n" ); document.write( "\n" ); document.write( "By Pythagorean theorem,the length of the other sideis:\r \n" ); document.write( "\n" ); document.write( " = sqrt[hyp^2 - side^2] \n" ); document.write( " = sqrt[24^2 - 12^2] \n" ); document.write( " = sqrt(576 - 144) \n" ); document.write( " = sqrt(432) \n" ); document.write( " = 20.8\r \n" ); document.write( "\n" ); document.write( "Thus the length of the other leg = 20.8 meters \n" ); document.write( " |