A nice fast approach is to TEST a possible value of n.
Since n must be a prime number that's greater than 3, let's TEST n = 5
If n = 5, then n² = 5² = 25, and when we divide 25 by 12, we get 2 with REMAINDER 1
Answer: B
Cheers,
Brent
A nice fast approach is to TEST a possible value of n.
We can let n = 5. Thus n^2 = 25 and 25/12 = 2 R 1.


