Suppose we want to simulate a behavior that occurs 25% of the time. Which of the following assignments of digits is appropriate?
A) Let 0–4 = success, and 5–9 = failure.
B) Let 00–24 = success, and 25–99 = failure.
C) Let 1–25 = success, and 26–100 = failure.
D) Let evens = success, and odds = failure.