document.write( "Question 287979: The differnce between two numbers is 8. If we add 2 to the largest we obtain 3 times the smaller one. Find the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #208720 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let x = larger number\r \n" ); document.write( "\n" ); document.write( "Let y = smaller number\r \n" ); document.write( "\n" ); document.write( "x - y = 8 \n" ); document.write( "x + 2 = 3y\r \n" ); document.write( "\n" ); document.write( "This is a system of linear equations in two variables.\r \n" ); document.write( "\n" ); document.write( "Can you do the rest now? \n" ); document.write( " |