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

If C = Calvin wins the match, and $X \thicksim Bin(2, p) =$ how many of the first 2 games he wins — then why P(C|X = 1) = P(C)?

+0
−1

The author's solution doesn't expatiate why $\color{red}{P(C|X = 1) = P(C)}$? This similar question on Math Stack Exchange has 0 answers, as at 4 January 2022.

  1. Calvin and Hobbes play a match consisting of a series of games, where Calvin has probability p of winning each game (independently). They play with a "win by two" rule: the first player to win two games more than his opponent wins the match. Find the probability that Calvin wins the match (in terms of p), in two different ways:

(a) by conditioning, using the law of total probability.

(b) by interpreting the problem as a gambler's ruin problem.

Solution:

(a) Let C be the event that Calvin wins the match, $X \thicksim Bin(2, p)$ be how many of the first 2 games he wins, and $q = 1 - p$. Then

Image alt text

Blitzstein, Introduction to Probability (2019 2 edn), Chapter 2, Exercise 50, p 94.
p 17 in the publicly downloadable PDF of curbed solutions.

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

The key is

the first player to win two games more than his opponent wins the match

$P(C \mid X = 1)$ describes the situation when Calvin has won 1 of the first two matches: so the opponent won the other match, and they're currently even. Since a 1-1 score is equivalent to a 0-0 score for the purposes of winning, the probability that Calvin wins from a 1-1 situation is the same as the probability that Calvin wins from a 0-0 situation.

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 »