document.write( "Question 393051: Triple a number, minus the sum of the number and ten \n" ); document.write( "
Algebra.Com's Answer #279006 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Triple a number, minus the sum of the number and ten
\n" ); document.write( "let number be x
\n" ); document.write( "triple a number = 3x
\n" ); document.write( "sum of number & 10 = x+10
\n" ); document.write( "..
\n" ); document.write( "3x-(x+10)
\n" ); document.write( "
\n" );