I am trying to solve the following problem:
How many solutions does the equation $6x = 5$ have in $\mathbb{Z}/9\mathbb{Z}$
The equivalent of asking:
How many solutions does the equation $6x = 5$ have in $\mathbb{F}9$?
From my understanding $\mathbb{Z}/9\mathbb{Z}$ is simply the set of possible values of integers mod $9$, so it is the set $[0, 9)$ which is equivalent to $\mathbb{F}9$. I just wanted to check that my understanding is correct.