document.write( "Question 1175259: Helle there \r
\n" );
document.write( "\n" );
document.write( "I have a math question.\r
\n" );
document.write( "\n" );
document.write( "I have a right angle, the hight is x and the length is y, the hypotenuse is 10
\n" );
document.write( "The question is find x and y
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #800849 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! I have a right angle, the hight is x and the length is y, the hypotenuse is 10 \n" ); document.write( "The question is find x and y \n" ); document.write( ": \n" ); document.write( "Using pythag \n" ); document.write( "x^2 + y^2 = 10^2 \n" ); document.write( "y^2 = 100 - x^2 \n" ); document.write( "y = \n" ); document.write( "There are many solutions, but the only integer solution is \n" ); document.write( "x=6, y=8 \n" ); document.write( "or \n" ); document.write( "x=8, y=6 \n" ); document.write( " |