document.write( "Question 134190: One number is six less than the other. The sum of the squares of these numbers is 20. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #98124 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X=Y-6
\n" ); document.write( "X^2+Y^2=20
\n" ); document.write( "(Y-6)^2+Y^2=20
\n" ); document.write( "Y^2-12Y+36+Y^2=20
\n" ); document.write( "2Y^2-12Y+36-20=0
\n" ); document.write( "2Y^2-12Y+16=0
\n" ); document.write( "2(Y^2-6Y+8)=0
\n" ); document.write( "2(Y-4)(Y-2)=0
\n" ); document.write( "Y-4=0
\n" ); document.write( "Y=4 ANSWER. & X=4-6 OR X=-2
\n" ); document.write( "Y-2=0
\n" ); document.write( "Y=2 ANSWER. & X=2-6 OR X=-4\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );