document.write( "Question 909951: if 4100 is invested at 5% annual simple interest how much should be invested at 8% annual simple interest so that the total yearly income from both investments is $485 \n" ); document.write( "
Algebra.Com's Answer #552136 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x amount at 8% \n" ); document.write( ".08x + .05(4100 - x) = 485 \n" ); document.write( "x = 280/.03, amount at 8% \n" ); document.write( " |