Probability problem - A and B are college teams in overtime

Click For Summary
SUMMARY

The discussion focuses on calculating the probabilities of outcomes in an overtime college football game between teams A and B. The probabilities for A's scoring outcomes are defined as 0.2 for no score, 0.3 for 3 points, 0.1 for 6 points, 0.3 for 7 points, 0.09 for 8 points, and 0.01 for a turnover. The calculated probabilities for the first round show that A wins with a probability of 0.345, B wins with a probability of 0.436, and they tie with a probability of 0.219. The discussion also explores recursive methods to determine the overall probability of A winning and the expected number of rounds until a winner is declared.

PREREQUISITES
  • Understanding of probability theory and conditional probabilities
  • Familiarity with recursive functions and their applications
  • Knowledge of expected value calculations in probability
  • Basic concepts of game theory as applied to sports outcomes
NEXT STEPS
  • Study recursive probability models in game theory
  • Learn about expected value calculations in discrete probability distributions
  • Explore conditional probability and its applications in sports analytics
  • Investigate Markov processes and their relevance to game outcomes
USEFUL FOR

Mathematicians, statisticians, sports analysts, and anyone interested in probability theory as it applies to competitive scenarios.

bslnerd00
Messages
1
Reaction score
0

Homework Statement



A and B are college football teams that have gone into overtime.

In the first round A will go first with the following possible outcomes: no score; 3 points; 6 points; 7 points; 8 points; a turnover where B wins (note in this case the game ends immediately). The probabilities of these happening are: .2, .3, .1, .3, .09, .01.

B then follows with the following conditional outcomes:
if A scored 0–B ties with probability .1; B wins with probability .88; A wins with probability .02.
if A scored 3–B ties with probability .3; B wins with probability .6; A wins with probability .1.
if A scored 6–B ties with probability .01; B wins with probability .4; A wins with probability .59.
if A scored 7–B ties with probability .3; B wins with probability .1; A wins with probability .6.
if A scored 8–B ties with probability .2; A wins with probability .8
If the teams are tied after the first round, they go to a second round and continue until a team wins.

a) Find the probability that: A wins in the first round; B wins in the first round; they’re tied after the first round.
b) Find the probability that A wins.
c) Find the expected number of rounds.

Homework Equations


none

The Attempt at a Solution


a) P(A wins) = 0.345, P(B wins) = 0.436, P(tie) = 0.219

Hi, I found out the probabilities each time wins. I can't figure out the answers to B or C however. Any ideas?

Thanks
 
Physics news on Phys.org
A wins if A wins on the first round OR if the first round ends in a tie and A wins on the second round OR if the first two rounds both end in a tie and A wins on the third round OR ...

See if you can write that mathematically. Hint: What is ##\sum_{n=0}^{\infty} x^n## ? (This has a nice simple expression).The expected number of rounds is 1*P(game ends on round 1) + 2*P(ends on round 2) + 3*P(ends on round 3) + ... .

See if you can write that mathematically. Hint: What is ##\sum_{n=0}^{\infty} n x^n## ? (This too has a nice simple expression).
 
bslnerd00 said:

Homework Statement



A and B are college football teams that have gone into overtime.

In the first round A will go first with the following possible outcomes: no score; 3 points; 6 points; 7 points; 8 points; a turnover where B wins (note in this case the game ends immediately). The probabilities of these happening are: .2, .3, .1, .3, .09, .01.

B then follows with the following conditional outcomes:
if A scored 0–B ties with probability .1; B wins with probability .88; A wins with probability .02.
if A scored 3–B ties with probability .3; B wins with probability .6; A wins with probability .1.
if A scored 6–B ties with probability .01; B wins with probability .4; A wins with probability .59.
if A scored 7–B ties with probability .3; B wins with probability .1; A wins with probability .6.
if A scored 8–B ties with probability .2; A wins with probability .8
If the teams are tied after the first round, they go to a second round and continue until a team wins.

a) Find the probability that: A wins in the first round; B wins in the first round; they’re tied after the first round.
b) Find the probability that A wins.
c) Find the expected number of rounds.

Homework Equations


none

The Attempt at a Solution


a) P(A wins) = 0.345, P(B wins) = 0.436, P(tie) = 0.219

Hi, I found out the probabilities each time wins. I can't figure out the answers to B or C however. Any ideas?

Thanks

Besides the method suggested by DH, you can look at it recursively. Let a, b and t be the one-round probabilities that A wins, B wins, or there is a tie.

Just before starting, let x = probability that A wins eventually. If A or B win in round 1 we are done; otherwise (if there is a tie) we start again. So we get x = a + t*x; can you see why?

Similarly, let N = number of rounds until a win. If someone wins on round 1 we have N = 1; otherwise we start again and have N = 1 + N', where N' has the same probability distribution as N; that is, it is an independent, probabilistic copy of N. So: N = 1 if no tie; N = 1 + N' if tie. Take expectations to get an equation ford EN (noting that EN' = EN).
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
11
Views
2K
Replies
3
Views
1K
  • · Replies 9 ·
Replies
9
Views
16K
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
9
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K