85.4k views
1 vote
D(1) =3
D(n) = d(n-1)-14

User Keeri
by
4.1k points

2 Answers

1 vote

Answer:

D(1)=3

Explanation:

User Dmitry  Simakov
by
4.0k points
3 votes

Answer:

The 3rd term is -25

Explanation:

This is a recursive formula. It tells us that the first term is 3 and that the common difference is -14.

d(1)=3

d(2) = d(1) -14 = -11

d(3) = d(2) - 14 = -25

The 3rd term is -25

User Sumit Murari
by
4.4k points