$f(x) = \log_b (x+c) +d$
$x-\text{intercept:} \space 2$
$y-\text{intercept:} \space 1$
contains the point $(-1,2)$
asymptotic$: x = -2$
behavior: decreasing.
This question was given to us without being taught on how to do it. What method should be used?
You probably mean finding the values of $ b,c, d $ .
x-intercept: 2 means $\log_b (2+c) + d = 0$
y-intercept: 1 means $1 = \log_b c + d $
contains the point $ (-1,2) $ means $ 2= \log_b (-1 +c) + d $
decreasing behavior means $ f'(x) \le 0 $
Can you go on?