0

I was given a statement:

$$kx^3 \equiv n \pmod m = 3 \pmod 9$$

Trying to solve it

A user gave me some tips in the comment section under this question. Trying to use it to solve my problem:

$$kx^3 \equiv 3 \pmod 9 \Longleftrightarrow d = gcd(x,9) | 3$$ $$k \equiv \frac{n}{x^3} \mod \frac{m}{d} = \frac{3}{x^3} \mod \frac{9}{3}$$

So the solution is that x has to be 1 or else there will never come a whole integer out. Solving this for $x=1$: $$k = 0.$$

Is that correct?

0 Answers0