Winning Tennis with Probability 0.3 and 0.7

  • Context: MHB 
  • Thread starter Thread starter WMDhamnekar
  • Start date Start date
  • Tags Tags
    Tennis
Click For Summary
SUMMARY

The probability of winning a tennis game from Deuce (40-40) with a point-winning probability of 0.3 is approximately 15.51%. This calculation involves modeling the game as a series of independent trials, where the success probability for winning a point is 0.09 and the failure probability is 0.42. The discussion also highlights the use of state transition probabilities and a linear system to derive the winning probability, confirming that the formula P = p^2 / (2p^2 - 2p + 1) yields P ≈ 0.155 when p = 0.3.

PREREQUISITES
  • Understanding of probability theory and independent trials
  • Familiarity with state transition models
  • Knowledge of linear algebra for solving systems of equations
  • Basic grasp of tennis scoring and game structure
NEXT STEPS
  • Study Markov chains and their applications in game theory
  • Learn about absorbing states in probability models
  • Explore advanced probability techniques for calculating game outcomes
  • Investigate the implications of varying point-winning probabilities on game strategies
USEFUL FOR

Mathematicians, statisticians, game theorists, and tennis coaches interested in applying probability theory to sports analytics and game strategy optimization.

WMDhamnekar
MHB
Messages
378
Reaction score
30
Hi,

What is your probability of winning a game of tennis, starting from the even score Deuce (40-40), if your probability of winning each point is 0.3 and your opponent’s is 0.7?

1645684239650.png


My answer:
I think the sequence of independent trials are required to win a game of tennis starting from even score Deuce(40-40),each of which is a success with probability (0.3 × 0.3 =0.09) or a failure with probability (0.7 × 0.3 + 0.7 × 0.3 =0.42). Suppose, the independent trials to win a game of tennis are n. That means after (n-1) trials of failures, the nth trial is success.

$$ \displaystyle\sum_{n=0}^{\infty} 0.09 \cdot (0.42)^n =\lim_{n \to \infty}\frac{0.09\cdot ( 1 - 0.42^n)}{1- 0.42}= 0.15517 $$ = 15.51 %
 
Last edited:
Physics news on Phys.org
Have you worked out the states and the state transition probability matrix?
I see the states as
Deuce, Ad-In, Ad-Out, Game

with Game being an absorbing state.
 
Write out all the conditional probabilites P(W|X) where X = A, B, D. You will have a linear system of three unknowns and three equations, which can be solved by standard methods.

For example: If you are in state B, you must win the next point to have any chance of winning. If you lose the point you lose the game, so
P(W|B) = q P(W|D)
because if you do win the point (which you do with probability q), then you will be in state D and your probability of winning will be P(W|D).
 
There is a useful shortcut in considering two point played at a time. If the probability of winning a point is ##p##, then the probability of winning the game (##P##) satisfies:
$$P = p^2 + 2p(1-p)P$$Hence$$P = \frac{p^2}{2p^2 - 2p + 1}$$With ##p = 0.3##, this gives ##P \approx 0.155##.
 
  • Like
Likes   Reactions: DrClaude and Orodruin
PeroK said:
There is a useful shortcut in considering two point played at a time. If the probability of winning a point is ##p##, then the probability of winning the game (##P##) satisfies:
$$P = p^2 + 2p(1-p)P$$Hence$$P = \frac{p^2}{2p^2 - 2p + 1}$$With ##p = 0.3##, this gives ##P \approx 0.155##.
Other way of seeing this: Probability of winning in two points is ##p^2##. Probability of losing in two points is ##(1-p)^2 = 1-2p+p^2##. Probability of winning must therefore be
\[
\frac{p^2}{p^2 + (1-p)^2} = \frac{p^2}{2p(p-1) + 1}
\]
as otherwise we return to the same state.
 
  • Like
Likes   Reactions: DrClaude and PeroK

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K