document.write( "Question 203359This question is from textbook
\n" );
document.write( ": Hollis is paying off two student loans. One loan charges 7% interest per year. The other loan charges 9% interest per year. He owes $1500 more on the 7% loan than he does on the other. Last year he paid a total of $617 interest. How much does he owe on each loan? \n" );
document.write( "
Algebra.Com's Answer #153427 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hollis is paying off two student loans. One loan charges 7% interest per year. The other loan charges 9% interest per year. He owes $1500 more on the 7% loan than he does on the other. Last year he paid a total of $617 interest. How much does he owe on each loan? \n" ); document.write( "--------------------------------------- \n" ); document.write( "Let the two loan amounts be \"x\" and \"y\". \n" ); document.write( "Equations: \n" ); document.write( "Interest: 0.07x + 0.09y = 617 \n" ); document.write( "Money owed: x - y = 1500\r \n" ); document.write( "\n" ); document.write( "-------------------------------------- \n" ); document.write( "Rearrange: \n" ); document.write( "7x + 9y = 61700 \n" ); document.write( "7x - 7y = 7*1500 \n" ); document.write( "-------------------------------------- \n" ); document.write( "Subtract the 2nd from the 1st to solve for \"y\": \n" ); document.write( "16y = 51200 \n" ); document.write( "y=$3200 (Amt. owed on 9% loan) \n" ); document.write( "---- \n" ); document.write( "x = y + 1500 = $4700 (Amt. owed on 7% loan) \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |