Abraham is writing a recursive function for the geometric sequence:
24, 12, 6,3,
He comes up with:
s(1) = 24
s(n) = s(n-1)
What domain should Abraham use for s so it generates the sequence

Respuesta :

Answer: n is greater than or equals to 1, where n is an integer

Step-by-step explanation:

The domain Abraham should use for s so it generates the sequence is n ≥ 1 where n is an integer option (C) is correct.

What is a sequence?

It is defined as the systematic way of representing the data that follows a certain rule of arithmetic.

The question is incomplete.

The complete question is in the picture, please refer to the attached picture.

We have:

Abraham is writing a recursive function for the geometric sequence:

24, 12, 6,3,

The above sequence is a geometric progression.

The first term geometric progression is 24

s(1) = 24

s(n) = s(n-1)(1/2)

The nth term of the geometric progression:

The common ratio = 12/24 = 1/2

s(n) = s(n-1)(1/2)

Here n should be an integer number that is greater than 1

n ≥ 1 where n is an integer.

Thus, the domain Abraham should use for s so it generates the sequence is n ≥ 1 where n is an integer option (C) is correct.

Learn more about the sequence here:

brainly.com/question/21961097

#SPJ5

Ver imagen maheshpatelvVT