document.write( "Question 6090: In the period of a year, an investor lost twice as much as he gained. If he originally had $10,000 and now has $8,000, what amount did he gain abd what did he lose? \n" ); document.write( "
Algebra.Com's Answer #3235 by Abbey(339)![]() ![]() ![]() You can put this solution on YOUR website! let x = the amount gained \n" ); document.write( "let -2x = the amount lost \n" ); document.write( "because we are retracing what happened to the money we have to work in the opposite direction: the gain will be subtracted and the loss will be added back in: \n" ); document.write( "the amount he has now (8000) minus the gain, plus the loss will equal 10000 \n" ); document.write( "8000-x+2x=10000 \n" ); document.write( "subtract 8000 from both sides \n" ); document.write( "x=2000\r \n" ); document.write( "\n" ); document.write( "so he gained 2000 and lost twice that or 4000.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |