Recurrence Relations and Sequences Involving Probabilities

The student must establish or solve recurrence relations for probabilities or expectations indexed by a parameter, often involving sequential processes or inductive arguments.

bac-s-maths 2018 QIII.B.2 View
A customer is chosen at random from those who bought a melon during week 1. Among customers who buy a melon in a given week, $90\%$ of them buy a melon the following week; among customers who do not buy a melon in a given week, $60\%$ of them do not buy a melon the following week. For $n \geqslant 1$, we set $p_n = P(A_n)$, where $A_n$ is the event ``the customer buys a melon during week $n$''. Thus $p_1 = 1$. Prove that, for all integer $n \geqslant 1$: $p_{n+1} = 0{,}5\, p_n + 0{,}4$.
grandes-ecoles 2018 Q40 View
Let $\left(X_{n}\right)_{n \in \mathbb{N}}$ be a sequence of mutually independent Rademacher random variables and $S_{n} = \sum_{j=1}^{n} X_{j}$. For every $n \in \mathbb{N}^{*}$ and every $k \in \mathbb{Z}$, by setting $p_{n}(k) = \mathbb{P}\left(S_{n} = k\right)$, show that $$\frac{p_{n+1}(k) - p_{n}(k)}{\tau} = \frac{\delta^{2}}{2\tau} \frac{p_{n}(k+1) - 2p_{n}(k) + p_{n}(k-1)}{\delta^{2}}$$
grandes-ecoles 2019 Q8 View
We have an infinite supply of black and white balls. An urn initially contains one black ball and one white ball. We perform a sequence of draws according to the following protocol:
  • we randomly draw a ball from the urn;
  • we replace the drawn ball in the urn;
  • we add to the urn a ball of the same color as the drawn ball.
We define the sequence $(X_{n})_{n \in \mathbb{N}}$ of random variables by $X_{0} = 1$ and, for all integers $n \geqslant 1$, $X_{n}$ gives the number of white balls in the urn after $n$ draws.
Let $n$ and $k$ be two integers greater than or equal to 1. Establish that $$P(X_{n} = k) = \frac{k-1}{n+1} P(X_{n-1} = k-1) + \frac{n+1-k}{n+1} P(X_{n-1} = k).$$
grandes-ecoles 2020 Q19 View
Let $n \in \mathbb{N}^{*}$. Show that $$1 = \sum _ { k = 0 } ^ { n } P \left( S _ { k } = 0 _ { d } \right) P ( R > n - k )$$
grandes-ecoles 2021 Q6 View
Let $T$ be the random variable, defined on $\Omega$ and taking values in $\mathbb { N }$, equal to the first instant when the particle returns to the origin, if this instant exists, and equal to 0 if the particle never returns to the origin: $$\forall \omega \in \Omega , \quad T ( \omega ) = \begin{cases} 0 & \text { if } \forall k \in \mathbb { N } ^ { * } , S _ { k } ( \omega ) \neq 0 \\ \min \left\{ k \in \mathbb { N } ^ { * } \mid S _ { k } ( \omega ) = 0 \right\} & \text { otherwise } \end{cases}$$ Show that $T$ takes even values and that, for all $n \in \mathbb { N } , \mathbb { P } ( T = 2 n + 2 ) = 2 C _ { n } p ^ { n + 1 } ( 1 - p ) ^ { n + 1 }$.
jee-main 2020 Q70 View
In a game two players $A$ and $B$ take turns in throwing a pair of fair dice starting with player $A$ and total of scores on the two dice, in each throw is noted. $A$ wins the game if he throws a total of 6 before $B$ throws a total of 7 and $B$ wins the game if he throws a total of 7 before $A$ throws a total of six. The game stops as soon as either of the players wins. The probability of $A$ winning the game is:
(1) $\frac { 5 } { 31 }$
(2) $\frac { 31 } { 61 }$
(3) $\frac { 5 } { 6 }$
(4) $\frac { 30 } { 61 }$
todai-math 2025 Q6 View
Problem 6
Consider the following procedure that generates a sequence of random variables that take the value 0 or 1. For an integer $n \geq 1$, we denote the $n$-th random variable of a sequence generated by the procedure as $X _ { n }$.
  • $X _ { 1 }$ becomes $X _ { 1 } = 0$ with a probability $\frac { 2 } { 3 }$ and $X _ { 1 } = 1$ with a probability $\frac { 1 } { 3 }$.
  • For an integer $n = 1,2 , \ldots$ in order, the following is repeated until the procedure terminates:
  • The procedure terminates with a probability $p ( 0 < p < 1 )$ if $X _ { n } = 0$ and with a probability $q ( 0 < q < 1 )$ if $X _ { n } = 1$. Here, $p$ and $q$ are constants.
  • If the procedure does not terminate as above, $X _ { n + 1 }$ becomes $X _ { n + 1 } = 0$ with a probability $\frac { 2 } { 3 }$ and becomes $X _ { n + 1 } = 1$ with a probability $\frac { 1 } { 3 }$.

When the procedure terminates at $n = \ell$, a sequence of length $\ell$, composed of random variables $\left( X _ { 1 } , \ldots , X _ { \ell } \right)$, is generated, and no further random variables are generated. Answer the following questions.
I. For an integer $k \geq 1$, consider the following matrix:
$$\boldsymbol { P } _ { k } = \left( \begin{array} { c c } \operatorname { Pr } \left( X _ { n + k } = 0 \mid X _ { n } = 0 \right) & \operatorname { Pr } \left( X _ { n + k } = 1 \mid X _ { n } = 0 \right) \\ \operatorname { Pr } \left( X _ { n + k } = 0 \mid X _ { n } = 1 \right) & \operatorname { Pr } \left( X _ { n + k } = 1 \mid X _ { n } = 1 \right) \end{array} \right)$$
Here, $\operatorname { Pr } ( A \mid B )$ is the conditional probability of an event $A$ given that an event $B$ has occurred.
  1. Express $\boldsymbol { P } _ { 1 }$ and $\boldsymbol { P } _ { 2 }$ using $p$ and $q$.
  2. Express $\boldsymbol { P } _ { 3 }$ using $\boldsymbol { P } _ { 1 }$.
  3. $\boldsymbol { P } _ { k }$ can be expressed as $\boldsymbol { P } _ { k } = \gamma _ { k } \boldsymbol { P } _ { 1 }$ using a real number $\gamma _ { k }$. Find $\gamma _ { k }$.

II. For an integer $m \geq 2$, find the respective probabilities that $X _ { m } = 0$ and $X _ { m } = 1$, given that the procedure does not terminate before $n = m$.
III. Find the expected value and the variance of the length of the sequence, $\ell$, generated by the procedure. If necessary, you may use $\sum _ { m = 1 } ^ { \infty } m r ^ { m - 1 } = \frac { 1 } { ( 1 - r ) ^ { 2 } }$ and $\sum _ { m = 1 } ^ { \infty } m ^ { 2 } r ^ { m - 1 } = \frac { 1 + r } { ( 1 - r ) ^ { 3 } }$ for a real number $r$ whose absolute value is smaller than 1.
IV. For an integer $k \geq 1$, find the probability $\operatorname { Pr } \left( X _ { n } = 0 \mid X _ { n + k } = 1 \right)$.