document.write( "Question 1039112: Kathy made two investments totaling $17,000. On one investment she made 15% profit, but on the other she took a 20% loss. If her net profit was $800, how much money was in each investment? \n" ); document.write( "
Algebra.Com's Answer #653857 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
0.15x+-0.2(17,000-x) = 800
\n" ); document.write( "0.15x-3,400+0.2x = 800
\n" ); document.write( "0.35x = 4,200
\n" ); document.write( "x = 12,000 was invested at 15% profit, and:
\n" ); document.write( "17,000-12,000 = 5,000 was invested at 20% loss
\n" ); document.write( "
\n" ); document.write( "
\n" );