document.write( "Question 1001786: one number is 6 more than a smaller number. if the difference between 2 times the large number and 5 times the smaller number is 3. find both numbers. \n" ); document.write( "
Algebra.Com's Answer #618876 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make the smaller number = 'x' \n" ); document.write( "Other number = x + 6 \n" ); document.write( "The difference between 2 times \n" ); document.write( "the larger number and 5 times \n" ); document.write( "the smaller is 3 \n" ); document.write( "2(x + 6) - 5(x) = 3 \n" ); document.write( "2x + 12 - 5x = 3 \n" ); document.write( "Collect like terms: \n" ); document.write( "2x - 5x = 3 - 12 \n" ); document.write( "- 3x = -9 \n" ); document.write( "x = 3 \n" ); document.write( "Smaller number = 3 \n" ); document.write( "Other number = 9 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |