document.write( "Question 908653: One number is seven less than four times another. If their sum is decreased by seven, the result is six. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #551174 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the second number \n" ); document.write( "(4x-7) + x - 7 = 6 \n" ); document.write( "5x = 20 \n" ); document.write( "x = 4,the second number. first number is 9 \n" ); document.write( "checking... \n" ); document.write( "13 - 7 = 6 \n" ); document.write( " |