Stephanie M. answered 07/20/15
Tutor
5.0
(887)
Degree in Math with 5+ Years of Tutoring Experience
Technically, this is a geometric sequence:
92, 92(1.2), 92(1.2)(1.2), ...
You could use the formula for finding the sum of the first n terms of a geometric sequence:
Sn = a1(1 - rn) / (1 - r), where n = term you want to find (3), r = common ratio (1.2), and a1 = first term (92)
S3 = 92 (1 - (1.2)3) / (1 - 1.2)
S3 = 92 (-0.728) / (-0.2)
S3 = 92(3.64)
S3 = $334.88
Or, since we're only interested in three terms, you could solve this by brute force:
Month 1: $92
Month 2: 92(1.2) = $110.40
Month 3: 110.4(1.2) = $132.48
Total: $334.88