There is a quiz show in which a contestant must correctly answer 5 multiple choice questions to reach the 'bank'. A 'chaser' simultaneously answers questions, but starts 3 answers behind. How do I write a formula to calculate the contestant's chance of reaching the bank as variables are changed, for example:
A = the contestant's chance of correctly answering any given question
B = the chaser's chance of correctly answering any given question
C = the contestant's headstart
D = number of correct answers to reach the bank
Each of these can change from show to show, and contestants are offered more or less money depending on the headstart they accept.
I ran an extremely rudimentary simulation in excel, the result was if
A = 0.7333
B = 0.5333
C = 3
D = 5
The contestant has a ~65% chance of reaching the bank vs a ~35% chance of being caught.
This is a random walk, with the probabilities of forward, stay still, backwards, given by:
and is asking for the expected chance of reaching point D-C.