document.write( "Question 848245: clay is going to invest 9000$, part at 3% and the rest at 3.5%. what is the most he can invest at 3% and still be guaranteed 300$ interest each year \n" ); document.write( "
Algebra.Com's Answer #510966 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Let x be the amount invested at 3% and (9000-x) be the part invested 3.5%.\r
\n" ); document.write( "\n" ); document.write( ".03x + .035(9000-x) >= 300\r
\n" ); document.write( "\n" ); document.write( ".3x + 315 - .035x >= 300\r
\n" ); document.write( "\n" ); document.write( "-.005x >= -15\r
\n" ); document.write( "\n" ); document.write( "x <= 3000\r
\n" ); document.write( "\n" ); document.write( "Which means he can put at most $3000 in the 3% to guarantee the return of $300.
\n" ); document.write( "
\n" );