I've got the task to find a logarithm function which contains the following points:
$$\begin{align*} A&(5 \mid 4)\\ B&(3\mid6)\\ C&(2\mid8.5) \end{align*} $$
Now I need to find the logarithm function. My idea was to use $f(x)=a\cdot \log(x-b)+c$ and a system of equations:
$$ \begin{align*} 4&=a\cdot \log(5-b)+c\\ 6&=a\cdot \log(3-b)+c\\ 8.5&=a\cdot \log(2-b)+c\\ \end{align*} $$
I tried to solve for $a$, $b$ and $c$ without success. Does someone have a hint for me?