document.write( "Question 462340: Judith is about to invest $27,000, part at 4% and the rest at 8%. What is the most she can invest at 4% and still be guaranteed at least $2000 a year? \n" ); document.write( "
Algebra.Com's Answer #316970 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
0.04x+0.08(27000-x)=2000
\n" ); document.write( "0.04x+2160-0.08x=2000
\n" ); document.write( "-0.04x=-160
\n" ); document.write( "x=-160/-0.04
\n" ); document.write( "x=4,000 at 4%
\n" ); document.write( "27000-4000=23,000 at 8%
\n" ); document.write( "
\n" );