I aim to show that the sequence $x_n := n^2 - 10n $ diverges to $+\infty$ by using the definition of divergence (i.e. for a given $M \in \mathbb{R}$, there exists $N$ such that $n \geq N$ implies $x_n > M$).
So my strategy for proving this is that if you give me $M$, I will give you $N$ such that $n \geq N$ implies $x_n > M$.
Somehow it is getting harder than I thought it was, though. I have tried to set $N = M+10$, but I realized that that does not make sense because $M \in \mathbb{R}$ and $N \in \mathbb{N}$.
Any suggestions?