document.write( "Question 176918: Need help solving this problem \r
\n" );
document.write( "\n" );
document.write( "Solve for x: (The following is all the info I have about this right triangle.)\r
\n" );
document.write( "\n" );
document.write( "Leg a is x
\n" );
document.write( "Leg b is 4x
\n" );
document.write( "Leg c is ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #131965 by stanbon(75887) ![]() You can put this solution on YOUR website! Solve for x: (The following is all the info I have about this right triangle.) \n" ); document.write( "Leg a is x \n" ); document.write( "Leg b is 4x \n" ); document.write( "Leg c is ? \n" ); document.write( "--------------------- \n" ); document.write( "The answer depends on whether leg c is or is not the hypotenuse. \n" ); document.write( "----------- \n" ); document.write( "1st If it is the hypotenuse: \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "c^2 = x^2 + (4x)^2 = 17x^2 \n" ); document.write( "c = xsqrt(17) \n" ); document.write( "======================= \n" ); document.write( "2nd: if it is not the hypotenuse and b is the hypotenuse: \n" ); document.write( "b^2 = a^2 + c^2 \n" ); document.write( "(4x)^2 = x^2 + c^2 \n" ); document.write( "c^2 = 16x^2 - x^2 \n" ); document.write( "c^2 = 15x^2 \n" ); document.write( "c = xsqrt(15) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |