Write a compount interest function to model each situation. Then find the balance after the given number of years

$27,000 invested at a rate of 3.75% compounded quarterly; 3 years

1 answer

i = .0375/4 = .009375
n = 3(4) = 12

amount = 27000(1.009375)^12 = ....