Answer:
a) 7, 10, 13, 16, ..., 34
Explanation:
I'll only solve part a and you'll be able to do part b.
You're given:
3n+4
to find the first four terms, just plug in n = 1, 2, 3, 4 into n.
for n=1: 3(1)+4 = 7
for n=2: 3(2)+4 = 10
for n=3: 3(3)+4 = 13
for n=4: 3(4)+4 = 16
as you might guess, to find the 10th term, you plug in n=10.
for n=10: 3(10)+4 = 34