document.write( "Question 1026022: The sum of two numbers is 8. The difference of the two numbers is 2. Write a system if equations to find these two numbers and solve. \n" ); document.write( "
Algebra.Com's Answer #641279 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"A%2BB=8\"
\n" ); document.write( "\"A-B=2\"
\n" ); document.write( "Add the equations,
\n" ); document.write( "\"A%2BB%2BA-B=8%2B2\"
\n" ); document.write( "\"2A=10\"
\n" ); document.write( "Now solve for A.
\n" ); document.write( "Then use either equation to solve for B.
\n" ); document.write( "
\n" );