document.write( "Question 1035820: larry mitchell invested part of his $33,000 advance at 2% annual simple interest and the rest at 9% annual simple interest. the yearly total from both was $1,010. Find the amount at each rate. \n" ); document.write( "
Algebra.Com's Answer #650449 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n= amount invested at 2%. Then \n" ); document.write( ".02n+.09(33000-n)=1010 \n" ); document.write( ".02n+2970-.09n=1010 \n" ); document.write( ".07n=1960 \n" ); document.write( "n=1960/.07=28000 invested at 2%, 5000 invested at 9%!!!!!!!!!!! \n" ); document.write( " |