document.write( "Question 658079: Suppose that the sum of two numbers is 19 and the sum of their squares is 221. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #410145 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "the sum of two numbers\"highlight%28x%29\"& \"highlight%28y%29\" is 19 and the sum of their squares is 221
\n" ); document.write( "Question states***
\n" ); document.write( " x + y = 19 0r \"y+=+19-x\"
\n" ); document.write( "x^2 + y^2 = 221
\n" ); document.write( " x^2 + (19-x)^2 = 221
\n" ); document.write( " x^2 + 361-38x + x^2 = 221
\n" ); document.write( " 2x^2 - 38x + 140 = 0
\n" ); document.write( " x^2 - 19x + 70 = 0
\n" ); document.write( "factoring
\n" ); document.write( "(x - 14)(x-5) = 0
\n" ); document.write( "(x - 14)= 0, x = 14 and y = 5
\n" ); document.write( "0r(x-5) = 0, x = 5 and y = 14
\n" ); document.write( "numbers are 5 and 14 \n" ); document.write( "
\n" );