document.write( "Question 804768: A total of $800 was split into two investments. Part paid 9% and the remainder pain 6%. If the annual interest from the two investments was $63.00, how much was invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #484923 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b=800,
\n" ); document.write( ".09a+.06b=63
\n" ); document.write( "a=500., b=300.
\n" ); document.write( "
\n" );