document.write( "Question 1150828: One of the legs of a right triangle is twice as long as the other, and the perimeter of the triangle is 28. What is the lengths of all three sides, to three decimal places. \n" ); document.write( "
Algebra.Com's Answer #772325 by Alan3354(69443) You can put this solution on YOUR website! One of the legs of a right triangle is twice as long as the other, and the perimeter of the triangle is 28. What is the lengths of all three sides, to three decimal places. \n" ); document.write( "--------- \n" ); document.write( "Assuming \"legs\" does not mean the hypotenuse c: \n" ); document.write( "a = shortest leg \n" ); document.write( "c^2 = a^2 + (2a)^2 = 5a^2 \n" ); document.write( "c = a*sqrt(5) \n" ); document.write( "------ \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "You can do the arithmetic\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |