document.write( "Question 608505: find two numbers such that twice the smaller plus three times the larger is 34, and five times the smaller minus twice the larger is 9. \n" ); document.write( "
Algebra.Com's Answer #383254 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "Let x and y represent the samller and larger number respectively
\n" ); document.write( "Question states***
\n" ); document.write( "twice the smaller plus three times the larger is 34,
\n" ); document.write( "and five times the smaller minus twice the larger is 9.
\n" ); document.write( "Write as we Read:
\n" ); document.write( " 2x+3y = 34
\n" ); document.write( " 5x-2y = 9
\n" ); document.write( "Solving by elimination
\n" ); document.write( " 4x + 6y = 68
\n" ); document.write( "15x - 6y = 27
\n" ); document.write( " 19x = 95
\n" ); document.write( " x = 5 and y = 8 (2·5 + 3y = 34, 3y = 24 and y = 8)
\n" ); document.write( "CHECKING our Answer***using 2nd EQ
\n" ); document.write( " 25-16= 9
\n" ); document.write( " \n" ); document.write( "
\n" );