document.write( "Question 853159: One number exceeds a second number by 18, and the sum of twice the greater number and three times the smaller number is 86. What are the two numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #513936 by harpazo(655)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let x = large number \n" ); document.write( "Let y = small number\r \n" ); document.write( "\n" ); document.write( "x = y + 18 \n" ); document.write( "2x + 3y = 86\r \n" ); document.write( "\n" ); document.write( "You have a system of linear equations in two variables. \n" ); document.write( "Use the substitution method to solve. \n" ); document.write( " |