A protagonist is set with four cups, three containing water and one containing poison and proceeds to drink three cups. (yes, the setup is similar to another question. However, the question is unique)
It is easy to agree that the chances of drinking poison are three in four simply.
Case: The odds are far, far worse if after drinking each glass the protagonist discovers that they are NOT poisoned and THEN continues.
Will someone please find the flaw in my method below:
The chance of drinking poison on the first glass is simply one in four. After discovering that they are not poisoned, the protagonist takes another glass. This time the odds are one in three. Still surviving unpoisoned the protagonist reaches forth again to take the third glass. This time the odds are one in two that the glass will contain poison.
The summation of events leads to the horrific probability of $$\frac{1}{4} + \frac{1}{3} + \frac{1}{2} = \frac{13}{12}$$ in favour of being poisoned on the third glass. Where strictly the probability of just the third glass being poison is 50%.
It is not correct to evaluate the four glasses in the second round in this case, since a) we have removed one glass, and b) strictly one of the three remaining glasses in the second round are poisoned. For this reason, it is a reverse Monty Hall problem.
Edit: It seems I have made a fundamental error in the above. Let me introduce the second example in the hopes that I may be able to find a correction.
A person contacts a sports betting agency and makes a multi-bet over four matches. For the sake of the discussion let each team be evenly matched so that the odds of each team winning is approximately 50%, that is, for each separate match the probability of bet win on that match is 50%. Let us assume in advance that the fourth game is a nil-all draw so that it is equivalent enough to not playing, so that the setup is comparable with the first example. The probability of picking the first three matches correctly is 12.5% since there are eight possible outcomes of the three matches in total, only one of which results in my winning the bet. If any of the first three games are picked incorrectly, then my bet fails to progress.
In the case that I choose correctly in the first two matches and am down to the third match then, the chances of completing the bet are 50% at that point.
It seems like we can arrive at 12.5% with $$\frac{1}{2}\times\frac{1}{2}\times\frac{1}{2}=\frac{1}{8}$$ However, if we apply this method to the first example we find the probability of success would be $$\frac{1}{4}\times\frac{1}{3}\times\frac{1}{2}=\frac{1}{24}$$ which seems a little off? Is it? (actually, I think that may be the probability of drinking poison in each round if there is always one glass with poison regardless how many time we drink it.)
So, may we calculate the probability of not drinking poison at all as: $$\frac{3}{4}\times\frac{2}{3}\times\frac{1}{2}=\frac{1}{4}$$ ?
To do the calculation, you need to include the probability of surviving to the $n$th round, then add up each probabilities for the various possible $n$s. You'll have three terms: probability of dying on first drink, second drink, and third, like so:
$$\frac{1}{4} + \frac{3}{4}\cdot \frac{1}{3} + \frac{3}{4}\cdot \frac{2}{3}\cdot\frac{1}{2} $$
which works out to $\frac{3}{4}$ again.