document.write( "Question 854961: The sum of a number and 17 is equal to twice the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #519204 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
x+17=2x
\n" ); document.write( "x-x+17=2x-x
\n" ); document.write( "17=x
\n" ); document.write( "x=17
\n" ); document.write( "
\n" );