document.write( "Question 1007668: What is seven times a number is 18 less that twice the opposite of the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #623493 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x. \n" ); document.write( "We then can write \n" ); document.write( "7x = 2(-x) - 18 \n" ); document.write( "7x = -2x - 18 \n" ); document.write( "9x = -18 \n" ); document.write( "x = -2 \n" ); document.write( " |