Question: Suppose $f$ is a linear function. If $f(x+3) + f(4x+5) = 10x$, then $f(x)=?$
My attempts: Okay, this is what I have so far... $$f(x) + f(3) + 5(4x) + f(5)$$
$$f(5x) = 10x - f(8)$$
$$f(5x) = 2(5x) - f(8)$$
How do I simplify further to $f(x)$?
Try letting $f(x) = ax+b$ for some constants $a,b$. Then $f(x+3) = a(x+3)+b$ and $f(4x+5) = a(4x+5)+b$. Now, just solve for $a,b$.