document.write( "Question 1083174: The lengths of the hypotenuse of a right triangle is 27 meters. One of the legs of this triangle has a length of 11sqrt(5) meters. What is the length of the other leg? \n" ); document.write( "
Algebra.Com's Answer #697178 by addingup(3677)![]() ![]() You can put this solution on YOUR website! hypotenuse: c = 27 \n" ); document.write( "one leg: a = 11 times the square root of 5. Correct? \n" ); document.write( "other leg: b \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "Pythagoras says: a^2 + b^2 = c^2 \n" ); document.write( "Since we want to know b, we subtract a^2 from both sides: \n" ); document.write( "a^2 - a^2 + b^2 = c^2 - a^2 \n" ); document.write( "This leaves us with: \n" ); document.write( "b^2 = c^2 - a^2 \n" ); document.write( "Now use your numbers: \n" ); document.write( "b^2 = 27^2 - 24.6^2 \n" ); document.write( "b^2 = 123.84 \n" ); document.write( "now take the square root of both sides: \n" ); document.write( "b = 11.13 \n" ); document.write( " |