document.write( "Question 400526: when the opposite of a number is increased by 5 then doubled, and then added to twice the number, the result is 4 more than the original number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #283502 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the number. The opposite of the number is the additive inverse, -x. \n" ); document.write( "2(-x+5)+2x=x+4 \n" ); document.write( "-2x+10+2x=x+4 \n" ); document.write( "x+4=10 \n" ); document.write( "x=6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |