Problem 2.3.1
% The sample space of a random experiment is {a b c d e} with probabilities
% 0.1, 0.1, 0.2, 0.4, and 0.2 respectively. Let A denote the event {a b c}
% and let B denote the event {c d e}. Determine the following:
% a. P(A)
% P(A)=0.1
% b. P(B)
% P(B)=0.1
% c. P(A')
% P(A')=1-P(A)
% d. P(A\cup B)
% =P(A)+P(B)-P(A intersection B)=
% e. P(A\cap B)
% =P(A)+P(B)-P(A union B)=