document.write( "Question 1083547: Bill invests in a plan that has an interest rate of 5%. He invests two times as much in a plan that has an interest rate of 6%. If the total interest from the investments is $357 after one year, how much was invested in each plan? \n" ); document.write( "
Algebra.Com's Answer #697546 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
0.05x+0.06(2x) = 357
\n" ); document.write( "0.05x+0.12x = 357
\n" ); document.write( "0.17x = 357
\n" ); document.write( "x = 2,100 this is the amount invested at 5%
\n" ); document.write( "The amount at 6% is 2*2,100 = 4,200
\n" ); document.write( "
\n" );