Developing a formula for superannuation with weekly payments

Dolzo

New member
Joined
Jul 29, 2018
Messages
2
I am currently completing a Maths C assignment mainly focused on sequences and one of the questions asked us to algebraically solve how much money someone would accrue in a superannuation account with a 4.8% interest rate pa which is paid weekly and the person deposits $80 per week for 30 years. So far I have created an excel spreadsheet and used that to find the total amount but I'm not sure how to develop a formula involving the number of weeks. If anyone could help it would be much appreciated.
 
So far I have created an excel spreadsheet and used that to find the total amount
but I'm not sure how to develop a formula involving the number of weeks.
Did you use 1 year = 52 weeks and rate of .048/52 paid weekly?
What amount did you end up with?
 
Yeah, I did that and after one year there was $4264.06.
Close...should be $4259.44

a = annuity amount (80)
i = periodic interest factor (.048/52)
n = number of periods (30*52)
f = future value (?)

f = a[(1+i)^n - 1] / i
 
Top