document.write( "Question 628394: A woman invests money in two funds that yield an annual total income of $86. One fund pays an annual return of 7%, and the other pays a return of 8%. How much is invested in the fund yielding 7% if the total annual amount invested at the start of the year is $1200.00 \n" ); document.write( "
Algebra.Com's Answer #395618 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A woman invests money in two funds that yield an annual total income of $86. One fund pays an annual return of 7%, and the other pays a return of 8%. How much is invested in the fund yielding 7% if the total annual amount invested at the start of the year is $1200.00 \n" ); document.write( "** \n" ); document.write( "let x=amt invested in 7% fund \n" ); document.write( "1200-x=amt invested in 8% fund \n" ); document.write( ".. \n" ); document.write( ".07x+.08(1200-x)=86 \n" ); document.write( ".07x+96-.08x=86 \n" ); document.write( ".01x=10 \n" ); document.write( "x=1000 \n" ); document.write( "1200-x=200 \n" ); document.write( "amt invested in 7% fund=$1000 \n" ); document.write( " \n" ); document.write( " |