document.write( "Question 1203536: Calculate selling price of a house if:
\n" ); document.write( "They paid 21082.00 down
\n" ); document.write( "payments are 682.00 per month for 30 years
\n" ); document.write( "interest rate 6.6% is compounded monthly
\n" ); document.write( "

Algebra.Com's Answer #852258 by ikleyn(52810)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Calculate selling price of a house if:
\n" ); document.write( "They paid 21082.00 down
\n" ); document.write( "payments are 682.00 per month for 30 years
\n" ); document.write( "interest rate 6.6% is compounded monthly
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        This my solution goes second after the solution by @Theo.\r
\n" ); document.write( "\n" ); document.write( "        @Theo used an online calculator in his solution.\r
\n" ); document.write( "\n" ); document.write( "        Since this web-site is to teach Math, the expected solution should be mathematical.\r
\n" ); document.write( "\n" ); document.write( "        So, I present here a standard mathematical solution.\r
\n" ); document.write( "\n" ); document.write( "        Calculator can be used as a secondary tool for verification.\r
\n" ); document.write( "\n" ); document.write( "        Then the sequence of steps would be normally educative.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "In this problem, we are given the monthly payment for the loan;\r\n" );
document.write( "the annual interest rate and the duration of the loan.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Having this input information, we can find the loaned amount.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Use the formula for the monthly payment for a loan\r\n" );
document.write( "\r\n" );
document.write( "    M = \"L%2A%28r%2F%281-%281%2Br%29%5E%28-n%29%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "where L is the loan amount; r  is the effective interest rate per month;\r\n" );
document.write( "n is the number of payments (same as the number of months); M is the monthly payment.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From this formula, express for the loan amount \r\n" );
document.write( "\r\n" );
document.write( "    L = \"M%2F%28%28r%2F%281-%281%2Br%29%5E%28-n%29%29%29%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In this problem  M = $682;  r = \"0.066%2F12\",  n = 30*12 = 360 monthly payments.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Substitute these values into the formula and get for the maximum loan amount\r\n" );
document.write( "\r\n" );
document.write( "    L = \"682%2F%28%28%280.066%2F12%29%2F%281-%281%2B0.066%2F12%29%5E%28-360%29%29%29%29\" = $106,786.28.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To find the celling price of the house, we should add the down payment to this value\r\n" );
document.write( "\r\n" );
document.write( "    the celling price = $106,786.28 + $21,082.00 = $127,868.281\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The selling price of the house is $127,868  (rounded to the closest dollar).\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice that my numbers precisely coincide with the numbers in the post by @Theo, so you can consider it as a check.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---------------------------\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In such calculations, it is important to avoid intermediate rounding.
\n" ); document.write( "Rounding can be done at the end, only.\r
\n" ); document.write( "\n" ); document.write( "Intermediate rounding is PROHIBITED, since it leads to wrong answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Also, a calculator should provide the necessary precision.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I use MS Excel in my computer. It works with 15 decimals in mantissa
\n" ); document.write( "and provides the necessary precision.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I simply copy-paste my numerical formula into Excel spreadsheet and get the answer in one click.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Many standard online calculators provide the necessary precision.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You may use, for example, this free-of-charge online calculator\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.calculatorsoup.com/calculators/financial/loan-calculator.php\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is reliable, has convenient user-friendly interface, has complete instructions and descriptions,
\n" ); document.write( "provides the necessary precision and was checked million times. You may use it to check my/your calculations.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "//////////////////////////////////////////\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "There is another (= one more) reason why I produced and placed my solution here.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "@Theo' posts used visual plots to support his solutions.
\n" ); document.write( "These plots were integral inseparable part of his solutions.
\n" ); document.write( "But some time ago, Theo left this forum and stopped supporting web-site with his plots.
\n" ); document.write( "As a result, you see now some colored spots in his posts, where his plots should be.
\n" ); document.write( "Due to this reason, @Theo's posts lost their educational meaning and value.
\n" ); document.write( "Therefore, I create my posts with my own mathematical solutions
\n" ); document.write( "to replace @Theo' solutions and provide meaningful mathematical content.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );