document.write( "Question 765819: The sum of two numbers is 57. If the larger of the two numbers is 9 less than twice the smaller, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #466498 by suruman(21)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be x,y where x is the larger number.
\n" ); document.write( "x + y =57
\n" ); document.write( "x = 2*y - 9
\n" ); document.write( "Thus,
\n" ); document.write( "{2*y - 9} + y = 57
\n" ); document.write( "3*y = 57 + 9 = 66
\n" ); document.write( "y = 66/3 = 22
\n" ); document.write( "x + 22 = 57
\n" ); document.write( "x = 57 - 22 = 35
\n" ); document.write( "Thus the numbers are 35 and 22.
\n" ); document.write( "
\n" ); document.write( "
\n" );