Let $x-1= 5m$ where $m\in \mathbb{Z}$
let $m= n+1$ where $n\in \mathbb{Z}$
$$x-1= 5(n+1)$$
$$x-1 = 5n+5$$
$$x = 5n+6$$
This is what I have so far. I am not sure if this is correct or if I'm on the right track.
Let $x-1= 5m$ where $m\in \mathbb{Z}$
let $m= n+1$ where $n\in \mathbb{Z}$
$$x-1= 5(n+1)$$
$$x-1 = 5n+5$$
$$x = 5n+6$$
This is what I have so far. I am not sure if this is correct or if I'm on the right track.
Copyright © 2021 JogjaFile Inc.
You are doing fine but actually you could have just written $x = 5m+1$ where $m\in \mathbb{Z}$.
$$\{ x \in \mathbb{Z}: x \equiv 1 \pmod 5 \} = \{ x \in \mathbb{Z}: \exists m \in \mathbb{Z}, x=5m+ 1 \}$$
While it is not wrong, letting $m=n+1$ doesn't really simplify things.