document.write( "Question 1012922: The sum of two numbers is 73. when the smaller number is subtracted from twice the greater number the result is 50. find the numbers \n" ); document.write( "
Algebra.Com's Answer #629043 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the larger and smaller, x and y. Thus we have
\n" ); document.write( "x + y = 73 and
\n" ); document.write( "2x - y = 50
\n" ); document.write( "Now add these equations and get
\n" ); document.write( "3x = 123
\n" ); document.write( "x = 41
\n" ); document.write( "Thus y must be 73-41 or
\n" ); document.write( "y = 32
\n" ); document.write( "
\n" );