document.write( "Question 292378: The sum of two numbers is 20, and the sum of their squares is 208. Find the numbers. \n" ); document.write( "
| Algebra.Com's Answer #211197 by Alan3354(69443)     You can put this solution on YOUR website! The sum of two numbers is 20, and the sum of their squares is 208. Find the numbers. \n" ); document.write( "-------------- \n" ); document.write( "x+y = 20 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x - 12)*(x - 8) = 0 \n" ); document.write( "x = 8 \n" ); document.write( "y = 12 \n" ); document.write( " \n" ); document.write( " |