document.write( "Question 1012076: A financial planner invested a certain sum at 9%, twice that amount at 10%, and three times that amount at 11%.find the amount invested at each rate if her total yearly income from the three investments was P27900. \n" ); document.write( "
Algebra.Com's Answer #627936 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A financial planner invested a certain sum at 9%, \n" ); document.write( "let x = amt invested at 9% \n" ); document.write( " twice that amount at 10%, \n" ); document.write( "(2x) = amt invested at 10% \n" ); document.write( " and three times that amount at 11%. \n" ); document.write( "(3x) = amt invested at 11%\r \n" ); document.write( "\n" ); document.write( "find the amount invested at each rate if her total yearly income from the three investments was P27900. \n" ); document.write( ": \n" ); document.write( ".09x + .1(2x) + .11(3x) = 27900 \n" ); document.write( ".09x + .2x + .33x = 27900 \n" ); document.write( ".62x = 27900 \n" ); document.write( "x = 27900/.62 \n" ); document.write( "x = 45000 invested at 9% \n" ); document.write( "I'll let you find the amts invested at 10 and 11% \n" ); document.write( " |