Session Ready
Exercise

Exercise 3. A and B play a series - part 1

Two teams, \(A\) and \(B\), are playing a seven series game series. Team \(A\) is better than team \(B\) and has a \(p>0.5\) chance of winning each game.

Instructions
100 XP
  • Use the function sapply to compute the probability, call it Pr of winning for p <- seq(0.5, 0.95, 0.025).
  • Then plot the result plot(p, Pr).