document.write( "Question 1173889: Aya and Harumi would like to buy a house and their dream house costs $500,000. They have $50,000 saved up for a down payment but would still need to take out a mortgage loan for the remaining $450,000 and they’re not sure whether they could afford the monthly loan payments. The bank has offered them an interest rate of 4.25%, compounded monthly. \r
\n" );
document.write( "\n" );
document.write( "Q1 How much would they have to be able to afford to pay each month in order to pay off their mortgage in 25 years?\r
\n" );
document.write( "\n" );
document.write( "Q2 What is the total amount that would be paid to the lender after 25 years of payments? \r
\n" );
document.write( "\n" );
document.write( "Q3 What if Aya and Harumi could only afford a monthly payment of $2,000? What would be the maximum mortgage amount they could afford to borrow from the bank, if all the other conditions were the same?\r
\n" );
document.write( "\n" );
document.write( "Q4 What is the total amount that would be paid to the lender over 25 years? \n" );
document.write( "
Algebra.Com's Answer #850715 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's break down this mortgage calculation problem step-by-step.\r \n" ); document.write( "\n" ); document.write( "**Q1: Monthly Payment for a $450,000 Loan (25 years, 4.25%)**\r \n" ); document.write( "\n" ); document.write( "* **Loan Amount (P):** $450,000 \n" ); document.write( "* **Annual Interest Rate (r):** 4.25% or 0.0425 \n" ); document.write( "* **Monthly Interest Rate (i):** 0.0425 / 12 ≈ 0.00354167 \n" ); document.write( "* **Number of Payments (n):** 25 years * 12 months/year = 300 months\r \n" ); document.write( "\n" ); document.write( "We'll use the mortgage payment formula:\r \n" ); document.write( "\n" ); document.write( "M = P [ i(1 + i)^n ] / [ (1 + i)^n - 1]\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* M = Monthly payment \n" ); document.write( "* P = Principal loan amount \n" ); document.write( "* i = Monthly interest rate \n" ); document.write( "* n = Total number of payments\r \n" ); document.write( "\n" ); document.write( "Let's calculate:\r \n" ); document.write( "\n" ); document.write( "M = 450000 [ 0.00354167(1 + 0.00354167)^300 ] / [ (1 + 0.00354167)^300 - 1]\r \n" ); document.write( "\n" ); document.write( "M = 450000 [ 0.00354167(2.871036) ] / [ 2.871036 - 1 ]\r \n" ); document.write( "\n" ); document.write( "M = 450000 [ 0.010196 ] / [ 1.871036 ]\r \n" ); document.write( "\n" ); document.write( "M = 450000 * 0.00545\r \n" ); document.write( "\n" ); document.write( "M ≈ $2,452.50\r \n" ); document.write( "\n" ); document.write( "Therefore, Aya and Harumi would have to afford to pay approximately **$2,452.50** each month.\r \n" ); document.write( "\n" ); document.write( "**Q2: Total Amount Paid to the Lender**\r \n" ); document.write( "\n" ); document.write( "* Total Paid = Monthly Payment * Number of Payments \n" ); document.write( "* Total Paid = $2,452.50 * 300 \n" ); document.write( "* Total Paid = $735,750\r \n" ); document.write( "\n" ); document.write( "The total amount paid to the lender would be **$735,750**.\r \n" ); document.write( "\n" ); document.write( "**Q3: Maximum Mortgage Amount with $2,000 Monthly Payment**\r \n" ); document.write( "\n" ); document.write( "* **Monthly Payment (M):** $2,000 \n" ); document.write( "* **Monthly Interest Rate (i):** 0.00354167 \n" ); document.write( "* **Number of Payments (n):** 300\r \n" ); document.write( "\n" ); document.write( "We'll rearrange the mortgage payment formula to solve for P:\r \n" ); document.write( "\n" ); document.write( "P = M [ (1 + i)^n - 1 ] / [ i(1 + i)^n ]\r \n" ); document.write( "\n" ); document.write( "P = 2000 [ (1 + 0.00354167)^300 - 1 ] / [ 0.00354167(1 + 0.00354167)^300 ]\r \n" ); document.write( "\n" ); document.write( "P = 2000 [ 1.871036 ] / [ 0.010196 ]\r \n" ); document.write( "\n" ); document.write( "P = 2000 * 183.506\r \n" ); document.write( "\n" ); document.write( "P ≈ $367,012\r \n" ); document.write( "\n" ); document.write( "The maximum mortgage amount they could afford to borrow would be approximately **$367,012**.\r \n" ); document.write( "\n" ); document.write( "**Q4: Total Amount Paid to the Lender (with $2,000 Payment)**\r \n" ); document.write( "\n" ); document.write( "* Total Paid = Monthly Payment * Number of Payments \n" ); document.write( "* Total Paid = $2,000 * 300 \n" ); document.write( "* Total Paid = $600,000\r \n" ); document.write( "\n" ); document.write( "The total amount paid to the lender would be **$600,000**. \n" ); document.write( " \n" ); document.write( " |