{{ extends 'global/Page.html' }} {{ block title }}Results Calculation{{ endblock }} {{ block content }} {{ formfields }}

•Consider this example: Both players start with 20% accuracy (in period 0) and the accuracy increases by 10% with each additional period.

•Suppose player A decides to wait until period 4, and player B until period 6.

•Player one is the fastest and shoots in period 4. Their accuracy is now 20% + 4 x 10% = 60%.

•The computer randomly determines the outcome:

 •With 60% probability, player A wins

 •With 40% probability, player B wins

{{ next_button }} {{ endblock }}