document.write( "Question 907433: Investments Lou invests part of $1500 inheritance at an interest rate of 7% and the rest at an interest rate of 3%. His total interest gained in one year was
\n" );
document.write( "$45. Ho much did Lou invest at each rate? \n" );
document.write( "
Algebra.Com's Answer #550350 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x amount at 7% \n" ); document.write( ".07x + .03(1500-x) = 45 \n" ); document.write( "x = 0, amount at 7% \n" ); document.write( "$1500 at 3% \n" ); document.write( " |