document.write( "Question 1023238: The sum of an integer and twice a smaller integer is 25. If the smaller integer is subtracted from twice the larger integer, the difference is 10. What are the two integers? \n" ); document.write( "
Algebra.Com's Answer #638834 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"B%2B2A=25\"
\n" ); document.write( "\"2B-A=10\"
\n" ); document.write( "Multiply the second equation by 2 and add to the first,
\n" ); document.write( "\"B%2B2A%2B4B-2A=25%2B20\"
\n" ); document.write( "\"5B=45\"
\n" ); document.write( "\"B=9\"
\n" ); document.write( "Then,
\n" ); document.write( "\"2%289%29-A=10\"
\n" ); document.write( "\"18-A=10\"
\n" ); document.write( "\"A=8\"
\n" ); document.write( "
\n" ); document.write( "
\n" );