document.write( "Question 116192: one number is four less than 11 times another. the sum of the two numbers is 92. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #84502 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X=11Y-4
\n" ); document.write( "(11Y-4)+Y=92
\n" ); document.write( "11Y-4+Y=92
\n" ); document.write( "12Y=92+4
\n" ); document.write( "12Y=96
\n" ); document.write( "Y=96/12
\n" ); document.write( "Y=8 ANSWER.
\n" ); document.write( "X=11*8-4
\n" ); document.write( "X=88-4
\n" ); document.write( "X=84 ANSWER.
\n" ); document.write( "84+8=92
\n" ); document.write( "92=92
\n" ); document.write( "
\n" );