document.write( "Question 284231: The sum of two numbers is 23. The sum of the squares of the two numbers is 325. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #206283 by hello_me(3)\"\" \"About 
You can put this solution on YOUR website!
so x + y = 23
\n" ); document.write( "and x2 + y2 = 325
\n" ); document.write( "therefore using subsitution:
\n" ); document.write( "x=23-y
\n" ); document.write( "so
\n" ); document.write( "(23-y)2 + y2 = 325
\n" ); document.write( "so when we expand we get
\n" ); document.write( "529-46y+2y2 = 325
\n" ); document.write( "2y2-46y+204=102
\n" ); document.write( "by factorising we get
\n" ); document.write( "2(y-17)(y-6)=0
\n" ); document.write( "and therefore our numbers are 17 and 6
\n" ); document.write( "
\n" );