document.write( "Question 462485: a student has two loans totaled 45,000. the interset on 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( "
Algebra.Com's Answer #317066 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! x+y=45000 \n" ); document.write( ".051*x+.038*y=1953.10 \n" ); document.write( " |