Problema Solution

max starts with a pair of goats .each year ,the amount of goats he keeps triples what the equation.

Answer provided by our tutors

Let 'x' represent the number of years passed.

For x = 0 years (to start with) we have: f(0) = 2 goats

For x = 1 year the number triples: f(1) = 3f(0) = 3*2 goats

For x = 2 years the number will be: f(2) = 3f(1) = 3^2*2 goats

........

After x year the number of goats will be described with the equation:

f(x) = 3^x * 2