document.write( "Question 683710: The question I was given is \"The sum of the squares of two numbers is 61 and the sum of those two numbers is 11. Calculate all the possible combinations of two numbers that satisfy these statements.\"\r
\n" ); document.write( "\n" ); document.write( "I attempted the question by first writing x+y=11 and x^2 +y^2=61. Therefore y=11-x. Unfortunately I can't understand any of the notes I made in class after that and would really appreciate any advice. Step by step solutions would be amazing as well, thank you.
\n" ); document.write( "

Algebra.Com's Answer #423667 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
You derived two equations from the problem:
\n" ); document.write( "x+y=11 (equation 1)
\n" ); document.write( "x^2 +y^2=61 (equation 2)
\n" ); document.write( ".
\n" ); document.write( "Then, you solved equation 1 for y:
\n" ); document.write( "y=11-x
\n" ); document.write( ".
\n" ); document.write( "NOW, you substitute the above into equation 2 and solve for x:
\n" ); document.write( "x^2 +y^2=61
\n" ); document.write( "x^2 +(11-x)^2=61
\n" ); document.write( "x^2 +(11-x)(11-x)=61
\n" ); document.write( "x^2 + 121 - 22x + x^2=61
\n" ); document.write( "2x^2 + 121 - 22x = 61
\n" ); document.write( "2x^2 - 22x + 121 = 61
\n" ); document.write( "2x^2 - 22x + 60 = 0
\n" ); document.write( "x^2 - 11x + 30 = 0
\n" ); document.write( "(x-5)(x-6) = 0
\n" ); document.write( "x = {5, 6}
\n" ); document.write( ".
\n" ); document.write( "to find y, substitute above back into:
\n" ); document.write( "y=11-x
\n" ); document.write( "y = {6, 5}
\n" ); document.write( ".
\n" ); document.write( "answers:
\n" ); document.write( "x=5 and y=6
\n" ); document.write( "OR
\n" ); document.write( "x=6 and y=5\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );