document.write( "Question 1035602: Phyllis invested $11,500, a portion earning a simple interest rate of 5 1/4% per year and the rest earning a rate of 5% per year. After one year the total interest earned on these investments was $593.75. How much money did she invest at each rate?
\n" );
document.write( "At 5 1/4 per year?
\n" );
document.write( "At 5% per year? \n" );
document.write( "
Algebra.Com's Answer #650317 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the portion invested at 5.25%. Then: \n" ); document.write( ".0525n+.05(11500-n)=593.75 \n" ); document.write( ".0525n+575-.05n=593.75 \n" ); document.write( ".0025n=18.75 \n" ); document.write( "n=18.75/.0025=$7500 invested at 5-1/4%, and 11500-7500, or $4000 invested at 5%!!!!!!!! \n" ); document.write( " \n" ); document.write( " |