document.write( "Question 636932: The difference of two numbers is -32. The sum of three times the smaller number and twice the larger is 134. What are the two numbers \n" ); document.write( "
Algebra.Com's Answer #401310 by graphmatics(170)\"\" \"About 
You can put this solution on YOUR website!
Let s be the smaller the two numbers and let l be the larger of the two numbers. Then:
\n" ); document.write( "\n" ); document.write( "s-l=-32
\n" ); document.write( "3s+2l=134
\n" ); document.write( "\n" ); document.write( "From the first equation we get
\n" ); document.write( "s=l-32 So:
\n" ); document.write( "3(l-32)+2l=134
\n" ); document.write( "3l-96+2l=134
\n" ); document.write( "5l=230
\n" ); document.write( "l=46
\n" ); document.write( "So s=l-32=46-32=14\n" ); document.write( "
\n" ); document.write( "
\n" );