Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Why aren't the "21 possibilities here" NOT equally likely?

+0
−3

Please see the last sentence below, that I highlighted in red.


Example $1.4 .5$ (Ice cream cones). Suppose you are buying an ice cream cone. You can choose whether to have a cake cone or a waffle cone, and whether to have chocolate, vanilla, or strawberry as your flavor. This decision process can be visualized with a tree diagram, as in Figure.

figure

Tree diagram for choosing an ice cream cone. Regardless of whether the type of cone or the flavor is chosen first, there are $2 \cdot 3=3 \cdot 2=6$ possibilities.

By the multiplication rule, there are $2 \cdot 3=6$ possibilities. This is a very simple example, but is worth thinking through in detail as a foundation for thinking about and visualizing more complicated examples. Soon we will encounter examples where drawing the tree in a legible size would take up more space than exists in the known universe, yet where conceptually we can still think in terms of the ice cream example. Some things to note:

  1. It doesn't matter whether you choose the type of cone first ("I'd like a waffle cone with chocolate ice cream") or the flavor first ("I'd like chocolate ice cream on a waffle cone"). Either way, there are $2 \cdot 3=3 \cdot 2=6$ possibilities.
  2. It doesn't matter whether the same flavors are available on a cake cone as on a waffle cone. What matters is that there are exactly 3 flavor choices for each cone choice. If for some strange reason it were forbidden to have chocolate ice cream on a waffle cone, with no substitute flavor available (aside from vanilla and strawberry), there would be $3+2=5$ possibilities and the multiplication rule wouldn't apply. In larger examples, such complications could make counting the number of possibilities vastly more difficult.

Now suppose you buy two ice cream cones on a certain day, one in the afternoon and the other in the evening. Write, for example, (cakeC, waffleV) to mean a cake cone with chocolate in the afternoon, followed by a waffle cone with vanilla in the evening. By the multiplication rule, there are $6^{2}=36$ possibilities in your delicious compound experiment.

But what if you're only interested in what kinds of ice cream cones you had that day, not the order in which you had them, so you don't want to distinguish, for example, between (cakeC, waffleV) and (waffleV, cakeC)? Are there now $36 / 2=18$ possibilities? No, since possibilities like (cakeC, cakeC) were already only listed once each. There are $6 \cdot 5=30$ ordered possibilities $(x, y)$ with $x \neq y$, which turn into 15 possibilities if we treat $(x, y)$ as equivalent to $(y, x)$, plus 6 possibilities of the form $(x, x)$, giving a total of 21 possibilities. Note that if the 36 original ordered pairs $(x, y)$ are equally likely, $\color{red}{\text{then the 21 possibilities here are not equally likely.}}$

Original image

Blitzstein. Introduction to Probability (2019 2 ed). Pp. 10-11.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

If the $36$ ordered pairs are equally likely, then the probability of getting a cake cone with chocolate in the afternoon and a waffle cone with vanilla in the evening is $P($cakeC,waffleV$)=1/36$, and the probability of getting a waffle cone with vanilla in the afternoon and a cake cone with chocolate in the evening is $P($waffleV,cakeC$)=1/36$.

If the $21$ possibilities (where the order of the cones is not important) are equally likely, then the probability of getting a cake cone with chocolate and a waffle cone with vanilla (in any order) is $1/21$.

But if the $36$ ordered pairs are equally likely, then the probability of getting a cake cone with chocolate and a waffle cone with vanilla (in any order) is just the sum of the two events $P($cakeC,waffleV$)+P($waffleV,cakeC$)$ (because the probability of two disjoint events is the sum of their probabilities). This is $2/36$. But $2/36\ne 1/21$, so the $21$ possibilities cannot be equally likely if the $36$ ordered pairs are equally likely.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »