Hi guys in my last question I got the wrong idea maybe because a poor problem's description or maybe because of my poor English skills.
So, anyway I found out the problem requires to be a integer.
Then here the correct interpretation: Given 3 integers $2 \leq t, a, b \leq 2^{31}-1$ proof or refute that $\frac{t^a-1}{t^b-1}$ is not a integer if $a \mod b \neq 0$
Bonus: If it is possible explain it in a easy way that a cs student could comprehend.