Find all the functions $f:\mathbb R\to\mathbb R $, $f(x) = ax + b$ for which the following relationship holds:
$$f(2x+3) - 2f(x-2) = 26$$
I have tried substituting $x - 2$ with $x$, substituting $2x-3$ with $x$, inputting $2$ into the relationship and solving for $f(0)$ (which I assumed to be equal to $b$), same for $-3/2$, and also simply inputting the arguments in the relationship and solving for a and b which gave me $7a - b = 26$
I have no idea how to proceed from now on, and I feel stupid. Help!
$f(x) = ax + b$ and$f(2x+3) - 2f(x-2) = 26$ means
$a(2x+3)+b-2(a(x-2)+b)=2ax+3a+b-2ax +4a-2b=7a-b=26$.
So the desired equations hold whenever $7a-b=26$.
One example would be when $a=3$ and $b=-5$, but there are many others.