Consider a population that grows according to the recursive rule Pn=Pn-1+8, with initial population P0=65.

Find an explicit formula. What is the value of P90=____?

Respuesta :

The explicit formula is: P(n) = 8n + 65

P(90) = 8*90 + 65

We want to find an explicit equation for an arithmetic sequence.

The sequence is given by:

[tex]p_n = 65 + n*8[/tex]

And using this we will find:

[tex]p_{90} = 785[/tex]

------------------------------

The information that we have is:

[tex]p_n = p_{n - 1} + 8[/tex]

[tex]p_0 = 65[/tex]

Then, using that recursive relation, we will have:

[tex]p_1 = p_0 + 8 = 65 + 8 = 73[/tex]

[tex]p_2 = p_1 + 8 = p_0 + 8 + 8 = p_0 + 2*8[/tex]

Here we can see the general pattern, we will have that explicit formula is just:

[tex]p_n = p_o + n*8 = 65 + n*8[/tex]

From this, we can get:

[tex]p_{90} = 65 + 90*8 = 785[/tex]

If you want to learn more, you can read:

https://brainly.com/question/18109692