From an urn containing $6$ balls numerated $1,\ldots,6$ we randomly choose one, then again and stop only when we picked the ball with number $1$ on it. Let $X$ be the greatest number that appeared on balls we already pulled out. What's the distribution of $X\ $? And $\mathbb{E}X=\ ?$
2026-05-15 02:15:29.1778811329
Urn with balls, distribution of random variable
257 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 PROBABILITY-DISTRIBUTIONS
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Statistics based on empirical distribution
- Given $U,V \sim R(0,1)$. Determine covariance between $X = UV$ and $V$
- Comparing Exponentials of different rates
- Linear transform of jointly distributed exponential random variables, how to identify domain?
- Closed form of integration
- Given $X$ Poisson, and $f_{Y}(y\mid X = x)$, find $\mathbb{E}[X\mid Y]$
- weak limit similiar to central limit theorem
- Probability question: two doors, select the correct door to win money, find expected earning
- Calculating $\text{Pr}(X_1<X_2)$
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
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
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?
Edit: Later on, we describe a fast solution. But for reasons of nostalgia, we keep our first slow way.
The slow way: We assume that the balls are removed one at a time and not replaced. Then the probabilities can be found with a careful examination of cases.
With probability $\frac{1}{6}$ we have $X=1$.
We have $X=2$ precisely if we got the sequence $2,1$. This has probability $\frac{1}{6\cdot 5}$.
We have $X=3$ in several ways: the sequence $3,1$, the sequence $2,3,1$ and the sequence $3,2,1$. The combined probability is $\frac{1}{6\cdot 5}+\frac{2}{6\cdot 5\cdot 4}$.
For the number of ways in which $X=4$, note that this happens with the sequences $4,1$, or $4,2,1$, or $2,4,1$, or $3,4,1$ or $4,3,1$, or $x,y,z,1$, where $x,y,z$ is one of the $6$ permutations of $2,3,4$. The probability is $\frac{1}{6\cdot 5}+\frac{4}{6\cdot 5\cdot 4}+ \frac{6}{6\cdot 5\cdot 4\cdot 3}$.
And so on. Actually, we are almost finished, since once we find $\Pr(X=5)$, we know $\Pr(X=8)$, since the probabilities add to $1$. It may still be a good idea to do an independent computation of $\Pr(X=6)$, as a check.
Once we have the probability distribution of $X$, finding $E(X)$ is mechanical.
A much faster way: The computations can be streamlined. Let us find $\Pr(X\le 5)$. This is the probability that $6$ comes after $1$. By symmetry this is $\frac{1}{2}$. So $\Pr(X=6)=\Pr(X\le 6)-\Pr(X\le 5)=\frac{1}{2}$.
To find $\Pr(X=5)$, we calculate $\Pr(X\le 5)-\Pr(X\le 4)$. The probability that $X$ is $\le 4$ is the probability $1$ comes before $5$ and $6$, which is $\frac{1}{3}$. So $\Pr(X=5)=\frac{1}{6}$.
To find $\Pr(X= 4)$, we find $\Pr(X\le 4)-\Pr(X\le 3)$. The probability that $X$ is $\le 3$ is the probability that $1$ comes before $4$, $5$, and $6$. This is $\frac{1}{4}$, so $\Pr(X=4)=\frac{1}{12}$.
Continue, it's almost over.
The idea works smoothly for balls numbered $1$ to $n$.
Remarks: $1.$ The "fast" method can be adapted to sampling with replacement. We calculate, as a sample, the probability that $X$ is $\le 4$. This can happen in various ways: First is $6$, first is between $2$ and $4$ and the second is a $1$, first $2$ are between $2$ and $4$ and the third is a $1$, and so on. The probability is given by $$\Pr(X\le 4)=\frac{1}{6}\left(1+\frac{3}{6}+\frac{3^2}{6^2}+\cdots \right).$$ Thus $\Pr(X\le 4)=\frac{1}{3}$. Similarly, we can calculate $\Pr(X\le 3)$, and then by subtraction $\Pr(X=4)$. If we compare with the numbers obtained in the no replacement case, we will notice something interesting.
$2.$ There is a fancier, but ultimately faster way of finding $E(X)$, the method of indicator random variables. This can be done without finding the distribution of $X$. But since we were asked to find that distribution, we might as well use it.