Respuesta :

Answer:

[tex]f(1)=14000[/tex]

[tex]f(n)=f(n-1) \cdot 0.9[/tex]

[tex]10206[/tex] is the next term after the third one given.

Step-by-step explanation:

This geometric since term divided by previous is the same number each time (the result that you get here is called the common ratio).

That is we have:

12600/14000=0.9

and

11340/12600=0.9

This means:

[tex]\frac{\text{ term}}{\text{ previous term}}=0.9[/tex]

More formally:

[tex]\frac{a_n}{a_{n-1}}=0.9[/tex]

To get it in the mentioned form you need to solve for [tex]a_n[/tex].  So we need to multiply both sides by [tex]a_{n-1}[/tex] giving you:

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

They used f( ) notation instead so this:

[tex]f(n)=0.9f(n-1)[/tex].

In general when doing recursive you have to least give one term for the sequence (in some cases more than one).

f(1) means what is the first term.  The first term is 14000, so [tex]f(1)=14000[/tex].

The next term can be found by multiply your common ratio to the term before.

[tex]11340 \cdot 0.9=10206[/tex] is the next term.