document.write( "Question 601567: If 3 is added to a number and this sum is doubled, the result is 2 more than the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #379885 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
If 3 is added to a number and this sum is doubled, the result is 2 more than the number. Find the number.
\n" ); document.write( "let x=number
\n" ); document.write( "2(x+3)=x+2
\n" ); document.write( "2x+6=x+2
\n" ); document.write( "x=-4
\n" ); document.write( "
\n" );