document.write( "Question 371311: The sum of two numbers is 22, and the sum of their squares is 244. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #264518 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x represent one of the numbers, the other then is (22-x)
\n" ); document.write( "Write as we Read
\n" ); document.write( "x^2 + (22-x)^2 = 244
\n" ); document.write( "solving for x
\n" ); document.write( "x^2 + 484 -44x + x^2 = 244
\n" ); document.write( "2x^2 -44x + 240 = 0
\n" ); document.write( "factoring
\n" ); document.write( "(2x - 20)(x -12)= 0
\n" ); document.write( "(2x - 20)= 0
\n" ); document.write( " x = 10
\n" ); document.write( "(x -12)= 0
\n" ); document.write( " x = 12
\n" ); document.write( "Numbers are 10 and 12 \n" ); document.write( "
\n" );