document.write( "Question 278031: The sum of two numbers is 12. Three times the smaller number increased by the larger number is 20. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #202373 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x+y=12
\n" ); document.write( "3x+y=20
\n" ); document.write( "2x=8
\n" ); document.write( "x=4
\n" ); document.write( "y=8
\n" ); document.write( "
\n" ); document.write( "
\n" );