document.write( "Question 1160610: Is it C? I'm checking my answers.\r
\n" );
document.write( "\n" );
document.write( "Chris is purchasing a house and needs to finance a $150,000 mortgage from the bank with an annual percentage rate (APR) of 3.8% \r
\n" );
document.write( "\n" );
document.write( "He is financing it over 30 years and making monthly payments. What is the total amount Chris will pay back to the bank?\r
\n" );
document.write( "\n" );
document.write( "Group of answer choices\r
\n" );
document.write( "\n" );
document.write( "A. $501,796\r
\n" );
document.write( "\n" );
document.write( "B. $299,998\r
\n" );
document.write( "\n" );
document.write( "C. $251,618\r
\n" );
document.write( "\n" );
document.write( "D. $150,001\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The question is provided in the link here: https://i.imgur.com/vCzSmop.png \n" );
document.write( "
Algebra.Com's Answer #783956 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "We need to calculate the monthly mortgage payment. Do so using this formula \n" ); document.write( "P = (L*i)/( 1-(1+i)^(-n) )\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "where, \n" ); document.write( "P = monthly payment \n" ); document.write( "L = loan amount = 150000 \n" ); document.write( "i = monthly interest rate in decimal form = 0.038/12 = 0.00316666666666667 \n" ); document.write( "n = number of months = 30*12 = 360\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we have, \n" ); document.write( "P = (L*i)/( 1-(1+i)^(-n) ) \n" ); document.write( "P = (150000*0.00316666666666667)/(1-(1+0.00316666666666667)^(-360)) \n" ); document.write( "P = 698.936026491846 \n" ); document.write( "P = 698.94 \n" ); document.write( "as our monthly payment\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply this with 360 to find the total amount Chris pays back \n" ); document.write( "360*698.94 = 251,618.4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Rounded to the nearest whole dollar, the answer is choice C) $251,618. Nice job on getting the correct answer. \n" ); document.write( " \n" ); document.write( " |