I want to find the equation of the tangent to $f(x)$ that it's slope is the greatest of all.
$$f(x) = 2e^x - \frac14e^{2x}$$
To find the highest slope I do $f''(x) = 0$ ($f'(x)$ is the function that gives the slope so I need to do again derivative).
$$f''(x) = e^x(2-e^x)$$ $$x = \ln2$$
However, in the answers, it's $2x-2ln2+3$, i.e. the slope is $2$.
What am I doing wrong?
You are right that the minimum is reached at $x_0=\ln(2)$. Then, the slope is given by $f'(x_0)$, which is $2e^{\ln(2)}-0.25e^{2\ln(2)}=4-0.25e^{\ln(4)}= 2$.