I'm working on the following problem:
Compute the number of expected cards drawn from a standard 52 card deck (without replacement) until a $4$ or $5$ is drawn.
I tried to model it using a geometric distribution, but am running into problems since the probability of drawing a $4$ or $5$ increases with each successive card drawn. Could this problem be approached using Markov Chains?