document.write( "Question 76746This question is from textbook
\n" );
document.write( ": Find two numbers whose sum is 10 and whose squares differ by 20 \n" );
document.write( "
Algebra.Com's Answer #55071 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=10, X=10-Y \n" ); document.write( "X^2-Y*2=20 NOW SUBSTITITE (10-Y) FOR X & SOLVE FOR Y IN THE SECOND EQUATION \n" ); document.write( "(10-Y)^2-Y^2=20 \n" ); document.write( "100-20Y+Y^2-Y^2=20 \n" ); document.write( "-20Y=20-100 \n" ); document.write( "-20Y=-80 \n" ); document.write( "Y=-80/-20 \n" ); document.write( "Y=4 ANSWER. \n" ); document.write( "X+4=10 \n" ); document.write( "X=10-4 \n" ); document.write( "X=6 ANSWER. \n" ); document.write( "PROOF \n" ); document.write( "6^2-4^2=20 \n" ); document.write( "36-16=20 \n" ); document.write( "20=20 \n" ); document.write( " \n" ); document.write( " |