Get clear, concise, and accurate answers to your questions on IDNLearn.com. Discover thorough and trustworthy answers from our community of knowledgeable professionals, tailored to meet your specific needs.

Which of the following recursive formulas represents the same arithmetic sequence as the explicit formula an = 5+ (n-1)2?

Which Of The Following Recursive Formulas Represents The Same Arithmetic Sequence As The Explicit Formula An 5 N12 class=

Sagot :

Answer:

[tex]a_1 = 5[/tex]

[tex]a_n = a_{n-1} + 2[/tex]

Step-by-step explanation:

Given

[tex]a_n = 5 + (n - 1)2[/tex]

Required

The equivalent recursive function

The general explicit function is:

[tex]a_n = a_1+ (n - 1)d[/tex]

So, by comparison

[tex]a_1 = 5[/tex]

[tex]d = 2[/tex]

The recursion of an arithmetic sequence is:

[tex]a_n = a_{n-1} + d[/tex]

Substitute 2 for d

[tex]a_n = a_{n-1} + 2[/tex]

Hence: (a) is correct