document.write( "Question 375620: if the sum of a number and six are tripled, the result is 9 less than twice the number find the number? \n" ); document.write( "
Algebra.Com's Answer #267109 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 3(n + 6) = 2n - 9, \n" ); document.write( "3n + 18 = 2n - 9, \n" ); document.write( "n = -9 - 18, \n" ); document.write( "n = -27. \n" ); document.write( " |