Loading...
Loading...
Definition:
A prime number is a number greater than 1 that can only be divided evenly by 1 and itself.
Checking numbers 1-6:
Primes on a die: 2, 3, 5
What is the probability of rolling a number that is both prime AND odd?
Primes: 2, 3, 5
Odd: 1, 3, 5
Only 3 and 5 are both prime AND odd.
2 numbers (3 and 5) satisfy both conditions out of 6 total:
Final Answer:
2 is the only even prime number!
Why? Any other even number can be divided by 2, so it's not prime. This is why 2 is sometimes called "the odd prime" — it's the only prime that isn't odd! In our problem, 2 fails the "odd" requirement even though it's prime.