document.write( "Question 331683: I have a word problem that I would like help simplifying.\r
\n" );
document.write( "\n" );
document.write( "The sum of 2 numbers is 20,and the sum of their squares is 218.Find the numbers. \r
\n" );
document.write( "\n" );
document.write( "I have created equations of x+y=20 and x*x+y*y= 218. but I am assuming I need to break down the second equation to substitute the value of 20 for the term x+y.
\n" );
document.write( " Any help would be great \r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( "Steve \n" );
document.write( "
Algebra.Com's Answer #237762 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x + y = 20 ___ y = 20 - x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ x^2 + (20 - x)^2 = 218 ___ x^2 + 400 - 40x + x^2 = 218\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 - 20x + 91 = 0 ___ (x - 13)(x - 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 13 (or 7) and y equals the other one \n" ); document.write( " |