document.write( "Question 563823: if 3 is added to a number and the sum is tripled, the result is 11 more than the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #365058 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Set it up this way:
\n" ); document.write( "Let n = the number:
\n" ); document.write( "\"3%28n%2B3%29+=+n%2B11\" Simplify.
\n" ); document.write( "\"3n%2B9+=+n%2B11\" Subtract n from both sides.
\n" ); document.write( "\"2n%2B9+=+11\" Subtract 9 from both sides.
\n" ); document.write( "\"2n+=+2\" Divide both sides by 2.
\n" ); document.write( "\"n+=+1\"
\n" ); document.write( "
\n" );