document.write( "Question 922637: the difference between eight times a number and 7 more than 2 times the number \n" ); document.write( "
Algebra.Com's Answer #559642 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x=some number \n" ); document.write( "8x-(7+2x) \n" ); document.write( "8x-7-2x \n" ); document.write( "6x-7 \n" ); document.write( " |