document.write( "Question 367744: The sum of two numbers is eleven. The sum of the squares of the two numbers is sixty-five. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #262130 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"system%28x%2By=11%2Cx%5E2%2By%5E2=65%29\"\r\n" );
document.write( "\r\n" );
document.write( "Solve the first one for y\r\n" );
document.write( "\r\n" );
document.write( "\"x%2By=11\"\r\n" );
document.write( "\"y=11-x\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute \"%2811-x%29\" for y in the second:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2%2By%5E2=65\"\r\n" );
document.write( "\"x%5E2%2B%2811-x%29%5E2=65\"\r\n" );
document.write( "\r\n" );
document.write( "Simplify and get 0 on the right side\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2%2B%2811-x%29%2811-x%29=65\"\r\n" );
document.write( "\"x%5E2%2B%28121-22x%2Bx%5E2%29=65\"\r\n" );
document.write( "\"x%5E2%2B121-22x%2Bx%5E2=65\"\r\n" );
document.write( "\"2x%5E2-22x%2B56=0\"\r\n" );
document.write( "\r\n" );
document.write( "Divide every term by 2\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2-11x%2B28=0\"\r\n" );
document.write( "\r\n" );
document.write( "Factor the left side:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x-7%29%28x-4%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "Us the zero-factor principle:\r\n" );
document.write( "\r\n" );
document.write( "x - 7 = 0          x - 4 = 0\r\n" );
document.write( "    x = 7              x = 4\r\n" );
document.write( "\r\n" );
document.write( "Substitute in \r\n" );
document.write( "\r\n" );
document.write( "y = 11 - x\r\n" );
document.write( "\r\n" );
document.write( "If x = 7, then y = 11 - 7 or 4\r\n" );
document.write( "\r\n" );
document.write( "If x = 4, then y = 11 - 4 or 7\r\n" );
document.write( "\r\n" );
document.write( "So the numbers are 4 and 7.\r\n" );
document.write( "\r\n" );
document.write( "Checking 4 + 7 = 11 and 4² + 7² = 16 + 49 = 65.  So those answers \r\n" );
document.write( "are correct.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );