document.write( "Question 1144256: Investments: Aaron invested equal amounts of money at 5%, 7%, 9%, and 11% annual interest. If the four investments yielded a total of $1440 annual interest, find the total amount invested. \n" ); document.write( "
Algebra.Com's Answer #765298 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Investments: Aaron invested equal amounts of money at 5%, 7%, 9%, and 11% annual interest. \n" ); document.write( " If the four investments yielded a total of $1440 annual interest, find the total amount invested. \n" ); document.write( "Let a = total amt invested \n" ); document.write( ".05a +.07a + .09a + .11a = 1440 \n" ); document.write( ".32a = 1440 \n" ); document.write( "a = 1440/.32 \n" ); document.write( "a = $4500 invested \n" ); document.write( "then \n" ); document.write( ".05(4500) = 225 invested at 5% \n" ); document.write( ".07{4500) = 315 \" \" 7% \n" ); document.write( ".09(4500) = 405 \" \" 9% \n" ); document.write( ".11(4500) = 495 \" \" 11% \n" ); document.write( "------------------ \n" ); document.write( "total inv: 1400 \n" ); document.write( " |