document.write( "Question 607548: b. David invests $12000 in two savings accounts. One account is paying 10% simple interest and the other account is paying 6% simple interest. If in one year, the same interest is earned on each account, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #382780 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x = the amount David invested in the 10% account. The remainder, that's $12,000-x is the amount he invested in the 6% account.
\n" ); document.write( "The earnings on theses two investments can be expressed as:
\n" ); document.write( "0.01(x) and 0.06($12,000-x) and these earnings are to be equal, so...
\n" ); document.write( "0.01x = 0.06($12,000-x) Simplify and solve for x.
\n" ); document.write( "0.01x = $720-0.06x Add 0.06x to both sides.
\n" ); document.write( "0.07x = 720 Divide both sides by 0.07
\n" ); document.write( "x = $10,285.71 and $12,000-$10,285,71 = $1,714.29
\n" ); document.write( "David invests $10,285.71 in the 10% account and $1,714.29 in the 6% account to earn the same amount from each.
\n" ); document.write( "
\n" );