Respuesta :

I suppose [tex]a_n[/tex] denotes the n-th term of some sequence, and we're given the 3rd and 5th terms [tex]a_3=2[/tex] and [tex]a_5=16[/tex]. On this information alone, it's impossible to determine the 100th term [tex]a_{100}[/tex] because there are infinitely many sequences where 2 and 16 are the 3rd and 5th terms.

To get around that, I'll offer two plausible solutions based on different assumptions. So bear in mind that this is not a complete answer, and indeed may not even be applicable.

• Assumption 1: the sequence is arithmetic (a.k.a. linear)

In this case, consecutive terms differ by a constant d, or

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

By this relation,

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

and by substitution,

[tex]a_n = (a_{n-2} + d) + d = a_{n-2} + 2d[/tex]

We can continue in this fashion to get

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

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

and so on, down to writing the n-th term in terms of the first as

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

Now, with the given known values, we have

[tex]a_3 = a_1 + 2d = 2[/tex]

[tex]a_5 = a_1 + 4d = 16[/tex]

Eliminate [tex]a_1[/tex] to solve for d :

[tex](a_1 + 4d) - (a_1 + 2d) = 16 - 2 \implies 2d = 14 \implies d = 7[/tex]

Find the first term [tex]a_1[/tex] :

[tex]a_1 + 2\times7 = 2 \implies a_1 = 2 - 14 = -12[/tex]

Then the 100th term in the sequence is

[tex]a_{100} = a_1 + 99d = -12 + 99\times7 = \boxed{681}[/tex]

• Assumption 2: the sequence is geometric

In this case, the ratio of consecutive terms is a constant r such that

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

We can solve for [tex]a_n[/tex] in terms of [tex]a_1[/tex] like we did in the arithmetic case.

[tex]a_{n-1} = ra_{n-2} \implies a_n = r\left(ra_{n-2}\right) = r^2 a_{n-2}[/tex]

and so on down to

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

Now,

[tex]a_3 = r^2 a_1 = 2[/tex]

[tex]a_5 = r^4 a_1 = 16[/tex]

Eliminate [tex]a_1[/tex] and solve for r by dividing

[tex]\dfrac{a_5}{a_3} = \dfrac{r^4a_1}{r^2a_1} = \dfrac{16}2 \implies r^2 = 8 \implies r = 2\sqrt2[/tex]

Solve for [tex]a_1[/tex] :

[tex]r^2 a_1 = 8a_1 = 2 \implies a_1 = \dfrac14[/tex]

Then the 100th term is

[tex]a_{100} = \dfrac{(2\sqrt2)^{99}}4 = \boxed{\dfrac{\sqrt{8^{99}}}4}[/tex]

The arithmetic case seems more likely since the final answer is a simple integer, but that's just my opinion...