asked 144k views
5 votes
D(1) = 1 / 12
d(n) = d(n – 1)*(-6)
What is the 4th term in the sequence?

asked
User Typedeaf
by
7.8k points

2 Answers

1 vote

Answer:

D(4) = -18

Explanation:

answered
User Danitza
by
8.4k points
6 votes

Answer:

D(4) = -18

Explanation:

D(n) = D(n – 1)(-6)

D(1) = 1/12

D(2) = D(2 – 1)(-6)

D(2) = D(1)(-6)

D(2) = 1/12 * (-6)

D(2) = -6/12

D(2) = -1/2

D(3) = D(3 – 1)(-6)

D(3) = D(2)(-6)

D(3) = -1/2 * (-6)

D(3) = 6/2

D(3) = 3

D(4) = D(4 – 1)(-6)

D(4) = D(3)(-6)

D(4) = 3 * (-6)

D(4) = -18

answered
User Himanshu Singh
by
9.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.