Given that x is a positive integer less than 6, how many values can k take on such that 3x = k (mod6) has no solutions in x?
For smaller numbers like this you can just test solutions, but I'd like to know how to do these problems when the numbers are scaled up.
Thanks in advance!
:P