document.write( "Question 938408: Marla invests $5,000, part at 6% and part
\n" );
document.write( "At 9%. Is she earns $393 annual interest how much is invested in each account \n" );
document.write( "
Algebra.Com's Answer #571664 by ewatrrr(24785) You can put this solution on YOUR website! x the amount at 9% \n" ); document.write( ".09x + .06(5000-x) = 393 \n" ); document.write( "x = 93/.03 = $3100, the amount at 9%. \n" ); document.write( "The amount at 6% = $1900 |