asked 17.1k views
1 vote
C(1)=3/16
c(n) = c( n - 1 )• 4

what is the 3rd term in the sequence ?

2 Answers

2 votes

Answer:

3

Explanation:

answered
User Kilian Foth
by
9.2k points
6 votes

Answer:

3

Explanation:

Substitute n = 2, 3 into c(n) to obtain third term

c(2) = c(2 - 1) × 4 = c(1) × 4 =
(3)/(16) × 4 =
(3)/(4)

c(3) = c(3 - 1) × 4 = c(2) × 4 =
(3)/(4) × 4 = 3

answered
User Goutham
by
8.5k 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.