document.write( "Question 884803: if the sum of two numbers is 10, if x is one number, then the two numbers are ? \n" ); document.write( "
Algebra.Com's Answer #534671 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
If A + X = 10, then X = 10 - A
\n" ); document.write( "When X is 1, then A is 10-1, or 9
\n" ); document.write( "When X is 2, then A is 10-2, or 8
\n" ); document.write( "When X is 3, then A is 10-3, or 7
\n" ); document.write( "etc
\n" ); document.write( "
\n" );