document.write( "Question 564881: Equal amounts are invested at 6%, 7%, and 9% annual interest. If the three investments yield a total of $814 annual interest, find the total investment.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #365565 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Equal amounts are invested at 6%, 7%, and 9% annual interest. \n" ); document.write( " If the three investments yield a total of $814 annual interest, find the total investment. \n" ); document.write( ": \n" ); document.write( "Let x = amt invested at each interest \n" ); document.write( "; \n" ); document.write( ".06x + .07x + .09x = 814 \n" ); document.write( ".22x = 814 \n" ); document.write( "x = \n" ); document.write( "x = $3700 invested at each \n" ); document.write( "therefore \n" ); document.write( "3(3700) = $11,100 is the total \n" ); document.write( " |