Respuesta :

The answer to the problem is 85 if you were looking for the ninth term, but I’m not for sure what you were looking for

Answer:

nth term = 4 + n^2

Step-by-step explanation:

Sorry if the answer is long but I'm hoping my explanation can help.

In order to understand the issue, we should try to find the pattern between the terms given.

The terms given were 5, 8, 13, 20 and 29.

Between the first term and second term, the difference is 3.

Between the second and third term, the difference is 5.

The pattern goes on and we find out that the difference between the (n-1)th term and the nth term is

2n - 1.

Hence, we can determine the pattern of the numbers is

nth term = (n-1) term + 2n - 1

We can use this to find term 0 (before term 1) by plugging in the values for term 1

5 = 0th term + 2 (1) - 1

5 = 0th term + 1

Hence the 0th term = 4

If we expand on the summation,

We can find the nth term

nth term = 4 + 2 (1) - 1 + 2(2) - 1 + ... + 2(n-1) - 1 + 2n - 1

As we can see, the number 1 has been subtracted n times (excluding the -1 in 2(n-1)). Hence, we can split combine all of the subtracted ones into -n.

We can rewrite it as

nth term = 4 + 2 (1) + 2(2) + ... + 2(n-1) + 2n - n

Now, we will move 4 and n to one side.

nth term = 4 - n + 2 (1) + 2(2) + ... + 2(n-1) + 2n

We can factorize 2 out from every term to the right of -n. This would give out

nth term = 4 - n + 2 (1 + 2 + ... + (n-1) + n)

The term (1 + 2 + ... + (n-1) + n) can actually be rewritten by using the triangular formula.

The triangular formula is stated such that

Tn = (n*(n+1))/2

This heavily simplifies the equation into

nth term = 4 - n + 2 [(n*(n+1))/2]

This equation becomes

nth term = 4 - n + n^2 + n.

Now, we can finally simplify into the final equation

nth term = 4 + n^2