If $f,g$ are uniformly continuous, then is $\alpha f+\beta g$ uniformly continuous?
So far, I looked at here If $f,g$ are uniformly continuous prove $f+g$ is uniformly continuous, but I didn't understand something.
I know that from what I've been told,:
1. $\forall\epsilon >0$ $\exists\delta_1 >0$, if $|x-y|<\delta_1$ then $|f(x)-f(y)|<\epsilon$
2. $\forall\epsilon >0$ $\exists\delta_2 >0$, if $|x-y|<\delta_2$ then $|g(x)-g(y)|<\epsilon$
I need to show that for every $\epsilon$ there exists some $\delta$ such that if $|x-y|<\delta$ then $|(\alpha f+ \beta g)(x) - (\alpha f+ \beta g)(y)|<\epsilon$. So I know the method, I need to show that from $|(\alpha f+ \beta g)(x) - (\alpha f+ \beta g)(y)|<\epsilon$ - I need to do some manipulations and get $|x-y|<\delta$ (I need to find that $\delta$). So, why in the answers there it just shows that $|(\alpha f+ \beta g)(x) - (\alpha f+ \beta g)(y)|<\epsilon$?
Thanks!