document.write( "Question 509386: six times the sum of a number and 3 is 12 less than 12 times the number \n" ); document.write( "
Algebra.Com's Answer #341409 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! 6*(n+3) = 12n - 12\r \n" ); document.write( "\n" ); document.write( "6n + 18 = 12n - 12\r \n" ); document.write( "\n" ); document.write( "6n = 30\r \n" ); document.write( "\n" ); document.write( "n = 5\r \n" ); document.write( "\n" ); document.write( "The number is 5. \n" ); document.write( " |