document.write( "Question 514016: The hypotenuse of a right triangle is 15 cm and one of its legs is 11 cm . What is the measurement of the other leg ? \n" ); document.write( "
Algebra.Com's Answer #343256 by 10301650(32)![]() ![]() You can put this solution on YOUR website! c^2=a^2+b^2 --> FORMULA \n" ); document.write( " c (hypotenuse)= 15 \n" ); document.write( " a= 11 \n" ); document.write( " b= ? \n" ); document.write( " -----: you need to find the b. now, you need to transpose the a to the other side to solve for the other leg of the triangle which is the b.\r \n" ); document.write( "\n" ); document.write( "c^2-a^2=b^2 \n" ); document.write( ". \n" ); document.write( "15^2-11^2=b^2 \n" ); document.write( ". \n" ); document.write( "225-121=b^2 \n" ); document.write( ". \n" ); document.write( "104=b^2 \n" ); document.write( ". \n" ); document.write( "sqrt(104)= sqrt(b^2) \n" ); document.write( ". \n" ); document.write( "10.2= b (ANSWER) \n" ); document.write( " |