document.write( "Question 452271: The sum of 2 numbers is 40, if 2 is added to the larger the result is equal to twice the smaller number. What are the two numbers?. \n" ); document.write( "
Algebra.Com's Answer #310910 by rwm(914)\"\" \"About 
You can put this solution on YOUR website!
a+b=40
\n" ); document.write( "a+2=2b
\n" ); document.write( "a=2b-2
\n" ); document.write( "2b-2+b=40
\n" ); document.write( "3b=42
\n" ); document.write( "b=14
\n" ); document.write( "a=26
\n" ); document.write( "
\n" ); document.write( "
\n" );