Tree Diagrams

Question Types
All Questions
bac-s-maths 2014 Q1A Construct a Tree Diagram
A student must go to his school each morning by 8:00 a.m. He takes the bicycle 7 days out of 10 and the bus the rest of the time. On days when he takes the bicycle, he arrives on time in $99.4\%$ of cases and when he takes the bus, he arrives late in $5\%$ of cases. A date is chosen at random during the school period and we denote by $V$ the event ``The student goes to school by bicycle'', $B$ the event ``the student goes to school by bus'' and $R$ the event ``The student arrives late at school''.
  1. Translate the situation using a probability tree.
  2. Determine the probability of the event $V \cap R$.
  3. Prove that the probability of the event $R$ is 0.0192
  4. On a given day, the student arrived late at school. What is the probability that he went there by bus?
bac-s-maths 2015 Q1 1 marks Read Probability from a Given Tree
Consider the probability tree opposite: [Figure]
What is the probability of event $B$ ? a. 0.12 b. 0.2 c. 0.24 d. 0.5
bac-s-maths 2016 Q1A Construct a Tree Diagram
A light bulb manufacturer has two machines, denoted A and B. Machine A provides $65\%$ of production, and machine B provides the rest. Some light bulbs have a manufacturing defect:
  • at the output of machine $\mathrm{A}$, $8\%$ of light bulbs have a defect;
  • at the output of machine B, $5\%$ of light bulbs have a defect.
The following events are defined:
  • A: ``the light bulb comes from machine A'';
  • B: ``the light bulb comes from machine B'';
  • $D$: ``the light bulb has a defect''.

  1. A light bulb is randomly selected from the total production of one day. a. Construct a probability tree representing the situation. b. Show that the probability of drawing a light bulb without a defect is equal to 0.9305. c. The light bulb drawn has no defect. Calculate the probability that it comes from machine A.
  2. 10 light bulbs are randomly selected from the production of one day at the output of machine A. The size of the stock allows us to consider the trials as independent and to assimilate the draws to draws with replacement. Calculate the probability of obtaining at least 9 light bulbs without a defect.
bac-s-maths 2016 Q1A Total Probability Calculation
A factory manufactures an electronic component. Two production lines are used. Production line A produces $40\%$ of the components and production line B produces the rest. Some of the manufactured components have a defect that prevents them from operating at the speed specified by the manufacturer. At the output of line A, $20\%$ of the components have this defect while at the output of line B, only $5\%$ do. A component manufactured in this factory is chosen at random. We denote: A the event ``the component comes from line A'', $B$ the event ``the component comes from line B'', S the event ``the component is defect-free''.
  1. Show that the probability of event $S$ is $P(S) = 0.89$.
  2. Given that the component has no defect, determine the probability that it comes from line A. The result should be given to the nearest $10^{-2}$.
bac-s-maths 2016 Q3a 5 marks Multi-Stage Sequential Process
Exercise 3 (Candidates who have NOT followed the specialization course)
5 POINTS
We have a fair die with 6 faces numbered 1 to 6 and 2 coins A and B each having one heads side and one tails side. A game consists of rolling the die one or more times. After each die roll, if we get 1 or 2, then we flip coin A, if we get 3 or 4, then we flip coin B and if we get 5 or 6, then we flip neither of the two coins. At the beginning of the game, both coins are on the tails side.
  1. In the algorithm below, 0 codes the tails side of a coin and 1 codes the heads side. If $a$ codes the side of coin A at a given moment, then $1 - a$ codes the side of coin A after flipping it.

\begin{verbatim} Variables: a, b, d, s are integers i, n are integers greater than or equal to 1 Initialization: a takes the value 0 b takes the value 0 Input n Processing: For i going from 1 to n do d takes the value of a random integer between 1 and 6 If d <= 2 then a takes the value 1 - a else If d <= 4 | then b takes the value 1 - b EndIf EndIf s takes the value a + b EndFor Output: Display s \end{verbatim}
a. We execute this algorithm by inputting $n = 3$ and assuming that the random values generated successively for $d$ are $1; 6$ and 4. Copy and complete the table given below containing the state of the variables during the execution of the algorithm:
variables$i$$d$$a$$b$$s$
initialization
$1^{\text{st}}$ loop iteration
$2^{\text{nd}}$ loop iteration
$3^{\text{rd}}$ loop iteration

b. Does this algorithm allow us to decide whether at the end both coins are on the heads side?
2. For every natural integer $n$, we denote:
  • $X_{n}$ the event: ``After $n$ die rolls, both coins are on the tails side''
  • $Y_{n}$ the event: ``After $n$ die rolls, one coin is on the heads side and the other is on the tails side''
  • $Z_{n}$ the event: ``After $n$ die rolls, both coins are on the heads side''.

Moreover, we denote $x_{n} = P(X_{n}); y_{n} = P(Y_{n})$ and $z_{n} = P(Z_{n})$ the respective probabilities of events $X_{n}, Y_{n}$ and $Z_{n}$. a. Give the probabilities $x_{0}, y_{0}$ and $z_{0}$ respectively that at the beginning of the game there are 0, 1 or 2 coins on the heads side. b. Justify that $P_{X_{n}}(X_{n+1}) = \frac{1}{3}$. c. Copy the tree below and complete the probabilities on its branches, some of which may be zero. d. For every natural integer $n$, express $z_{n}$ as a function of $x_{n}$ and $y_{n}$. e. Deduce that, for every natural integer $n$, $y_{n+1} = -\frac{1}{3} y_{n} + \frac{2}{3}$. f. We set, for every natural integer $n$, $b_{n} = y_{n} - \frac{1}{2}$.
Show that the sequence $(b_{n})$ is geometric. Deduce that, for every natural integer $n$, $y_{n} = \frac{1}{2} - \frac{1}{2} \times \left(-\frac{1}{3}\right)^{n}$. g. Calculate $\lim_{n \rightarrow +\infty} y_{n}$.
Interpret the result.
bac-s-maths 2016 Q3b 5 marks Multi-Stage Sequential Process
Exercise 3 (Candidates who have followed the specialization course)
5 POINTS
We have a fair die with 6 faces numbered 1 to 6 and 3 coins A, B and C each having one heads side and one tails side.
A game consists of rolling the die one or more times. After each die roll, if we get 1 or 2, then we flip coin A, if we get 3 or 4, then we flip coin B and if we get 5 or 6, then we flip coin C. At the beginning of the game, all 3 coins are on the tails side.
  1. In the algorithm below, 0 codes the tails side and 1 codes the heads side. If $a$ codes one side of coin A, then $1 - a$ codes the other side of coin A.

\begin{verbatim} Variables: a, b, c, d, s are natural integers i, n are integers greater than or equal to 1 Initialization: a takes the value 0 b takes the value 0 c takes the value 0 Input n Processing: For i going from 1 to n do d takes the value of a random integer between 1 and 6 If d <= 2 then a takes the value 1 - a else If d <= 4 then b takes the value 1 - b else c takes the value 1 - c EndIf EndIf s takes the value a + b + c EndFor Output: Display s \end{verbatim}
a. We execute this algorithm by inputting $n = 3$ and assuming that the random values generated successively for $d$ are $1; 4$ and 2. Copy and complete the table given below containing the state of the variables during the execution of the algorithm:
variables$i$$d$$a$$b$$c$$s$
initialization
$1^{\text{st}}$ loop iteration
$2^{\mathrm{nd}}$ loop iteration
$3^{\mathrm{rd}}$ loop iteration

b. Does this algorithm allow us to know whether, after an execution of $n$ rolls, all three coins are on the heads side?
2. For every natural integer $n$, we denote:
  • $X_{n}$ the event: ``After $n$ die rolls, all three coins are on the tails side''
  • $Y_{n}$ the event: ``After $n$ die rolls, exactly one coin is on the heads side and the others are on the tails side''
  • $Z_{n}$ the event: ``After $n$ die rolls, exactly two coins are on the heads side and the other is on the tails side''
  • $T_{n}$ the event: ``After $n$ die rolls, all three coins are on the heads side''.

Moreover, we denote $x_{n} = p(X_{n}); y_{n} = p(Y_{n}); z_{n} = p(Z_{n})$ and $t_{n} = p(T_{n})$ the respective probabilities of events $X_{n}, Y_{n}, Z_{n}$ and $T_{n}$.
bac-s-maths 2018 QIII.B.1 Tree with Recurrence Relation
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 denote by $A_n$ the event: ``the customer buys a melon during week $n$''. Thus $p(A_1) = 1$. a. Reproduce and complete the probability tree below, relating to the first three weeks. b. Prove that $p(A_3) = 0{,}85$. c. Given that the customer buys a melon during week 3, what is the probability that he bought one during week 2? Round to the nearest hundredth.
bac-s-maths 2018 Q1A Construct a Tree Diagram
The operator of a communal forest decides to fell trees in order to sell them, either to residents or to businesses. It is assumed that:
  • among the felled trees, $30 \%$ are oaks, $50 \%$ are firs and the others are trees of secondary species (which means they are of lesser value);
  • $45.9 \%$ of the oaks and $80 \%$ of the firs felled are sold to residents of the commune;
  • three quarters of the felled trees of secondary species are sold to businesses.

Among the felled trees, one is chosen at random. The following events are considered:
  • C: ``the felled tree is an oak'';
  • $S$: ``the felled tree is a fir'';
  • $E$: ``the felled tree is a tree of secondary species'';
  • $H$: ``the felled tree is sold to a resident of the commune''.

  1. Construct a complete weighted tree representing the situation.
  2. Calculate the probability that the felled tree is an oak sold to a resident of the commune.
  3. Justify that the probability that the felled tree is sold to a resident of the commune is equal to 0.5877.
  4. What is the probability that a felled tree sold to a resident of the commune is a fir? The result will be given rounded to $10^{-3}$.
bac-s-maths 2018 Q1A Total Probability Calculation
The municipality of a large city has a stock of DVDs that it offers for rental to users of the various media libraries in this city. Among the DVDs removed, some are defective, others are not. Among the $6\%$ of defective DVDs in the entire stock, $98\%$ are removed. It is also admitted that among the non-defective DVDs, $92\%$ are kept in stock; the others are removed.
A DVD is chosen at random from the municipality's stock. Consider the following events:
  • $D$: ``the DVD is defective'';
  • $R$: ``the DVD is removed from stock''.
We denote by $\bar{D}$ and $\bar{R}$ the complementary events of events $D$ and $R$ respectively.
  1. Prove that the probability of event $R$ is 0.134.
  2. A charitable association contacts the municipality with the aim of recovering all DVDs that are removed from stock. A city official then claims that among these removed DVDs, more than half are composed of defective DVDs. Is this claim true?
bac-s-maths 2020 Q2 1 marks Faulty/Random Input Probability
Let $n$ be a natural number greater than or equal to 2.
A bag contains $n$ indistinguishable balls to the touch. All these balls have one ``HEADS'' side and one ``TAILS'' side except one which has two ``TAILS'' sides.
A ball is chosen at random from the bag and then tossed. The probability of obtaining the ``TAILS'' side is equal to: Answer A: $\frac { n - 1 } { n } \quad$ Answer B: $\frac { n + 1 } { 2 n } \quad$ Answer C: $\frac { 1 } { 2 } \quad$ Answer D: $\frac { n - 1 } { 2 n }$
cmi-entrance 2023 QA8 4 marks Multi-Stage Sequential Process
You play the following game with three fair dice. (When each one is rolled, any one of the outcomes $1,2,3,4,5,6$ is equally likely.) In the first round, you roll all three dice. You remove every die that shows 6. If any dice remain, you roll all the remaining dice again in the second round. Again you remove all dice showing 6 and continue.
Questions
(29) Let the probability that you are able to play the second round be $\frac { a } { b }$, where $a$ and $b$ are integers with $\gcd = 1$. Write the numbers $a$ and $b$ separated by a comma. (30) Let the probability that you are able to play the second round but not the third round be $\frac { c } { d }$ where $c$ and $d$ are integers with $\gcd = 1$. Write only the integer $c$ as your answer.
csat-suneung 2005 Q28 (Probability and Statistics) 3 marks Multi-Stage Sequential Process
A bag contains 5 red balls, 4 yellow balls, 2 blue balls, and 9 white balls. A ball is drawn from the bag, its color is noted, and then it is returned. This procedure is repeated 3 times. What is the probability of drawing one red ball, one yellow ball, and one blue ball, regardless of the order? [3 points]
(1) $\frac { 1 } { 200 }$
(2) $\frac { 3 } { 100 }$
(3) $\frac { 7 } { 100 }$
(4) $\frac { 11 } { 100 }$
(5) $\frac { 11 } { 20 }$
csat-suneung 2013 Q11 3 marks Multi-Stage Sequential Process
There is a bag containing 4 white balls and 3 black balls.
Two balls are drawn simultaneously from the bag. If the two balls are of different colors, one coin is flipped 3 times. If the two balls are of the same color, one coin is flipped 2 times. What is the probability that the coin shows heads exactly 2 times in this trial? [3 points]
(1) $\frac { 9 } { 28 }$
(2) $\frac { 19 } { 56 }$
(3) $\frac { 5 } { 14 }$
(4) $\frac { 3 } { 8 }$
(5) $\frac { 11 } { 28 }$
csat-suneung 2019 Q18 4 marks Multi-Stage Sequential Process
Point A is at the origin of the coordinate plane. The following trial is performed using one coin. Flip the coin once. If heads appears, move point A by 1 in the positive direction of the $x$-axis; if tails appears, move point A by 1 in the positive direction of the $y$-axis. Repeat this trial until the $x$-coordinate or $y$-coordinate of point A becomes 3 for the first time, then stop. What is the probability that when the $y$-coordinate of point A becomes 3 for the first time, the $x$-coordinate of point A is 1? [4 points]
(1) $\frac { 1 } { 4 }$
(2) $\frac { 5 } { 16 }$
(3) $\frac { 3 } { 8 }$
(4) $\frac { 7 } { 16 }$
(5) $\frac { 1 } { 2 }$
csat-suneung 2025 Q30 4 marks Multi-Stage Sequential Process
Five coins are placed in a line on a table. At the start, the coins in the 1st and 2nd positions show heads, and the coins in the remaining 3 positions show tails. Using these 5 coins and one die, the following trial is performed. Roll the die once. If the result is $k$, if $k \leq 5$, flip the coin in the $k$-th position once and place it back, if $k = 6$, flip all coins once and place them back. After repeating this trial 3 times, what is the probability that all 5 coins show heads? Express the answer as $\frac{q}{p}$. What is the value of $p + q$? (Given: $p$ and $q$ are coprime natural numbers.) [4 points]
gaokao 2024 Q14 5 marks Multi-Stage Sequential Process
Person A and Person B each have four cards, with each card labeled with a number. Person A's cards are labeled with the numbers 1, 3, 5, 7, and Person B's cards are labeled with the numbers 2, 4, 6, 8. They play four rounds of competition. In each round, both players randomly select one card from their own cards and compare the numbers. The player with the larger number scores 1 point, and the player with the smaller number scores 0 points. Then each player discards the card used in that round (discarded cards cannot be used in subsequent rounds). The probability that Person A's total score after four rounds is at least 2 is $\_\_\_\_$ .
kyotsu-test 2017 QCourse1-I-Q2 Multi-Stage Sequential Process
Q2 A triangle ABC is drawn on a plane, and a ball is placed on vertex A. A dice is rolled, and the ball is moved according to the following rules:
(i) when the ball is on A, if the number on the dice is 1 the ball is moved to B, otherwise it stays on A;
(ii) when the ball is on B, if the number on the dice is less than or equal to 4 the ball is moved to C, otherwise it stays on B.
If the ball is moved to C, the trials are stopped.
We are to find the probability that the ball is moved to C within 4 rolls of the dice.
(1) The probability that the ball is moved to C on the second roll of the dice is $\frac { 1 } { \mathbf{N} }$
(2) The probability that the ball is moved to C on the third roll of the dice is $\frac{\mathbf{O}}{\mathbf{PQ}}$
(3) The probability that the ball is moved to C on the fourth roll of the dice is $\frac{\mathbf{RS}}{\mathbf{TUV}}$
Therefore, find the probability that the ball is moved to C within 4 rolls of the dice.
kyotsu-test 2017 QCourse2-I-Q2 Multi-Stage Sequential Process
Q2 A triangle ABC is drawn on a plane, and a ball is placed on vertex A. A dice is rolled, and the ball is moved according to the following rules:
(i) when the ball is on A, if the number on the dice is 1 the ball is moved to B, otherwise it stays on A;
(ii) when the ball is on B, if the number on the dice is less than or equal to 4 the ball is moved to C, otherwise it stays on B.
If the ball is moved to C, the trials are stopped.
We are to find the probability that the ball is moved to C within 4 rolls of the dice.
(1) The probability that the ball is moved to C on the second roll of the dice is $\frac{1}{\mathbf{N}}$
(2) The probability that the ball is moved to C on the third roll of the dice is $\frac{\mathbf{O}}{\mathbf{PQ}}$
(3) The probability that the ball is moved to C on the fourth roll of the dice is $\frac{\mathbf{RS}}{\mathbf{TUV}}$
Therefore, find the probability that the ball is moved to C within 4 rolls of the dice.