Probability

Abdullah Al Mahmud

2026-04-07

Terms

  • Experiment: An act repeated under given condition
  • Trial
  • Sample space
  • Sample point
  • Event
  • Mutually Exclusive/
  • Equally likely
  • Certain event
  • Impossible event

Measures of Probability

  • Classicl/Priori \(\rightarrow P(A) = \frac{n(A)}{n(S)}\)
  • Emprical \(\rightarrow P(E) = \lim_{n \to \infty} \frac{f_n}{n}\)

Additive Laws

  • Mutually Exclusive events
  • \(\rightarrow P(A \cup B) = P(A) + P(B)\)
  • Non-Mutually Exclusive events
  • \(\rightarrow P(A \cup B) = P(A) + P(B) - P(A \cap B)\)

Additive Law Example

\(1, 2, 3, \cdots 10\)

  • P(Even)
  • P(Even or Multiple of 2)
  • \(P(EUM) = P(E) + P(M)\)
  • \(P(2 or 7)\)

Conditional Probability

If \(B\) occurs, what is the probability that A occurs?

\(P(A|B) = \frac{P(A \cap B)}{P(B)}\)

Conditional Probability Example

\(P(A)\)

Multiplicative Laws

  • If A & B are independent, \(P(A \cap B) = P(A) \times P(B)\)
  • Otherwise \(\uparrow\)
  • \(P(A \cap B) = P(B) \times P(A|B)\)

Check dependency

S = {1,2,3,4,5,6}

  • Case -1. A = {1,3,5}, B = {2,4,6}
  • Case -2. A = {1,3,5}, B={1,3,4,6}

Conditional - Two bags

A bag I contains 4 white and 6 black balls while another Bag II contains 4 white and 3 black balls. One ball is drawn at random from one of the bags, and it is found to be black. Find the probability that it was drawn from Bag I.

Expansion of P(A ∩ B̅)

\(P(A \cap \bar B) = 1 - P(A ∩ B)\)

WHY?

Expansion of A

  • \(P(A|B) = \frac{P(A \cap B)}{P(B)}\)
  • \(P(A) = P(A \cap B) + P(A \cap \bar B)\)
  • Expand more
  • \(P(A) = P(A|B) \times P(B) + P(A|\bar B) \times P(\bar B)\)

Conditional: Promotion

A company finds that for a randomly selected employee, 30% completed a certification, 20% received a promotion, and 15% both completed the certification and received a promotion.

  • The probability of promotion if certified.
  • The probability of certification if promoted.
  • Are certification and promotion independent events?

Conditional: Job Completion

A person has undertaken a job. The probability of completing the job on time if it rains is 0.44, and the probability of completing the job on time if it does not rain is 0.95. If the probability that it will rain is 0.45, then determine the probability that the job will be completed on time.

Conditional: 3 Urns

There are three urns containing 3 white and 2 black balls, 2 white and 3 black balls, and 1 black and 4 white balls, respectively. There is an equal probability of each urn being chosen. One ball is equal probability chosen at random. What is the probability that a white ball will be drawn?

Coin-Die

Create the sample space of

  • A coin tossed twice
  • A coin tossed thrice/ three coins toseed together
  • A coin and and a die are thrown together
  • Two dice are thrown together

Types of Selections

  • At Once/Toegther
  • One by one
    • without Replacement
    • With Replacement

Drawn At Once/Toegther

A box has 6 red, 5 white, and 4 green balls. 2 balls are drawn at random. What is the probability that –

  • both are red
  • \(P(RR)\)
  • they are different colors
  • \(P(RW \cup RG \cup WG)\)
  • Does order matter? (\(WG = GW?)\)

Same-Different Colors

A pot contains 3 white, 4 red, and 5 blue balls. Three balls are drawn at random. Find the probability that the balls are

  1. different colors
  2. same colors
  • \(i \rightarrow P(WRB)\)
  • \(ii \rightarrow P(WW \cap RR \cap BB)\)
  • What if they are drawn with replacement?

One by One

A box has 6 red, 5 white, and 4 green balls. 2 balls are drawn at random. What is the probability that –

With and Without Replacement

In a box, there are 5 blue marbles, 7 green marbles, and 8 yellow marbles. If two marbles are randomly selected, what is the probability that both will be green or yellow, if taken

  1. with replacement

  2. without replacement

To add or multiply?

Simple \(\cap | \cup?\)

Card Problem

2 cards are drawn from a pack of 52 cards without replacement.

  • P(Kings of same color)
  • P (No king)

Set Theory - Pass/Fail

In a class of 40 students, 23 passed in Mathematics, 25 passed in English, and 10 failed in both the subjects. A student is randomly selected.

  1. P(passed in at least one subject)
  2. P(passed in both)
  3. P(passed in Mathematics alone)
  • \(i \rightarrow 1 - P(\bar M \cap \bar E\)
  • \(ii \rightarrow P(M) + P(E) - P(M \cup E)\)
  • \(iii \rightarrow P(M) - P(M\cap E)\)

Set Theory-Newspaper

40% people read the Jugantor and 25% read the Amar Desh, while 20% read both.

  • P(At least one)
  • P(If Amar Desh, then Jugantor)

Intersection vs Multiplication

A number is chosen between 2 and 440. What’s the probability that its a square number and multiple of 2

  • Let \(A =\) Square number, \(B =\) multiple of 2
  • \(P(A \cap B) \ne P(A) \times P(B)\)

Solving by complementary method

A candidate applied for three posts in an industry, having 3, 4, and 2 candidates respectively. What is the probability of getting a job by that candidate in at least one post?

  • Let \(P(A) = 1/3, P(B) = 1/4, P(C) = 1/2\)
  • \(P(A \cup B \cup C) = ?\)
  • Long formula
  • Or just \(1-P(A) \cdot P(B) \cdot P(C)\)
  • Coz \(P(A \cup B \cup C) = 1 - P(A \cap B \cap C)\)