document.write( "Question 469041: if 5 is added to a number and the sum is tripled, the result is 27 more than the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #321810 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
(n+5)x3=n+27
\n" ); document.write( "3n+15=n+27
\n" ); document.write( "2n=12
\n" ); document.write( "n=6..
\n" ); document.write( "
\n" );