document.write( "Question 906792: The difference of two numbers is 2.If the sum of their sqaures is 20,What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #550101 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a - b = 2 \n" ); document.write( "a^2+b^2=20 \n" ); document.write( "a=b+2 \n" ); document.write( "(b+2)^2+b^2=20 \n" ); document.write( "b^2+4b+4+b^2=20 \n" ); document.write( "2*b^2+4b+4=20 \n" ); document.write( "2*b^2+4b-16=0 \n" ); document.write( "b^2+2b-8=0 \n" ); document.write( "(b+4)*(b-2)=0 \n" ); document.write( "b=4 or b=-2 \n" ); document.write( "so we have two sets of answers \n" ); document.write( "4 and 2 \n" ); document.write( "and \n" ); document.write( "-2 and -4 \n" ); document.write( "I liked the other tutor's logical approach but it left out the negative numbers. \n" ); document.write( " \n" ); document.write( " |