My question
So there are three parts;
(a) Find a solution to the congruence $x^3 \equiv$ $4$ mod $5$ by trying all possible $x$ values.
(b) Find a solution to the congruence $x^3 \equiv$ $4$ mod $11$ by trying all possible $x$ values.
(c) Find a solution to the congruence $x^3 \equiv$ $4$ mod $55$ by using the Chinese Remainder Theorem
What have I done?
(a)
So if the congruence is in the form:
$$a \equiv b \text{ mod }m$$
then;
$$m | (a-b)$$
So what I have come up with is the set of $x$ values that satisfies that congruence, they are:
$$x = \{...-11,-6,-1,4,9,14,19...\}$$
I'm a bit unsure if the question is asking for one solution...or a generalised form for ALL solutions. Well, generalised in the sense of modular arithmetic I suppose.
(b)
Same deal, except the set of solutions for $x$ is:
$$\{...-28,-17,-6,5,16,27...\}$$
(c)
As for this one, it would be helpful to have my solutions from (a) and (b) in congruence form. But I'm not sure how to change my 'set' of answers to something more general.
$$ \text{Thanks guys.} $$