Answer:
Given:
The cards have one of four denominations:
13 cards are hearts (red),
13 cards are diamonds (red),
13 cards are clubs (black), and
13 cards are spades (black).
a) One card is selected at random and the denomination is recorded. What is the sample space S for the set of possible outcomes?
Sample sample S = {heart, diamond, spade, club} as we only have four types of denominations. It means we can get one of the denominations at a a time, that is why the we have the sample space S.
b) Two cards are selected at random and the color is recorded. What is the sample space S for the set of possible outcomes?
Here, we are talking about colors, and we have two types of color black and red, so the sample space will be
As we are selecting two cards at random, so each element in the sample space will be the combination of two colors, and the set of possible outcomes are 4 (2^2 = 4) which is
S = {(black, black), (black, red), (red, black),(red, red)}
c)Two cards are selected at random and the denomination is recorded. The event H is defined as the event that the first card is hearts. What defines event H?
Here, we are talking about denominations, and we have four types of denominations, so the sample space H will be
As given, the first card is heart,
H = {(heart, heart), (heart, diamond), (heart, spade), (heart, club)}
we can get either of the combination from H provided in all combination first card is heart, and other card could be any of the four denomination. .
d)Two cards are selected at random and the denomination is recorded. The event D is defined as the event that the first card is diamonds and the second card is red. What defines event DC?
Here, we are talking about denominations and colors, and we have four types of denominations and two colors,
As given first card is diamond it second card will be of red color and we know that heart and diamond in the deck of cards are of red color, so the sample space D will be
D = {(Diamond, heart), (diamond, diamond)}
It means we have only two options.
e)Two cards are selected at random. Event C is defined as the event that the first card is clubs, event R as the event that the first card is red, and event B as the event that the second card is black. Which events are disjoint?
Disjoint events in probability means that the events have no outcomes in common.
For event C, first card is club, so the outcome is
C = {(club, heart), (club, diamond), (club, spade), (club, club)}
For event R, first card is red, so the outcome is
R = {(red, black),(red, red)}
For event B, second card is black, so the outcome is
B = {(red, black),(black, black)}
Here we can see events R and B have one outcome as common which is {red, black} and C has nothing in common among all.
So the event C is disjoint.