Say you have two people playing first to 11 points for a game of whatever. A has a 0.55 chance to get a point and B has a 0.45 chance. How would I go about working out the probability that A will win the match?
The way I think you'd work it out is by running it say, 10000 times and then do :
(number of games A wins) / (total number of games). Is this correct?