Which of the following can not be a valid assignment of probabilities for outcomes of sample space S={w1,w2,w3,w4,w5,w6,w7}? (a) 0.1,0.01,0.05,0.03,0.01,0.2,0.6 (b) 1/7 each (c) 0.1,0.2,0.3,0.4,0.5,0.6,0.7 (d) -0.1,0.2,0.3,0.4,-0.2,0.1,0.3 (e) 1/14,2/14,3/14,4/14,5/14,6/14,15/14.
Hint. Check two things for each assignment: every value must lie in [0,1], and all seven values must sum to exactly 1.
(a) Sum = 0.1+0.01+0.05+0.03+0.01+0.2+0.6 = 1, all values in [0,1]: valid. (b) Sum = 7(1/7) = 1, all values in [0,1]: valid. (c) Sum = 0.1+0.2+0.3+0.4+0.5+0.6+0.7 = 2.8, not equal to 1: not valid. (d) Contains negative values (-0.1 and -0.2), violating P(wi)>=0: not valid. (e) The last value 15/14 exceeds 1, and the sum is 36/14, not equal to 1: not valid.
✦ Working through each part gives: (a) and (b) are valid; (c), (d), and (e) are not valid.
