Matthew S. answered 02/20/20
Ph in Operations Research with extensive background in probability
Selection with replacement means you're drawing from the whole deck every time. Four aces in the deck means Prob(Ace) = 4/52 = 1/13 for any given draw. Prob(not Ace) = 48/52 = 12/13.
Using independence, Prob(1st ace on nth draw) = Prob(non-Ace on all draws prior to nth) x Prob(Ace on nth draw) = (12/13)(n-1) x (1/13). This is the probability mass function of X.
Prob(1st ace on 4th draw) = (12/13)3 x (1/13)