Let $R$ be a random variable with a $U(0,1)$ distribution, $k$ be a nonzero integer constant, and $c$ be a real constant. Let $$S\equiv kR + c \ \mod 1$, \ \text{with} \ 0\leq S \leq 1$$ Show that $S$ has a $U(0,1)$ distribution.
Attempted proof - Let $R\sim U(0,1)$ and consider $c = 0$. So we have $S = kR$. So we have $$f_{kR}(t) = \begin{cases} 1 \ &\text{if} \ t\in (0,1)\\ 0 \ &\text{otherwise} \end{cases}$$ I am not sure if this works, I am being thrown off by the constant $k$ any suggestions on solving this problem are greatly appreciated.