Answer:
F(n)=3(n-1)+25; F(12)=58
Explanation:
A sequence is arithemetic if the difference of any two consecutive terms in the sequence is always the same constant term.A recursive way to construct an arimethic sequence is to take an initial number
an then recursively sum a positive number (distance)
to get each term, for example take
and
, we get the terms of the arithmetic sequence:

and in general the n-th term of the sequence is given by the equation
.
Note that g(n)=3(n-1) is already an arithmetic sequence with
and
and f(n) is the constant function with constant value equals to 25.
Hence, if we take

we get an arithmetic sequence with intial value
equals to 25 and distance
equals to 3.