Join IDNLearn.com and start exploring the answers to your most pressing questions. Ask any question and get a thorough, accurate answer from our community of experienced professionals.


1,a) Find a recursive formula for the sequence 1, 2, 6, 24, 120, . . . .

b) Find the sixth and the seventh terms of the sequence.


Sagot :

a) The n-th term in the sequence is the product of the first n natural numbers:

1 • 2 = 2

1 • 2 • 3 = 6

1 • 2 • 3 • 4 = 25

1 • 2 • 3 • 4 • 5 = 120

and so on. Recursively, the n-th term is a function of the (n - 1)-th term as

a(n) = n a(n - 1)

b) Using the rule above, the 6th and 7th terms are

a (6) = 6 a (5) = 6 • 120 = 720

and

a (7) = 7 a (6) = 7 • 720 = 5040

We want to find a recursive formula for the given sequence and then find the next terms in the given sequence.

the solutions are:

a) Aₙ = n*Aₙ₋₁

b) A₆ = 720 and A₇ = 5,040

We start with the sequence:

1, 2, 6, 24, 120, ...

a) Let's find the recursive formula.

If Aₙ represents the n-th term in the sequence, then we have:

A₁ = 1

A₂ = 2 = 2*1 = 2*A₁

A₃ = 6 = 3*2 = 3*A₂

A₄ = 24 = 4*6 = 4*Aₐ

A₅ = 120 = 5*24 = 5*A₄

So we can see the pattern, the recursive formula is just:

Aₙ = n*Aₙ₋₁

b) We want to find the sixth and the seventh terms of the sequence, we can use the recursive formula we got above.

A₆ = 6*A₅ = 6*120 = 720

A₇ = 7*A₆ = 7*720 = 5,040

The sixth term is 720 and the seventh term is 5,040

If you want to learn more, you can read:

https://brainly.com/question/11679190

Your participation means a lot to us. Keep sharing information and solutions. This community grows thanks to the amazing contributions from members like you. IDNLearn.com is dedicated to providing accurate answers. Thank you for visiting, and see you next time for more solutions.