Difficulty: Easy
Correct Answer: 0.30
Explanation:
Introduction / Context:
Prime-counting over a small range is straightforward by enumeration or recalling standard lists up to 50. Probability equals (number of primes up to 50)/50 for uniform selection from 1–50.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Cross-check by excluding composites and 1; the remaining count remains 15, a standard fact set for small prime tables.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.30
Discussion & Comments