Arithmetic sqaure: a + (n-1) * d
where "a" is the first term, "d" is the common difference
Here given:
a = 10 gallons
d = 5.5 gallons
- nth term: 10 + (n-1) * 5.5
Solve for first 5 terms:
10 + (1-1) * 5.5 = 10
10 + (2-1) * 5.5 = 15.5
10 + (3-1) * 5.5 = 21
10 + (4-1) * 5.5 = 26.5
10 + (5-1) * 5.5 = 32
first five terms: 10, 15.5, 21, 26.5, 32