Gary L. answered 10/20/20
Mathematics, VBA/Excel, Engineering Numerical Methods
A. What values should be used for P, R and n?
P = 2000
r = 0.045 / 2 = 0.0225 (divide by 2 bcz the annual compound interest rate is applied every 6 months)
n = 2 (bcz the annual compound interest rate is applied every 6 months)
B. How much money will Monique have in the account in 9 years?
S(9) = 2000 * (1 + 0.0225)(2*9) = $2,985.17
C. What is the Annual Percentage Yield (APY) for the account? (The APY is the actual or effective annual percentage rate which includes all compounding in the year).
APY = [(1 + 0.0225)2 - 1] * 100% = 4.551%
I hope this helps you,
Gary
Gary L.
You're welcome Gaukhar. Glad to help.10/20/20
Gaukhar M.
Thank you so much, Mr. Gary! Appreciate your time!10/20/20