document.write( "Question 269901: If 7 times a number is added to 3, the result is 2 less than 8 times the number. ( all I need is to know how to set up the equation) \n" ); document.write( "
Algebra.Com's Answer #197751 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! From above we get the following translation: \n" ); document.write( "7x + 3 = 8x - 2 \n" ); document.write( "subtract 7x to get \n" ); document.write( "3 = 1x -2 \n" ); document.write( "add 2 to get \n" ); document.write( "5 = x \n" ); document.write( " |