document.write( "Question 283221: if two is added to a number and the sum is tripled, the result is 20 more than the number \n" ); document.write( "
Algebra.Com's Answer #205678 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
if two is added to a number and the sum is tripled, the result is 20 more than the number\r
\n" ); document.write( "\n" ); document.write( "let the number bex\r
\n" ); document.write( "\n" ); document.write( "2 added to the number = x+2 \r
\n" ); document.write( "\n" ); document.write( "sum is tripled = 3(x+2)\r
\n" ); document.write( "\n" ); document.write( "20 more than the number == x+20\r
\n" ); document.write( "\n" ); document.write( "3(x+2)=x+20\r
\n" ); document.write( "\n" ); document.write( "3x+6 = x+20\r
\n" ); document.write( "\n" ); document.write( "3x-x=20-6\r
\n" ); document.write( "\n" ); document.write( "2x=14\r
\n" ); document.write( "\n" ); document.write( "x=14/2\r
\n" ); document.write( "\n" ); document.write( "x=7 which is the number
\n" ); document.write( "
\n" );