let $f: \Bbb R \to \Bbb R$ be defined as $f(x)= x^8 +5x^7$
Prove the function $f$ is continuous.
Proof: let $\epsilon\gt0$ be given
let $a\in \Bbb R$ be given
select $\delta \gt 0 $ such that ....$\delta=$
then for all $x \in \Bbb R$ with $|x-a|\lt\delta$
$|f(x)-f(a)|=|x^8+5x^7-a^8-5a^7|$
here where I get stuck since there are these powers, I really appreciate any hints!!