I was asked to prove that for a non negative $m$ number, that is not a 5-th power of an integer, its 5-root, $\sqrt[5]m$ is not a rational number. Thanks for any feedback.
Proof By Contradiction:
Suppose Not,
Assume that for a non-negative $m$ number, that is not a 5-th power of an integer, its 5-root $\sqrt[5]m$ is a rational number.
Being a rational number we can say:$$\sqrt[5]m=\frac{p}{q}\quad \text{for} \;p,q\in\Bbb{Z}\;\text{and}\:q\neq0$$ Then by algebra,$$m=\left(\frac{p}{q}\right)^{5}\Rightarrow m=\frac{p^{5}}{q^{5}}$$ Consider when $\frac{p}{q}=n$, $n \in\Bbb Z$,
This is a contradiction with the fact that $m$ is not a 5-th power of an integer.
Hence, $\sqrt[5]{m}$ is not a rational number.
Well, you are on the right track, but you cannot consider when $p/q = n \in \mathbb Z$.
HINT
I guess you implicitly meant that $m$ is a non-negative integer. Then, we have:
$q^5 \cdot m = p^5$, where $m, q, p$ are non-negative integers, and $p$, $q$ are coprime with each other, or $p=1$ or $q=1$.
Can you continue?