document.write( "Question 218075: I've been having problems with this particular problem:
\n" );
document.write( " A person won a state lottery prize of $20,000, from which 25% was deducted for taxes. The remainder was invested, partly for a 40% gain and a 10% loss. How much was each investment if there as a $2000 net investment gain?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I thought that you set up the problem as an equation x being the unknown amount but I got stumped on whether or not to use the pre or post taxed amount. \n" );
document.write( "
Algebra.Com's Answer #164277 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A person won a state lottery prize of $20,000, from which 25% was deducted for taxes. The remainder was invested, partly for a 40% gain and a 10% loss. How much was each investment if there as a $2000 net investment gain? \n" ); document.write( "---------------------------------- \n" ); document.write( "From the lottery he received 0.75*20000 = 15000 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "interest + interest = interest \n" ); document.write( "0.40x - 0.10(15000-x) = 2000 \n" ); document.write( "Multiply thru by 100 to get: \n" ); document.write( "40x - 150000 + 10x = 200000 \n" ); document.write( "50x = 350000 \n" ); document.write( "x = $7000 (amt. invested at 40%) \n" ); document.write( "15000-7000 = $8000 (amt. invested at 10%) \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |