Tut1 Solution
Tut1 Solution
Department of Mathematics
MA-203 & 423 - Probability & Stochastic Process
2nd semester of academic year 2024-25
Tutorial-1
To find the probability that Mia will like neither Atomic Habits nor Rich Dad
Poor Dad, we can use the formula for the union of two events.
Let:
P (A) = 0.5 (probability that Riya likes Atomic Habits),
P (B) = 0.4 (probability that Riya likes Rich Dad Poor Dad ),
P (A ∩ B) = 0.3 (probability that Riya likes both books).
The probability that riya likes at least one of the books is given by the formula
for the union of two events:
P (A ∪ B) = P (A) + P (B) − P (A ∩ B)
Therefore, the probability that riya will like neither Atomic Habits nor Rich Dad
Poor Dad is 0.4.
3. Romeo and Juliet will each arrive at the meeting place at a random time between
0 and 1 hour. They will meet if the absolute difference between their arrival times
is less than or equal to 15 minutes (0.25 hours). The first person to arrive waits
for 15 minutes, and if the other person has not arrived within that time, they will
leave.
Define the Variables:
Let:
Both x and y are uniformly distributed between 0 and 1 hour. We are looking for
the probability that |x − y| ≤ 0.25.
Geometric Representation:
The problem can be visualized as a unit square with x on the horizontal axis and
y on the vertical axis. Both x and y can take any value between 0 and 1. The to-
tal area of possible outcomes is 1, as both x and y range from 0 to 1.
Geometric Interpretation:
The region where |x − y| ≤ 0.25 is a band of width 0.5 centered along the line
x = y. The area of this region consists of all the points within the unit square
where the difference between the arrival times is less than or equal to 0.25.
Final Answer:
The probability that Romeo and Juliet will meet is 0.4375 or 43.75% .
4. A group consists of 6 men and 6 women, making a total of 12 people. We are ran-
domly dividing this group into 2 smaller groups, each with 6 people. We want
to calculate the probability that both groups will have the same number of men,
meaning each group has exactly 3 men and 3 women.
Step-by-Step Solution
Total Number of Ways to Divide the Group:
First, we need to determine how many ways we can divide the 12 people into 2
groups of 6. This is simply a combination problem. The total number of ways to
select 6 people from 12 is given by:
12 12! 12!
= = = 924
6 6!(12 − 6)! 6!6!
• First, select 3 men for one of the groups from the 6 men. The number of
ways to do this is:
6 6! 6!
= = = 20
3 3!(6 − 3)! 3!3!
• Then, select 3 women for the same group from the 6 women. The number of
ways to do this is:
6
= 20
3
So, the total number of favorable ways to select 3 men and 3 women for one group
is:
6 6
× = 20 × 20 = 400
3 3
6
× 63
3 400
P (same number of men) = 12
=
6
924
The probability that both groups will have the same number of men is:
100
231
5. Answer 6
6. solution 7
7. A fair 4-sided die is rolled twice and we assume that all sixteen possible outcomes
are equally likely. Let X and Y be the result of the 1st and the 2nd roll, respec-
tively. We wish to determine the conditional probability P (A|B) where:
• A = {max(X, Y ) = m}
• B = {min(X, Y ) = 2}
Solution explanation
The conditional probability P (A|B) is given by:
P (A ∩ B)
P (A|B) =
P (B)
Step 1: Find P (B)
Event B is the condition that the minimum of X and Y is 2, i.e., min(X, Y ) = 2.
For this event to occur, the outcomes must satisfy one of the following: - X = 2
and Y = 2 - X = 2 and Y = 3 - X = 2 and Y = 4 - X = 3 and Y = 2 - X = 4
and Y = 2
Thus, there are 5 favorable outcomes for B, and since all 16 outcomes are equally
likely, the probability of B is:
5
P (B) =
16
Step 2: Find P (A ∩ B)
Event A is the condition that max(X, Y ) = m, and event B is that min(X, Y ) =
2. We will compute P (A ∩ B) for each value of m.
- For m = 1, there are no outcomes where max(X, Y ) = 1 and min(X, Y ) = 2, so:
P (A ∩ B|m = 1) = 0
- For m = 2:
1
P (A ∩ B|m = 2) 16 1
P (A|B|m = 2) = = 5 =
P (B) 16
5
- For m = 3:
2
P (A ∩ B|m = 3) 16 2
P (A|B|m = 3) = = 5 =
P (B) 16
5
- For m = 4:
2
P (A ∩ B|m = 4) 16 2
P (A|B|m = 4) = = 5 =
P (B) 16
5
8. Answer 9
9. Question:
Consider the flights starting from Paris to London. Among these flights, 85%
depart on time and arrive on time, 8% depart on time and arrive late, 3% depart
late and arrive on time, and 4% depart late and arrive late. What is the probabil-
ity that, given a flight is delayed, it will arrive on time?
Solution:
Let: - A represent the event that a flight arrives on time. - D represent the event
that a flight is delayed (i.e., the flight departs late).
We are asked to find P (A|D), the probability that a flight arrives on time given
that it was delayed.
From the problem, we have the following probabilities: - P (A ∩ on time) = 0.85
(flight departs on time and arrives on time) - P (A ∩ late) = 0.03 (flight departs
late but arrives on time) - P (on time ∩ late) = 0.08 (flight departs on time but
arrives late) - P (late ∩ late) = 0.04 (flight departs late and arrives late)
We are looking for P (A|D), which is given by the conditional probability formula:
P (A ∩ D)
P (A|D) =
P (D)
Find P (D) (Probability that the flight is delayed) A flight is delayed if it departs
late. Therefore:
Find P (A ∩ D) (Probability that the flight is delayed and arrives on time) From
the problem, the probability that a flight departs late and arrives on time is:
P (A ∩ D) = 0.03
P (A ∩ D) 0.03 3
P (A|D) = = =
P (D) 0.07 7
Thus, the probability that, given a flight is delayed, it will arrive on time is:
3
≈ 0.4286
7
∗ ∗ ∗ ∗ ∗ ∗ ∗ End ∗ ∗ ∗ ∗ ∗ ∗ ∗