document.write( "Question 38268: One number is 8 less than another. If 5 times the smaller number minus 2 times the larger number is 14, find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #23755 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the larger number x. \n" ); document.write( "The smaller is then x - 8. \n" ); document.write( "From the English in the problem, we convert to an algebraic equation... \n" ); document.write( "5(x - 8) - 2x = 14 \n" ); document.write( "5x - 40 - 2x = 14 \n" ); document.write( "3x - 40 = 14 \n" ); document.write( "3x = 54 \n" ); document.write( "x = 18 \n" ); document.write( "x - 8 = 10 \n" ); document.write( "and we're done... \n" ); document.write( " |