Find all functions $f:\mathbb R \to \mathbb R$ that satisfy: $$ f(x) + 3 f\left( \frac {x-1}{x} \right) = 7x.$$
Some progress: I plugged-in $\dfrac{x-1}{x}$ and $\dfrac{1}{1-x}$, got a system of equations and solving I got $f(x) = \dfrac{x^3-4x^2-3x-3}{4x^2-4x}$. But after testing it back looks like it's not sufficient.