document.write( "Question 432613: Kyle plans to invest $7500.00, part at 4% simple interest and the rest at 5% simple interest. What is the most that can be invested at 4% and still be guaranteed at least $325.00 in interest per year? \n" ); document.write( "
Algebra.Com's Answer #299966 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
If Kyle has $7500 to invest,then:
\n" ); document.write( "x+y=7500
\n" ); document.write( ".04x+.05y=325
\n" ); document.write( "-----------
\n" ); document.write( "Multiply the second equation by 100, we get:
\n" ); document.write( "4x+5y=32500
\n" ); document.write( "5x+5y=37500
\n" ); document.write( "5x-4x=5000
\n" ); document.write( "x=5000
\n" ); document.write( "Thus the most Kyle can invest at 4% is $5000.
\n" ); document.write( "
\n" );