document.write( "Question 519212: if 3 is added to a number and the sum is tripled, the result is 17 more than the number. Find the number? \n" ); document.write( "
Algebra.Com's Answer #345446 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
(x+3)*3 = x+17
\n" ); document.write( "3x + 9 = x +17
\n" ); document.write( "2x = 8
\n" ); document.write( "x = 4
\n" ); document.write( "
\n" );