document.write( "Question 842632: Twice the sum of a number and 9 is equal to three times the difference of the number and 6. \n" ); document.write( "
Algebra.Com's Answer #507662 by thejackal(72)![]() ![]() You can put this solution on YOUR website! 2 * (x + 9) = 3 * (x - 6) \n" ); document.write( "2x + 18 = 3x - 18 \n" ); document.write( "18 + 18 = 3x - 2x \n" ); document.write( "36 = x \n" ); document.write( " |