Let $R$ be an arbitrary ring (i.e., may not have unity) with characteristic $n\in\mathbb{N}$ (positive integer) i.e any element added to itself $n$ times always yields additive identity $0$.
Show that for any $k\mid n$, ring $R$ contains an element of order $k$.
If $km = n$, then for any $r\in R$ we have $kmr = k(mr) = 0$. So if we assume the order of $mr\in R$ to be $k'$ and assume also $k'< k$, then: $$k'(mr) = (k'm)r = 0 $$
which Would contradict the choice of $n$, BUT, we don't have it established there necessarely exists an element of order $n$. (Such would exist, if $R$ was ring with identity).
It would seem obvious, since for all $a\in R$ we have $na = 0$, there has to be an element whose order is $n$, but is there?
Characteristic only provides that for every $a\in R$ $na = 0$, it doesn't exclude the possibility that for every $a\in R$ there exists $n'<n$ for which $n'a=0$. There is no contradiction.
We do have that the order of every element divides $n$. If $\mbox{ord} (a)=n'$, then $n'k=n$, though, not any closer to establishing the existence of $n$-th order element :<