- #1
yumito
- 17
- 1
Homework Statement
To save money you put $3000 at the end of each year in an annuity that pays 6.8% compounded annually. Use the formula for the value of an annuity.
The Given Formula:
Code:
A=P[(1+(r/n)[SUP]nt[/SUP])-1]
______________
(r/n)
Homework Equations
The Variables:
Code:
P=3000
R=.068
n=1
t=6
Code:
A=3000((1+(.068/1)^(1)(6))-1)
_______________________
(.068/1)
The Attempt at a Solution
My Final Answer Is: A=44102.945538271292235294118
Rounded To The Nearest dollar: A=$44103
The program I Am Submitting The Answer To Says, the answer is: A=$21352 rounded to the nearest dollar.
My question is why is my answer wrong, is it the calculator? do i have a parentheses out of place?
_____________________________________________________________________________
EDIT: fixed spelling errors and a few minor changes, none involving the math.
Last edited: