I have 1000 cards, labeled from 1 to 1000.
I want to segregate these cards into 2 boxes such that one box contains all the prime-numbered cards while the other contains all the even-numbered cards.
Those cards that don't belong in either of these two boxes are discarded.
Am I able to segregate these cards out accordingly?
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.
Since 2 is the only even prime number, It belongs to both of these boxes. Hence the answer is no