document.write( "Question 944936: Dmitri's two student loans total $9000. One loan is at 4.5% simple interest and the other is at 5.5% simple interest. At the end of 1 year, Dmitri owes $447 in interest. What is the amount of each loan. \r
\n" );
document.write( "\n" );
document.write( "Any help or feedback would be greatly appreciated as I don't know how to solve this problem. \n" );
document.write( "
Algebra.Com's Answer #576196 by macston(5194)![]() ![]() You can put this solution on YOUR website! Let L=loan amount at lower rate:H=loan amount at higher rate \n" ); document.write( "L+H=$9000;L=$9000-H \n" ); document.write( "0.045L+0.055H=$447 Substitute for L and solve for H \n" ); document.write( "0.045($9000-H)+.055H=$447 \n" ); document.write( "0.045($9000)-0.045H+.055H=$447 \n" ); document.write( "$405+.01H=$447 Subtract $405 from each side \n" ); document.write( "0.01H=$42 Multiply each side by 100 \n" ); document.write( "H=$4200 ANSWER 1: The higher rate loan was for $4200 \n" ); document.write( "L=$9000-$4200=$4800 ANSWER 2: The lower rate loan was for $4800 \n" ); document.write( "CHECK \n" ); document.write( "0.045($4800)+0.055($4200)=$447 \n" ); document.write( "$216+$231=$447 \n" ); document.write( "$447=$447 \n" ); document.write( " |