A square number is divided by 6. Which of the following could not be the remainder?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Only possible modulo 6 residues are 0, 1, 2, 3, 4 and 5. On squaring them,
0 2 ≡ 0 ( mod 6 ) 1 2 ≡ 1 ( mod 6 ) 2 2 ≡ 4 ( mod 6 ) 3 2 ≡ 3 ( mod 6 ) 4 2 ≡ 4 ( mod 6 ) 5 2 ≡ 1 ( mod 6 )
Since 2 doesn't show up, the answer is 2.