document.write( "Question 610110: find two numbers such that the sum of twice the first and the second is 92, and four times the first exceeds seven times the second by 2. \n" ); document.write( "
Algebra.Com's Answer #384140 by flame8855(424)\"\" \"About 
You can put this solution on YOUR website!
2x+3y=92
\n" ); document.write( "4x=7y+2
\n" ); document.write( "-4x-6y=-184
\n" ); document.write( "4x-7y=2
\n" ); document.write( "-13y=-182
\n" ); document.write( "y = 14
\n" ); document.write( "x= 25
\n" ); document.write( "
\n" );