document.write( "Question 1188743: The sum of two numbers is 33. The sum of the squares of these numbers is 557. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #819906 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Make two equations:
\n" ); document.write( "
\n" ); document.write( "x + y = 33
\n" ); document.write( "x² + y² = 557
\n" ); document.write( "
\n" ); document.write( "From the first equation, let: y = 33 - x
\n" ); document.write( "
\n" ); document.write( "Substitute y = 33 - x into the second equation:
\n" ); document.write( "
\n" ); document.write( "x² + (33 - x)² = 557
\n" ); document.write( "
\n" ); document.write( "Simplify and solve for x:
\n" ); document.write( "
\n" ); document.write( "x² + (1089 - 66x + x²) = 557
\n" ); document.write( "
\n" ); document.write( "2x² - 66x + 1089 = 557
\n" ); document.write( "
\n" ); document.write( "2x² - 66x + 532 = 0
\n" ); document.write( "
\n" ); document.write( "x² - 33x + 266 = 0
\n" ); document.write( "
\n" ); document.write( "(x - 14)(x - 19) = 0
\n" ); document.write( "
\n" ); document.write( "x = 14; x = 19
\n" ); document.write( "
\n" ); document.write( "There are two solutions. If you let x = 14 and substitute this into the original first equation (x + y = 33), this means y = 19.
\n" ); document.write( "
\n" ); document.write( "And, if you let x = 19 and substitute this into the original first equation (x + y = 33), this means y = 14.
\n" ); document.write( "
\n" ); document.write( "Either way, the two numbers you are looking for are 14 and 19.
\n" ); document.write( "
\n" );