document.write( "Question 1109824: A couple wishes to borrow money using the equity in their home for collateral. A loan company will loan them up to 70% of their equity. They puchased their home 9 years ago for $70,391. The home was financed by paying 15% down and signing a 15-year mortgage at 9.3% on the unpaid balance. Equal monthly payments were made to amortize the loan over the 15-year period. The net market value of the house is now $100,000. After making their 108th payment, they applied to the loan company for the maximum loan. How much (to the nearest dollar) will they receive? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you in advance. \n" );
document.write( "
Algebra.Com's Answer #724758 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "L = amount of money loaned out (principal) \n" ); document.write( "L = 85% of initial home value (since 15% is already paid down) \n" ); document.write( "L = 85% of $70,391 \n" ); document.write( "L = 0.85*70391 \n" ); document.write( "L = 59832.35 \n" ); document.write( "So the mortgage balance starts at $59,832.35 (this is the amount of money loaned to the couple)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The annual interest rate is r = 9.3% = 0.093 \n" ); document.write( "The monthly interest rate is c = r/12 = 0.093/12 = 0.00775\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The mortgage is set for y = 15 years, which is n = 12*y = 12*15 = 180 months\r \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "I'm going to use the second formula mentioned on this page\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The formula mentioned is \n" ); document.write( "which will help us find the balance B after the number of months p\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we'll plug in... \n" ); document.write( "L = 59832.35 \n" ); document.write( "c = 0.00775 \n" ); document.write( "n = 180 \n" ); document.write( "p = 108 \n" ); document.write( "and that leads us to the balance being... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "So the balance after the 108th payment is $33,980.24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = Appraised Value \n" ); document.write( "A = 100,000 \n" ); document.write( "B = Balance on mortgage (aka: amount of money still needed to be paid back) \n" ); document.write( "B = 33,980.24 (calculated above) \n" ); document.write( "E = Home Equity Value \n" ); document.write( "E = A - B \n" ); document.write( "E = 100,000 - 33,980.24 \n" ); document.write( "E = 66,019.76\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We now know the home equity value. So we simply take 70% of this to find the max loan amount \n" ); document.write( "70% of E = 0.7*E = 0.7*66019.76 = 46,213.832 = 46,213.83 \n" ); document.write( "which rounds to 46,214 when rounding to the nearest dollar\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------- \n" ); document.write( "-------------------------------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Final Answer: $46,214\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |