document.write( "Question 450300: Ms. Mills invested her $20,000 bonus into two accounts. She took a 4% loss on one investment and made a 12% profit on another investment, but ended up breaking even. How much was invested in each account? \n" ); document.write( "
Algebra.Com's Answer #309745 by jorel1380(3719) You can put this solution on YOUR website! x+y=20000 \n" ); document.write( "-.04x+.12y=0 \n" ); document.write( "4x=12y \n" ); document.write( "x=3y \n" ); document.write( "3y+y=20000 \n" ); document.write( "4y=20000 \n" ); document.write( "y=5000 \n" ); document.write( "x=15000 \n" ); document.write( "$15000 was deposited in her first investment, $5000 in her second.. \n" ); document.write( " |