document.write( "Question 941940: Write an expression that represents\" six less than 3 times the sum of a number n and seven \n" ); document.write( "
Algebra.Com's Answer #574185 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
The sum of a number N and 7:N+7
\n" ); document.write( "Three times the sum:3(N+7)
\n" ); document.write( "6 less:(3(N+7))-6
\n" ); document.write( "
\n" );