I have the following problem:
You have a standard deck of 52 cards.
The cards: 2,3,4,5,6,7,8,9,10,J,Q,K,A
J, Q, K, A have the values 11, 12, 13, 14 appropriately.
Two cards are drawn from the deck without replacement.
Let X be the absolute difference between the 2 cards.
Find the probability mass function of X?
What I've solved so far:
P(X=0) = 3/51 (reasoning: when you draw a card the second time, there are 3 cards left with the same value as the first one)
P(X=12) = (4/52 * 4/51) + (4/52 * 4/51) = 2 * (4/52 * 4/51) (reasoning: to have a difference of 12 you need to draw a 2 the first time, and an A the second time, or the other way around)
Please help me determine the rest (X=1...13)