document.write( "Question 880985: A total of $22,000 is invested in 3 accounts earning 3%, 5%, and 7% annual interest. The combined interest for one year is $1146. If the amount invested at 7% is four times the amount at 5%, find the amount invested at 3%. \n" ); document.write( "
Algebra.Com's Answer #531848 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A total of $22,000 is invested in 3 accounts earning 3%, 5%, and 7% annual interest. The combined interest for one year is $1146. If the amount invested at 7% is four times the amount at 5%, find the amount invested at 3%. \n" ); document.write( "*** \n" ); document.write( "let x=amt invested at 5% \n" ); document.write( "4x=amt invested at 7% \n" ); document.write( "22000-5x=amt invested at 3% \n" ); document.write( ".. \n" ); document.write( ".05x+.07*4x+.03(22000-5x)=1146 \n" ); document.write( ".05x+.28x+660-.15x=1146 \n" ); document.write( ".18x=486 \n" ); document.write( "x=486/.18 \n" ); document.write( "x=2700 \n" ); document.write( "amount invested at 3% = $2700 \n" ); document.write( " |