document.write( "Question 807323: A total of $18,000 is invested in 3 accounts earning 4%, 5%, and 6% annual interest. The combined interest for one year is $888. If the amount invested at 6% is three times the amount at 5%, find the amount invested at 4%. \r
\n" );
document.write( "\n" );
document.write( "Enter the amount rounded to the nearest dollar, without commas or the dollar symbol.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #486257 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A total of $18,000 is invested in 3 accounts earning 4%, 5%, and 6% annual interest. The combined interest for one year is $888. If the amount invested at 6% is three times the amount at 5%, find the amount invested at 4%. \n" ); document.write( "Enter the amount rounded to the nearest dollar, without commas or the dollar symbol. \n" ); document.write( "*** \n" ); document.write( "let x = smt invested at 5% \n" ); document.write( "2x = amt invested at 6% \n" ); document.write( "18000-3x=amt invested st 4%d \n" ); document.write( ".05x+.06*2x+.04(18000-3x)=888 \n" ); document.write( ".05x+.12x+720-.12x=888 \n" ); document.write( ".05x=888-720=168 \n" ); document.write( "x=3360 \n" ); document.write( " |