document.write( "Question 903068: A total of $25,000 is invested in two funds paying 3% and 3.5% simple interest. The annual interest is $835. How much is invested in each fund? \n" ); document.write( "
Algebra.Com's Answer #547718 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the amount at 3.5% \n" ); document.write( ".035x + .03(25000-x) = 835 \n" ); document.write( " x = 85/.005, amount at 3.5%. At 3% is (25000-x) \n" ); document.write( " \n" ); document.write( " |