document.write( "Question 1010262: if 3 times the smaller of two numbers is increased by the larger, the result is 63. if five times the smaller is subtracted from twice the larger, the result is 16. find the numbers, please. \n" ); document.write( "
Algebra.Com's Answer #625710 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the bigger, x, and the smaller, y.
\n" ); document.write( "Then we have
\n" ); document.write( "3y + x = 63 and
\n" ); document.write( "2x - 5y = 16
\n" ); document.write( "Solve the first for x and substitute into the second...we get
\n" ); document.write( "x = 63 - 3y
\n" ); document.write( "and
\n" ); document.write( "2(63 - 3y) - 5y = 16
\n" ); document.write( "126 - 6y - 5y = 16
\n" ); document.write( "-11y = -110
\n" ); document.write( "y = 10
\n" ); document.write( "x = 63 - 3(10) = 33
\n" ); document.write( "
\n" );