Loading [MathJax]/jax/output/HTML-CSS/jax.js

Monday, January 10, 2022

Sure, but what's the probability that you call timeout in OT for no reason and miss the playoffs?

In the Riddler Football League, you are coaching the Arizona Ordinals against your opponent, the Detroit Lines, and your team is down by 14 points. You can assume that you have exactly two remaining possessions (i.e., opportunities to score), and that Detroit will score no more points.

For those unfamiliar with American football, a touchdown is worth 6 points. After each touchdown, you can decide whether to go for 1 extra point or 2 extra points. You happen to have a great kicker on your team, and your chances of scoring 1 extra point (should you go for it) are 100 percent. Meanwhile, scoring 2 extra points is no sure thing — suppose that your team’s probability of success is some value p.

If the teams are tied at the end of regulation, the game proceeds to overtime, which you have a 50 percent chance of winning. (Assuming ties are not allowed.)

What is the minimum value of p such that you’d go for 2 extra points after your team’s first touchdown (i.e., when you’re down 8 points)?

Let's set up the problem. Say Si is the score after your ith touchdown and extra point(s), with S0=14. You are faced with two choices, u1 and u2, each of which can be K (kick) or T (try for two-point conversion). So the transitional probabilities are P{Si=sui}={1,if ui=K and s=Si1+7;p,if ui=T and s=Si1+8;1p,if ui=T and s=Si1+6;0,otherwise.

Here we assume that losing by any number of points, or winning by any number, while potentially valuable to degenerate gamblers who are following the RFL, is of no use to you the coach (so I guess there are no weird tie breakers or other such secondary incentives to score the most points possible). So the utility function that we are trying to maximize is V(S2)={1,if S2>0;0.5,if S2=00,if S2<0 and we have the following optimization problem max{E[V(S2)u1,u2]u1,u2{K,T},S0=14}.

The boring strategy would be u1=u2=K, essentially playing for a tie, which give S2=0 w.p. 1 and so E[V(S2)u1=u2=K]=V(0)=0.5. We needn't really check due to the prompt, but the strategy u1=K,u2=T would give S1=7 w.p. 1 and so E[V(S2)u2=T,u1=K]=pV(1)+(1p)V(1)=p, which would only be better than u1=u2=K if p>0.5.

If instead, we go for 2 after the first touchdown, then there are two possible outcomes. If we succeed and S1u1=6, then we can safely pick u2=K, since this will give S2=1 w.p. 1, so E[V(S2)S1=6,u1=T,u2=K]=1 which is a better outcome for any value of p<1 than E[V(S2)S1=6,u1=u2=T]=pV(2)+(1p)V(0)=0.5(1+p). If on the other hand S1u1=8 because the intial 2 point conversion try was unsuccessful, then we should also do u2=T, since S2S1=6,u2=K<0 w.p. 1. When we go for two a second time, we have E[V(S2)S1=8,u1=u2=T]=pV(0)+(1p)V(2)=0.5p. Therefore, if u1=T, then we have E[V(S2)u1=T]=pE[V(S2)S1=6,u2=K]+(1p)E[V(S2)S1=8,u2=T]=p+0.5p(1p)=3pp22. The choice to go for 2 after your first touchdown will be optimal whenever 3pp22>12, or p23p+1<0, that is, whenever p>3942=352=0.381966.

No comments:

Post a Comment