document.write( "Question 432719: Sum of the squares of two numbers is 100. Sum of the numbers is 2. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #299995 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^2+y^2=100 \n" ); document.write( "x+y=2 \n" ); document.write( "y=2-x \n" ); document.write( "x^2+(2-x)^2=100 \n" ); document.write( "x^2+4-4x+x^2=100 \n" ); document.write( "2x^2-4x-96=0 \n" ); document.write( "x^2-2x-48=0 \n" ); document.write( "(x-8)(x+6)=0 \n" ); document.write( "x=8, y=-6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |