document.write( "Question 810744: $5400 is invested,part of it at 12% and part of it at 7%. For a certain year, the total yield is $528.00. How much was invested at each rate?\r
\n" );
document.write( "\n" );
document.write( "How much was invested at 12%?
\n" );
document.write( "How much was invested at 7%? \n" );
document.write( "
Algebra.Com's Answer #488381 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+b=5400, \n" ); document.write( ".12a+.07b=528 \n" ); document.write( "a=3000., b=2400. \n" ); document.write( " |