Tennis great Roger Federer made 63% of his first serves in a recent season. When Federer made his first serve, he won 78% of the points. When Federer missed his first serve and had to serve again, he won only 57% of the points. Suppose you randomly choose a point on which Federer served. You get distracted before seeing his first serve but look up in time to see Federer win the point. What's the probability that he missed his first serve?

Respuesta :

DeanR

Sounds like a Bayes Theorem problem.

Events:

F: Roger makes his first serve.  We'll write ~F for "not F".

P(F) = .63

P(~F) = 1 - .63 = .37

W: Roger wins the point.  We don't know P(W) but we are given

P(W | F) = .78

P(W | ~F) = .57

We're asked for

P(~F | W)

The basic conditional probability theorem is

P(~F and W) = P(~F | W) P(W) = P(W | ~F) P(~F)

P(~F | W) = ( P(W | ~F) P(~F) ) / P(W)

We write

P(W) =  P(W | F) P(F) +  P(W | ~F) P(~F)

Substituting gives Bayes' Theorem:

P(~F | W) = ( P(W | ~F) P(~F) ) / ( P(W | F) P(F) +  P(W | ~F) P(~F) )

We know all the parts so we substitute,

P(~F|W) = ( .57(.37) ) / (.78(.63) + .57(.37) ) = 0.30029901751388294

Let's call that 30%

Answer: 30%

ACCESS MORE
EDU ACCESS