document.write( "Question 907919: Stephen has $40,000 to invest in two accounts. One account pays 4% and the other pays 6%. The annual income from the accounts is $2040. How much did he invest in each account \n" ); document.write( "
Algebra.Com's Answer #550705 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x amount at 6% \n" ); document.write( ".06x + .04(40,000-x) = 2040 \n" ); document.write( "x = (2040- 1600)/.02, amount at 6% \n" ); document.write( " |