Find an explicit rule for the nth term of a geometric sequence where the second and fifth terms are 40 and 5000, respectively.
OPTIONS ---
an = 8 • 5n - 2
an = 8 • 5n + 3
an = 8 • 5n - 1
an = 8 • 5n + 1

Respuesta :

Given:
2nd term : 40
5th term : 5,000

The correct format of the given choices are:
an = 8 • 5^(n - 2)
an = 8 • 5^(n + 3)
an = 8 • 5^(n - 1)
an = 8 • 5^(n + 1)

They are the exponents. I individually substituted n by 2 and 5 to get the correct value of the corresponding term and the correct explicit rule is:

a(n) = 8 * 5^(n-1)

a(2) = 8 * 5^(2-1) = 8 * 5^1 = 8 * 5 = 40
a(5) = 8 * 5^(5-1) = 8 * 5^4 = 8 * 625 = 5,000

Answer:

[tex]a_n=8.5^{n-1}[/tex]

Step-by-step explanation:

Since, the explicit rule of geometric sequence is,

[tex]a_n=a.r^{n-1}[/tex]

Where, a is the first term,

r is the common ratio,

n is the number of term,

Given,

The second term is 40,

[tex]\implies ar^{2-1}=40[/tex]

[tex]ar = 40-----(1)[/tex]

Also, the fifth term is 5000,

[tex]\implies ar^{5-1}=5000[/tex]

[tex]ar^4 = 5000[/tex]

[tex](ar)r^3=5000[/tex]

From equation (1),

[tex]40r^3 = 5000[/tex]

[tex]r^3=125[/tex]

[tex]\implies r = 5[/tex]

Again from equation (1),

We get,

a = 8

Hence, the explicit rule for the give geometric sequence is,

[tex]a_n=8.5^{n-1}[/tex]