document.write( "Question 423040: One number is 4 less than 11 times another. The sum of the two numbers is 92. Find the two numbers. \n" ); document.write( "
| Algebra.Com's Answer #295175 by stanbon(75887)      You can put this solution on YOUR website! One number is 4 less than 11 times another. The sum of the two numbers is 92. Find the two numbers. \n" ); document.write( "--- \n" ); document.write( "Equatios: \n" ); document.write( "x = 11y-4 \n" ); document.write( "x + y = 92 \n" ); document.write( "--- \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "11y-4 + y = 92 \n" ); document.write( "12y = 96 \n" ); document.write( "y = 8 \n" ); document.write( "--- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = 11y-4 \n" ); document.write( "x = 11*8-4 = 84 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |