Question:

Match each sequence with one of the recursive definitions.

Last updated: 7/16/2022

Match each sequence with one of the recursive definitions.

Match each sequence with one of the recursive definitions. Note that only the par the definition showing the relationship between the current term and the previo term is given so as not to give away the solutions. A. 3, 15, 75, 375 B. 18, 6, 2, C. 1, 2, 4,7 D. 17, 13, 9, 5 1. a(n) = a(n-1) 2. b(n) = b(n-1)-4 3. c(n) = 5 c(n-1) 4. d(n)= d(n-1)+n-1 .