document.write( "Question 831797: In a right triangle, the hypotenuse has a length of 20cm. One of the angles in this triangle is five times another angle(in degrees). solve the triangle. \n" ); document.write( "
Algebra.Com's Answer #501661 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! x first angle \n" ); document.write( "y second angle \n" ); document.write( "y = 5x\r \n" ); document.write( "\n" ); document.write( "x^2 + y^2 = 20^2 \n" ); document.write( "x^2 + (5x)^2 = 20^2 \n" ); document.write( "x^2 + 25x^2 = 400 \n" ); document.write( "26x^2 = 400 \n" ); document.write( "divide each side by 26 \n" ); document.write( "x^2=400/26 \n" ); document.write( "take square root of each side \n" ); document.write( "x = 3.92 \n" ); document.write( "y=5(3.92) \n" ); document.write( "y=19.6 \n" ); document.write( " |