3

So I have this question that goes like this:

Show that $x^2\not \equiv 0 \pmod {165}$ for $0<x<165$. I think I have a solution, but I'm not quite sure if it's correct:

if $x^2\equiv 0 \pmod{165}$ then $$x^2\equiv 0 \pmod{3},\ x^2\equiv 0 \pmod{5},\ x^2\equiv 0 \pmod{11},$$ but if this is true then $$x\equiv 0 \pmod{3},\ x\equiv 0 \pmod{5},\ x\equiv 0 \pmod{11}$$ and then CRT gives that $$x\equiv 0 \pmod{165},$$ but for $x\in \{ 1,...,164\}$ this cannot be true.

Is this correct? Thank you for your time.

Trevor Gunn
  • 27,041
darkduck
  • 103

1 Answers1

2

Notation questions aside, the math is good. A similar argument applies using any square-free natural number (such as $165=3×5×11$) as the modulus.

J. W. Tanner
  • 60,406
Oscar Lanzi
  • 39,403