The parent function of any a quadratic function is
The monthly payment on the mortgage is option C) $2537.44
<u>Step-by-step explanation</u>:
- Principal (P): $
295,000
- Rate (r): 6.3% = 0.063
- Number of times compounded (n): 12months
15 years = 180
- Number of years = 15
The formula is A = P(1 + r/n)^nt
⇒ A = 295000(1+0.063/180)^(180
15)
⇒ A = 295000(180.063/180)^2700
⇒ A = 295000 (1.00035)^2700
⇒ A = 758854.5
Interest = Amount - Principle
⇒ 758854.5 - 295000
⇒ Interest = 463854.5
∴ The monthly payment for 15 years = 463854.5 / (15
12)
The monthly payment on the mortgage = 2576.9 (approximately option C)
Figure A, the rectangle in the top left corner is the correct answer.
Increase : 29.96
Decrease: 26.04
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.