document.write( "Question 446618: You invested money in two funds. Last year, the first fund paid a dividend of 9% and the second a dividend of 3%, and you received a total of $900. This year, the first fund paid a 10% dividend and the second paid 1%, and you received a total of $800. How much money did you invest in each fund? \n" ); document.write( "
Algebra.Com's Answer #307605 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
.09x+.03y=900
\n" ); document.write( ".10x+.01y=800
\n" ); document.write( "------------------
\n" ); document.write( "9x+3y=90000
\n" ); document.write( "10x+y=80000
\n" ); document.write( "30x+3y=240000
\n" ); document.write( "21x=150000
\n" ); document.write( "x=7142.86
\n" ); document.write( "y=8571.43
\n" ); document.write( "I invested $7142.86 in the first fund, and $8571.43 in the second..
\n" ); document.write( "
\n" );