If D1 < D2

  1. (D1-1) days will be there without any vaccine
  2. (D2-D1) days will be there with vaccine V1.
  3.  Forthcoming days will have both vaccines (V1+V2).

If D2 < D1

  1. (D2-1) days will be there without any vaccine
  2. (D1-D2) days will be there with vaccine V2.
  3. Forthcoming days will have both vaccines (V1+V2).

d1          v1         d2          v2        P

    1     2     3    4     5     6    7    8    9    10

Company A

Company B

d1 - 1 + d2 - d1 + ((p - (d2 - d1)*v1) / (v1 + v2))
d2 - 1 + d1 - d2 + (p - (d1 - d2)*v2) / (v1 + v2)
d2-1
d1-d2
(p - (d1 - d2)*v2) / (v1 + v2)
d1 - 1 + d2 - d1 + (p - (d2 - d1)*v1) / (v1 + v2)
d1-1
d2-d1
(p - (d2 - d1)*v1) / (v1 + v2)
Made with Slides.com