document.write( "Question 229995: One leg of a right triangle is three times as long as the other. Write the lengthof the hypotenuse as a function of the shorter leg.\r
\n" ); document.write( "\n" ); document.write( "a) c = (something i can't read)(square root of a)\r
\n" ); document.write( "\n" ); document.write( "b) c = 2a\r
\n" ); document.write( "\n" ); document.write( "c) c = (something i can't read)(square root of 10)\r
\n" ); document.write( "\n" ); document.write( "d) c = 10(a squared)
\n" ); document.write( "

Algebra.Com's Answer #170407 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let a and b be the two legs of this triangle and c is the hypotenuse.
\n" ); document.write( "\"b+=+3a\" \"One leg (b) is three times as long as the other (3a).\"
\n" ); document.write( "Use the Pythagorean theorem.
\n" ); document.write( "\"c%5E2+=+a%5E2%2Bb%5E2\" Substitute \"b+=+3a\"
\n" ); document.write( "\"c%5E2+=+a%5E2%2B%283a%29%5E2\" Combine like-terms on the right side.
\n" ); document.write( "\"c%5E2+=+a%5E2%2B9a%5E2\"
\n" ); document.write( "\"c%5E2+=+10a%5E2\" Take the square root of both sides.
\n" ); document.write( "\"c+=+sqrt%2810%29%2Aa\" or \"highlight%28c+=+a%2Asqrt%2810%29%29\"
\n" ); document.write( "
\n" );