document.write( "Question 1066990: The sum of the squares of two numbers is 117. The square of smaller number is four times of the bigger number\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #682234 by Alan3354(69443) You can put this solution on YOUR website! The sum of the squares of two numbers is 117. The square of smaller number is four times of the bigger number \n" ); document.write( "----------- \n" ); document.write( "x^2 + y^2 = 117 \n" ); document.write( "x^2 = 4y \n" ); document.write( "============ \n" ); document.write( "y^2 + 4y - 117 = 0 \n" ); document.write( "y = 9 \n" ); document.write( "x = 6 \n" ); document.write( " \n" ); document.write( " |