Here is a problem I thought of:
lets say unfair coin that has Probability to get heads $P(h)=0.4$ for winning I have to get at least once heads of 7 flips.
so $P(loose) = (1-p(h))^7$ and $P(win)=(1-p(loose))=0.972$
now lets say that for full win I have to win 10 times (if I loose once I loose). $P(fullWin) = (p(win))^{10} =0.753$
can you please tell me if my calculation is good?