document.write( "Question 651531: Translate to a system of equations and solve.
\n" );
document.write( "The sum of two numbers is 8. Their difference is 12. Find the number.
\n" );
document.write( "So far I have: x+y= 30
\n" );
document.write( " x-y= 12
\n" );
document.write( "I don't know what I have to do to solve for the numbers. \n" );
document.write( "
Algebra.Com's Answer #407695 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=8 y=-x+8 \n" ); document.write( "x-y=12 \n" ); document.write( "x-(-x+8)=12 \n" ); document.write( "2x-8=12 \n" ); document.write( "2x=12+8 \n" ); document.write( "x=20/2 \n" ); document.write( "x=10 \n" ); document.write( "-------------- \n" ); document.write( "10-y=12 \n" ); document.write( "-y=12-10 \n" ); document.write( "-y=2 \n" ); document.write( "y=-2 \n" ); document.write( "-------------- \n" ); document.write( "10-2=8 \n" ); document.write( "I don't know where you got the 30 from. \n" ); document.write( " |