
David W. answered 06/11/15
Tutor
4.7
(90)
Experienced Prof
The probability is the ratio of successes to the number of possible events.
The problem gives (assume equally likely) the set of events:
Stated: 1 2 3 4 5 6 7 8 9 10
N Mod 10: 1 2 0 1 2 0 1 2 0 1
The problem gives (assume equally likely) the set of events:
Stated: 1 2 3 4 5 6 7 8 9 10
N Mod 10: 1 2 0 1 2 0 1 2 0 1
(note: MOD is the remainder function)
So, create a frequency distribution:
X Freq(X) P(X)
0 3 3/10
1 4 4/10
2 3 3/10
-------------
10/10 [or P=1]
So, create a frequency distribution:
X Freq(X) P(X)
0 3 3/10
1 4 4/10
2 3 3/10
-------------
10/10 [or P=1]
David W.
06/11/15