document.write( "Question 402059: A student has two loans totaled $45,000. The interest of one loan is 5.1% and the interest of the other loan is 3.8%. After one year, the student has paid $1953.10 in interest. What was the amount of each loan?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #284485 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A student has two loans totaled $45,000. The interest of one loan is 5.1% and the interest of the other loan is 3.8%. After one year, the student has paid $1953.10 in interest. What was the amount of each loan? \n" ); document.write( "... \n" ); document.write( "total loan 45,000 \n" ); document.write( "5.1%-------------- $x \n" ); document.write( "3.8%---------------$45000-x \n" ); document.write( ".. \n" ); document.write( "Interest ----------$1953.10 \n" ); document.write( ".. \n" ); document.write( "5.1x+3.8(45000-x)=1953.10*100\r \n" ); document.write( "\n" ); document.write( "5.1x-3.8x+171000=195310 \n" ); document.write( "1.3x=24310 \n" ); document.write( "/1.3 \n" ); document.write( ".. \n" ); document.write( "x= $18,700=======> @ 5.1% \n" ); document.write( "45000-18700=26300\r \n" ); document.write( "\n" ); document.write( "$26300========>@3.8% \n" ); document.write( " \n" ); document.write( " |