I got came across this question with the $\delta-\epsilon$ definition of a limit, but I do not know how to use it to solve the context of this problem:
Problem: Let $f:\mathbb{R}\to\mathbb{R}$ be defined as follows: $f(x)=3-2x$, for all $x\in\mathbb{R}$. Let $\epsilon\in(0,\infty)$. Find (in terms of $\epsilon$) the largest real numbers $\delta$ possible such that $$(\forall x\in\mathbb{R}) \ (|x-1|<\delta\implies|f(x)-f(1)|<\epsilon).$$
I had only gotten up to the point where you plug in $f(x)=3-2x$ and $f(1)$ into the centered inequality greater than $\epsilon$. However I have no idea on how to go from there. Hints, approaches, and spoilers are welcome!
Note $$|f(x) - f(1)| = |(3 - 2x) - (3 - 2)| = |2 - 2x| = 2|x - 1|.$$ So $|f(x) - f(1)| < \varepsilon$ if $|x - 1| < \frac{\varepsilon}{2}$. If you choose $\delta > \frac{\varepsilon}{2}$, then set $x = 1 + \frac{\varepsilon}{2}$. We have $|x - 1| = \frac{\varepsilon}{2} < \delta$, but $|f(x) - f(1)| = 2|x - 1| = \varepsilon$. Hence, the largest $\delta$ is $\frac{\varepsilon}{2}$.