document.write( "Question 1129427: Susan maraiano invested part of her $35,000 bonus in a fund that paid a 10% profit and invested the rest in stock that suffered a 3% loss. Find the amount of each investment if her overall net profit was $2,330.
\n" );
document.write( " The amount invested at 10% is $ ?
\n" );
document.write( " The amount invested in stock is $ ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #746034 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x in bonus that made .10x \n" ); document.write( "35000-x in stock that made -0.03(35000-x) \n" ); document.write( ".10x+0.3x-1050=2330 \n" ); document.write( "0.13x=3380 \n" ); document.write( "x=26000 which made $2600 \n" ); document.write( "35000-x=9000, which lost $270 \n" ); document.write( " |