In the English Championship division, there are 24 teams, 8 of which have names starting with the letter B (e.g.Brighton) Tonight, all 24 teams in this division are playing each other. By a coincidence, the 8 teams starting with B are playing each other, i.e. 4 of the games involve these 8 teams (there are 2 teams per game!) What are the odds on this happening ?
2026-04-19 05:23:02.1776576182
Football League coincidence
131 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CONDITIONAL-PROBABILITY
- Given $X$ Poisson, and $f_{Y}(y\mid X = x)$, find $\mathbb{E}[X\mid Y]$
- Finding the conditional probability given the joint probability density function
- Easy conditional probability problem
- Conditional probability where the conditioning variable is continuous
- probability that the machine has its 3rd malfunction on the 5th day, given that the machine has not had three malfunctions in the first three days.
- Sum of conditional probabilities equals 1?
- Prove or disprove: If $X | U$ is independent of $Y | V$, then $E[XY|U,V] = E[X|U] \cdot E[Y|V]$.
- Conditional probability and binomial distribution
- Intuition behind conditional probabilty: $P(A|B)=P(B\cap A)/P(B)$
- Transition Probabilities in Discrete Time Markov Chain
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?
We will assume that the pairings were done with all pairings equally likely. Line up the "B" teams in full alphabetical order. The probability that the first B team in the list got assigned a B team is $\frac{7}{23}$. Given that this happened, the probability that the first unassigned B team got assigned a B team is $\frac{5}{21}$. Continue in this way. The required probability is $\frac{7}{23}\cdot\frac{5}{21}\cdot\frac{3}{19}\cdot \frac{1}{17}$.
Translation of the answer to the language of odds, if desired, is mechanical.
Remark: One can also count in various ways. For example, imagine we list the teams at random, and pair $1$ and $2$, $3$ and $4$, and so on. There are $24!$ equally likely listings.
Now we count the "favourables," the listings that have all the B's paired. So we must choose $4$ of the odd numbers from the $12$ available to place one of the B's into. There are $binom{12}{4}$ ways to do this. Once this is done, the locations occupied by B's are determined, also the locations occupied by non-B's. The B's can be scrambled among B positions in $8!$ ways, and for each of these the rest can be scrambled in $16!$ ways. That gives probability $$\frac{\binom{12}{4}(8!)(16!)}{24!}.$$ After some cancellation, this turns out to be the same number as the one reached in a more straightforward way in the main answer.