72.3k views
0 votes
A randomly generated list of numbers from 0 to 4 is being used to simulate an event, with the numbers 2, 3, and 4 representing a success. What is the estimated probability of a success?

A. 75%
B. 40%
C. 25%
D. 60%

User Idrougge
by
7.3k points

1 Answer

4 votes
There are 5 numbers: 0,1,2,3,4.
m = 5, n = 3;
The probability of success:
P ( A ) = m / n = 3 / 5 = 0.6, or 60 %.
Answer: D) 60%
User StaticVoid
by
8.6k points