document.write( "Question 44747: find the length x in the triangle and express in simplified radical form\r
\n" );
document.write( "\n" );
document.write( "sides of the triangle are 10, 8, and x\r
\n" );
document.write( "\n" );
document.write( "I get x^2 = 8^2 + 10^2 = 64 + 100 = 164 \r
\n" );
document.write( "\n" );
document.write( "not sure if this is correct and I think I am missing the final step.\r
\n" );
document.write( "\n" );
document.write( "Thanks for help \n" );
document.write( "
Algebra.Com's Answer #29604 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, you are assuming that the x represents the hypotenuse...if it does you are correct and you get \n" ); document.write( "x^2 = 164 \n" ); document.write( "x = sqrt(164) = 2*sqrt(41) \n" ); document.write( "But if the x represents a leg, we get \n" ); document.write( "x^2 + 8^2 = 10^2 \n" ); document.write( "x^2 + 64 = 100 \n" ); document.write( "x^2 = 36 \n" ); document.write( "x = 6 \n" ); document.write( " |