Let $f : \mathbb{R} \to \mathbb{R}$ be a function such that $$\frac{f(x) f(y) - f(xy)}{3} = x + y + 2$$ for all $x,y \in \mathbb{R}$. Find $f(x)$.
I started by multiplying both sides by $3$, which gets $$f(x)f(y)-f(xy)=3x+3y+6.$$
I tried to find something by substituting $y=0$, so $$f(x)f(0)-f(0)=3x+6.$$
However, I don't see anything useful. How would I continue on this problem.