If you don't know how snap works - two players get 26 cards each from a standard 52 card deck. They then place their cards in a shared pile of cards where the cards are visible to both of them. If two cards of the same rank are placed right after each other, they call the snap. My question is what the probability is that this does not occur until both players have placed down 3 cards each. If possible, could you use the hypergeomtric distrubition, seeing as the cards are not replaced and kept in a pile in the middle.
2026-03-25 22:09:45.1774476585
Game of Snap Probability
503 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PROBABILITY
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Prove or disprove the following inequality
- Another application of the Central Limit Theorem
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- A random point $(a,b)$ is uniformly distributed in a unit square $K=[(u,v):0<u<1,0<v<1]$
- proving Kochen-Stone lemma...
- Solution Check. (Probability)
- Interpreting stationary distribution $P_{\infty}(X,V)$ of a random process
Related Questions in CARD-GAMES
- optimal strategy for drawing a deck of cards
- Blackjack basic strategy statistics wanted
- Combinatorics question: Suppose you play a game of cards in which only 5 cards are dealt from a standard 52 deck....
- Three of a kind and a pair on hands bigger than 5
- Card Game Odds In-Between
- Inversions of a Deck of Cards
- 2 detectives card trick
- Interesting Riddle about a Game with Playing Cards
- Does not playing the basic strategy in Blackjack hurt other players at the table?
- Why is this line of reasoning not correct?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I gather from the comments that the two-player structure of the game is in fact irrelevant and you're simply interested in the probability of no two consecutive cards of seven cards drawn from a shuffled standard deck having the same rank.
The probability for a rank match in each particular pair of consecutive cards is
$$ \frac{13\cdot\binom42}{\binom{52}2}=\frac1{17}\;. $$
As a first crude approximation, the probability of a match occurring is roughly the expected number of matches, $\frac6{17}$, which would make the probability for no match to occur
$$ 1-\frac6{17}=\frac{11}{17}\approx0.647\;. $$
As a second, much better approximation, we can treat the match events as roughly independent and calculate the probability of none of them occurring as
$$ \left(1-\frac1{17}\right)^6=\left(\frac{16}{17}\right)^6=\frac{16777216}{24137569}\approx0.6951\;. $$
The exact probability can be calculated using a Markov chain or inclusion–exclusion, but with both approaches it would require quite a bit of casework.
P.S.: Here's the casework to do it by inclusion–exclusion.
We have $6$ conditions, namely that none of the $6$ possible rank matches occur.
The probability for one particular condition to be violated is $\frac1{17}$, and there are $6$ of them, for a contribution of $-\frac6{17}$.
Two particular conditions can be violated in two different ways. There are $5$ cases where the two matches are adjacent, and in this case the probability for both matches to occur is
$$ \frac{13\cdot\binom43}{\binom{52}3}=\frac1{425}\;, $$
so this yields a contribution $\frac5{425}=\frac1{85}$. And there are $\binom62-5=10$ cases where the two matches aren't adjacent, and in this case the probability for both matches to occur is
$$ \frac{\frac13\binom{13}2\binom42^2+13}{\binom{52}4}=\frac{73}{20825}\;, $$
so this yields a contribution $\frac{10\cdot73}{20825}=\frac{146}{4165}$.
Since it's quite unlikely for $3$ matches to occur, we should already get quite a good approximation if we were to stop at this point:
$$ 1-\frac6{17}+\frac1{85}+\frac{146}{4165}=\frac{34}{49}\approx0.6938776\;, $$
as expected quite close to the already quite good second approximation above.
With diminishing returns in precision, let's do the calculation for three matches. There are $4$ cases in which these are all adjacent, and the probability for three adjacent matches is
$$ \frac{13}{\binom{52}4}=\frac1{20825}\;, $$
for a contribution of $-\frac4{20825}$. There are $4$ cases in which none of the three matches are adjacent, and the probability for such a case to occur is
$$ \frac{\frac1{15}\binom{13}3\binom42^3+\frac15\cdot13\cdot12\cdot\binom42}{\binom{52}6}=\frac{207}{978775}\;, $$
for a contribution of $-\frac{4\cdot207}{978775}=-\frac{828}{978775}$. In the remaining $\binom63-4-4=12$ cases, two matches are adjacent and the third isn't adjacent to either of them. The probability for such a case to occur is
$$ \frac{\frac1{10}13\cdot\binom43\cdot12\cdot\binom42}{\binom{52}5}=\frac3{20825}\;, $$
for a contribution of $-\frac{12\cdot3}{20825}=-\frac{36}{20825}$.
So our next level of approximation, already quite precise, is
$$ \frac{34}{49}-\frac4{20825}-\frac{828}{978775}-\frac{36}{20825}=\frac{676442}{978775}\approx0.6911108\;. $$
Since not too many cases remain, we might as well do the rest, too.
Four matches can't all be adjacent. We can have three of them adjacent and one separate. There are $6$ such cases, and the probability for each is
$$ \frac{\frac1{15}\cdot13\cdot12\cdot\binom42}{\binom{52}6}=\frac3{978775}\;, $$
for a contribution of $\frac{6\cdot3}{978775}=\frac{18}{978775}$.
Or we can have two pairs of them adjacent. There are $3$ such cases, and the probability for each is
$$ \frac{\frac1{10}\binom{13}2\binom43^2}{\binom{52}6}=\frac6{978775}\;, $$
for another contribution of $\frac{3\cdot6}{978775}=\frac{18}{978775}$.
Or we can have two of them adjacent and the other two separate. There are $3$ such cases, and the probability for one of them to occur is
$$ \frac{\frac1{35}\cdot\frac13\cdot13\binom{12}2\binom43\binom42^2+\frac1{35}\cdot13\cdot12\binom43}{\binom{52}7}=\frac{201}{22511825}\;, $$
for a contribution of $\frac{3\cdot201}{22511825}=\frac{603}{22511825}$.
So our next approximation is
$$ \frac{676442}{978775}+\frac{18}{978775}+\frac{18}{978775}+\frac{603}{22511825}=\frac{15559597}{22511825}\approx0.6911744\;. $$
Finally, with $5$ matches, no $4$ of them can be adjacent. That only leaves $2$ cases in which $3$ and $2$ of them are adjacent, and the probability for such a case to occur is
$$ \frac{\frac1{35}\cdot13\cdot12\binom43}{\binom{52}7}=\frac3{22511825}\;, $$
for a contribution of $-\frac{2\cdot3}{22511825}=-\frac6{22511825}$. Since $6$ matches are impossible, that gives us our final exact result:
$$ \frac{15559597}{22511825}-\frac6{22511825}=\frac{15559591}{22511825}\approx0.6911741\;. $$
Here's code that checks these results (both the final tally and the individual contributions).