document.write( "Question 904444: Larry has an annual return of $213.00 from $3000.00 invested at simple interest, some at 5% and the rest at 8%. How much is invested at each rate? \n" ); document.write( "
Algebra.Com's Answer #548695 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x the amount at 8%
\n" ); document.write( ".08x + .05(3000-x) = 213
\n" ); document.write( "x = 63/.03, amount at 8%. Amount at 5% is \"3000-x\"
\n" ); document.write( "
\n" );