MHT-CET Maths · Probability Distribution

Classical Probability, Addition Theorem and Odds

Count favourable outcomes over equally-likely total outcomes, combine events with the addition theorem P(A∪B) = P(A)+P(B)−P(A∩B), and convert freely between probability and odds — the foundation layer every later probability topic rests on.

Why this matters

This is the entry point of the chapter and a near-certain 1–2 marks on every MHT-CET paper: 21 PYQs sit here (7 EASY, 12 MODERATE, 2 HARD). The bank tests three recurring shapes — combinatorial counting (tickets, balls via nCr, word-letter arrangements, dice and 'with replacement' pairs), the addition theorem (often applied to a given probability-distribution table, or as 'exactly one occurs'), and odds ↔ probability (single die, and the 'one of A, B, C must and only one can happen' setup). The classic slips are all here: subtracting P(A∩B) when you should add it, forgetting the complement in 'at least one', and reading 'odds against' backwards.

Concept 1 of 5

Classical Probability — Favourable over Total

Intuition

Perform a random experiment whose outcomes are all equally likely. The sample space S is the set of every possible outcome; an event E is any subset of S. The probability of E is simply the fraction of outcomes that make E happen — how many favourable, out of how many in all.

Definition

For a finite experiment with equally-likely outcomes:

  • Sample space SS — the set of all possible outcomes; n(S)n(S) is the total count.
  • Event EE — a subset of SS; n(E)n(E) is the number of favourable outcomes.
  • Classical probability: P(E)=n(E)n(S)P(E) = \dfrac{n(E)}{n(S)}, and always 0P(E)10 \le P(E) \le 1.
  • Complement: P(E)=1P(E)P(E') = 1 - P(E), where EE' is 'E does not happen'.

The whole game is counting n(E)n(E) and n(S)n(S) correctly — everything below is just smarter counting or smarter combining.

Classical probability of an event

P(E)=n(E)n(S)=favourable outcomestotal equally-likely outcomes,P(E)=1P(E)P(E) = \dfrac{n(E)}{n(S)} = \dfrac{\text{favourable outcomes}}{\text{total equally-likely outcomes}},\qquad P(E') = 1 - P(E)
  • n(S)size of the sample space (total outcomes)
  • n(E)number of outcomes favourable to E
  • E'complement of E — the event 'E does not occur'

Diagram · event = subset of the sample space

SE = roll ≥ 4123456
P(E) = favourable / total = 3 / 6 = 1/2

The sample space S is all six equally likely outcomes; the event E is the subset {4, 5, 6}. For equally likely outcomes, P(E) is simply the number of favourable outcomes over the total.

Worked example

A fair die is rolled once. Find the probability of getting an even number.
  1. Sample space S={1,2,3,4,5,6}S = \{1,2,3,4,5,6\}, so n(S)=6n(S) = 6.
  2. Even numbers: E={2,4,6}E = \{2,4,6\}, so n(E)=3n(E) = 3.
  3. P(E)=36=12P(E) = \dfrac{3}{6} = \dfrac12.
Answer:P(E)=12P(E) = \dfrac12
Practice this conceptself-check · 4 quick reps

Try it yourself

A card is drawn at random from a well-shuffled pack of 52 playing cards. What is the probability that it is a king?

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    A fair coin is tossed once. Probability of a head?
  2. 2.
    State the classical definition of probability.
  3. 3.
    If P(E)=0.35P(E)=0.35, find P(E)P(E').
  4. 4.
    What is the range of any probability value?

Probability needs EQUALLY-likely outcomes

P(E)=n(E)n(S)P(E)=\dfrac{n(E)}{n(S)} is only valid when every outcome in SS is equally likely. Do not count 'sum = 7' as one outcome out of the eleven possible sums 2..12 — the eleven sums are NOT equally likely; count over the 36 equally-likely ordered dice pairs instead.

A probability can never exceed 1 or go below 0

If your count gives n(E)>n(S)n(E) > n(S) or a negative value, the counting is wrong. Every valid P(E)P(E) satisfies 0P(E)10 \le P(E) \le 1; an answer of 76\tfrac{7}{6} or a negative fraction is an immediate signal to re-count.

Concept 2 of 5

Counting Probabilities with Combinations and Arrangements

Intuition

Most probability questions are really counting questions. When order does not matter (drawing balls, choosing vertices, picking numbers) count with combinations nCr{}^nC_r; when order matters (arranging letters of a word) count with permutations. Build n(S)n(S) and n(E)n(E) with the same tool, then divide.

Definition

The counting tools and standard shapes:

  • Selection (order irrelevant): choose rr from nn in nCr=n!r!(nr)!{}^nC_r = \dfrac{n!}{r!\,(n-r)!} ways. Draw-without-replacement problems use this for BOTH n(S)n(S) and n(E)n(E).
  • Different-category draws: to draw one of each colour multiply the per-colour combinations, e.g. 3C14C12C1{}^3C_1\,{}^4C_1\,{}^2C_1 over 9C3{}^9C_3.
  • Arrangements of a word: nn letters with a letter repeated kk times arrange in n!k!\dfrac{n!}{k!} ways.
  • 'Two alike together': glue them into one block — the block arrangements count the 'together' case, and 'not together' =1P(together)= 1 - P(\text{together}).
  • With replacement / independent choices: each of mm picks from kk options gives kmk^m equally-likely ordered outcomes.

Combination count and word-arrangement count

nCr=n!r!(nr)!,(word, one letter k times) #arrangements=n!k!{}^nC_r = \dfrac{n!}{r!\,(n-r)!},\qquad \text{(word, one letter } k \text{ times)}\ \#\text{arrangements} = \dfrac{n!}{k!}

Visualization · two-dice sample space

123456123456234567345678456789567891067891011789101112
favourable = 6P(sum = 7) = 6/36 = 1/6

Each of the 36 cells is one equally-likely ordered outcome (first die, second die). The highlighted anti-diagonal is the event "sum = 7"; its size over 36 is the probability. The count peaks at 6 for a sum of 7 and tapers to 1 at sums 2 and 12.

Worked example

A bag has 5 red and 3 black balls. Two balls are drawn at random without replacement. Find the probability that both are red.
  1. Total ways to draw 2 from 8: n(S)=8C2=872=28n(S) = {}^8C_2 = \dfrac{8\cdot 7}{2} = 28.
  2. Favourable (2 red from 5): n(E)=5C2=542=10n(E) = {}^5C_2 = \dfrac{5\cdot 4}{2} = 10.
  3. P=1028=514P = \dfrac{10}{28} = \dfrac{5}{14}.
Answer:P(both red)=514P(\text{both red}) = \dfrac{5}{14}
Practice this conceptself-check · 4 quick reps

Try it yourself

Two fair dice are rolled. Find the probability that the sum of the numbers on the upper faces is at least 9.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    A ticket is drawn from 100 tickets numbered 1 to 100. Probability it is a perfect square?
  2. 2.
    Three persons each independently pick one of 3 houses. Probability all pick the SAME house?
  3. 3.
    Word UNIVERSITY (10 letters, I twice): probability the two I's are NOT together?
  4. 4.
    Three of the 6 vertices of a regular hexagon are chosen. Probability the triangle is equilateral?

From the bank · past-year question

Example 2Probability DistributionMODERATE
An urn contains nine balls of which three are red, four are blue and two are green. Three balls are drawn at random without replacement from the urn. The probability that the three balls have different colours is

[Q105 · 9th May Shift 1 · 2023]

Use combinations when the draw order does NOT matter

Drawing 3 balls 'at random' from an urn is an unordered selection: use 9C3{}^9C_3 for the total, not 9879\cdot 8\cdot 7. Mixing an ordered numerator with an unordered denominator (or vice-versa) is the commonest counting error — keep both the same.

Multiply combinations for 'one of each category'

For 'one red AND one blue AND one green', count each colour separately and MULTIPLY: 3C1×4C1×2C1=24{}^3C_1\times{}^4C_1\times{}^2C_1 = 24, then divide by 9C3=84{}^9C_3=84. Adding the counts instead of multiplying is wrong — the choices are made together, not as alternatives.

'With replacement' means kmk^m ordered outcomes

Choosing pp and qq from {1,2,3,4}\{1,2,3,4\} with replacement gives 4×4=164\times 4 = 16 equally-likely ordered pairs (not 4C2{}^4C_2). Order matters and repeats are allowed, so the sample space is 424^2.

'Not together' = 1 − 'together' (glue the alike letters)

To count arrangements with two identical letters together, glue them into ONE block and arrange (n1)(n-1) items. Then P(not together) =1P(together)= 1 - P(\text{together}). For UNIVERSITY this is 19!10!/2!=1210=451 - \tfrac{9!}{10!/2!} = 1 - \tfrac{2}{10} = \tfrac45.

Concept 3 of 5

Mutually Exclusive and Exhaustive Events

Intuition

Two events are mutually exclusive when they cannot both happen (no common outcome), and a set of events is exhaustive when together they cover the whole sample space. If events are BOTH — mutually exclusive and exhaustive — their probabilities are disjoint pieces that fill S completely, so they add up to exactly 1.

Definition

Key facts:

  • Mutually exclusive: AB=A \cap B = \varnothing, so P(AB)=0P(A \cap B) = 0 and P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).
  • Exhaustive: the events together are the whole space, AB=SA \cup B \cup \cdots = S.
  • Mutually exclusive AND exhaustive: the probabilities partition S, so P(A)+P(B)+P(C)+=1P(A) + P(B) + P(C) + \cdots = 1.

This last identity is the workhorse: given the probabilities in terms of one unknown, set their sum to 1 and solve.

Mutually exclusive and exhaustive events sum to 1

A1,A2,,An mut. excl. & exhaustive    i=1nP(Ai)=1A_1, A_2, \ldots, A_n \text{ mut. excl. \& exhaustive} \;\Longrightarrow\; \sum_{i=1}^{n} P(A_i) = 1

Diagram · exhaustive events tile the sample space

SE₁0.5E₂0.3E₃0.2

The three events leave no gap and no overlap — they exhaust S. When events are both exhaustive and mutually exclusive (a partition), their probabilities add to exactly 1: 0.5 + 0.3 + 0.2 = 1. This is the backbone of the total-probability rule.

Worked example

A, B, C are mutually exclusive and exhaustive events with P(B)=2P(A)P(B) = 2P(A) and P(C)=3P(A)P(C) = 3P(A). Find P(A)P(A).
  1. They are mutually exclusive and exhaustive, so P(A)+P(B)+P(C)=1P(A)+P(B)+P(C)=1.
  2. Substitute: P(A)+2P(A)+3P(A)=6P(A)=1P(A) + 2P(A) + 3P(A) = 6P(A) = 1.
  3. So P(A)=16P(A) = \dfrac16.
Answer:P(A)=16P(A) = \dfrac16
Practice this conceptself-check · 4 quick reps

Try it yourself

A, B, C are mutually exclusive and exhaustive events with P(A)=2P(B)=3P(C)P(A) = 2P(B) = 3P(C). Find P(A)P(A).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    For mutually exclusive events A and B, what is P(AB)P(A\cap B)?
  2. 2.
    Mutually exclusive & exhaustive A, B, C: what does P(A)+P(B)+P(C)P(A)+P(B)+P(C) equal?
  3. 3.
    For mutually exclusive A, B, write P(AB)P(A\cup B).
  4. 4.
    A, B, C mut. excl. & exhaustive, P(B)=P(C)=2P(A)P(B)=P(C)=2P(A). Find P(A)P(A).

From the bank · past-year question

Example 3Probability DistributionEASY
If A,B,CA,B,C are mutually exclusive and exhaustive events of a sample space SS such that P(B)=32P(A)P(B) =\frac{3}{2}P(A) and P(C)=12P(B)P(C) =\frac{1}{2}P(B), then P(A)=P(A) =

[Q146 · 21 April Shift II · 2025]

Mutually exclusive is NOT the same as independent

Mutually exclusive means P(AB)=0P(A\cap B)=0 (they cannot co-occur). Independent means P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B). Two events with non-zero probability cannot be both — if they were mutually exclusive AND independent, P(A)P(B)=0P(A)P(B)=0, forcing one to be impossible.

Only add all the pieces to 1 when the events are BOTH exclusive AND exhaustive

The identity P(Ai)=1\sum P(A_i)=1 needs the events to be mutually exclusive (no overlap to double-count) and exhaustive (nothing left uncovered). If they merely partition part of S, or overlap, the sum is not 1.

Concept 4 of 5

The Addition Theorem — P(A∪B), Exactly One, and Complements

Intuition

For any two events, 'A or B' counts A plus B but double-counts the overlap, so subtract it once: P(A∪B) = P(A)+P(B)−P(A∩B). This single identity, plus the complement rule, answers 'A or B', 'exactly one of A, B', 'neither', and reads events straight off a probability-distribution table (an event is just a set of X-values, so its probability is the sum of those rows).

Definition

The addition theorem and its friends:

  • Addition theorem: P(AB)=P(A)+P(B)P(AB)P(A\cup B) = P(A) + P(B) - P(A\cap B).
  • Rearranged: P(A)+P(B)=P(AB)+P(AB)P(A) + P(B) = P(A\cup B) + P(A\cap B); combined with P(A)+P(B)=2[P(A)+P(B)]P(A')+P(B') = 2 - [P(A)+P(B)].
  • Exactly one of A, B occurs: P(AB)P(AB)P(A\cup B) - P(A\cap B) (the union minus the shared middle).
  • Reading a distribution table: an event like E={X is prime}E=\{X\text{ is prime}\} or F={X<5}F=\{X<5\} is a set of X-values; P(E)P(E) is the sum of P(X=x)P(X=x) over those xx, and P(EF)P(E\cap F) sums the rows in BOTH.

Addition theorem and its derived identities

P(AB)=P(A)+P(B)P(AB),P(exactly one)=P(AB)P(AB)P(A\cup B) = P(A) + P(B) - P(A\cap B),\qquad P(\text{exactly one}) = P(A\cup B) - P(A\cap B)
  • P(A\cup B)probability that A or B (or both) occurs
  • P(A\cap B)probability that both occur (the overlap)
  • P(A')complement, 1P(A)1 - P(A)

Visualization · two events in the sample space

SAB0.30.20.20.3
P(A∪B) = 0.7neither = 0.3exactly one = 0.5

P(A∪B) = P(A) + P(B) − P(A∩B): the lens is counted once, not twice. "Neither" is everything outside both circles, 1 − P(A∪B). The overlap is held inside its feasible range, so it never claims more than the smaller event or less than the forced minimum.

Worked example

For two events, P(A)=0.5P(A) = 0.5, P(B)=0.4P(B) = 0.4 and P(AB)=0.2P(A\cap B) = 0.2. Find P(AB)P(A\cup B) and the probability that exactly one of A, B occurs.
  1. Addition theorem: P(AB)=0.5+0.40.2=0.7P(A\cup B) = 0.5 + 0.4 - 0.2 = 0.7.
  2. Exactly one occurs: P(AB)P(AB)=0.70.2=0.5P(A\cup B) - P(A\cap B) = 0.7 - 0.2 = 0.5.
Answer:P(AB)=0.7P(A\cup B) = 0.7; exactly one occurs with probability 0.50.5.
Practice this conceptself-check · 4 quick reps

Try it yourself

A random variable X has P(X=1)=0.15, P(X=2)=0.25, P(X=3)=0.20, P(X=4)=0.10, P(X=5)=0.30. For E = {X is even} and F = {X ≤ 2}, find P(E∪F).

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    State the addition theorem for two events A and B.
  2. 2.
    If P(AB)=0.7P(A\cup B)=0.7 and P(AB)=0.2P(A\cap B)=0.2, find P(A)+P(B)P(A')+P(B').
  3. 3.
    If exactly one of A, B occurs with probability 25\tfrac25 and P(AB)=12P(A\cup B)=\tfrac12, find P(AB)P(A\cap B).
  4. 4.
    Write the probability that exactly one of A, B occurs in terms of the union and intersection.

From the bank · past-year question

Example 4Probability DistributionMODERATE
A random variable X has the following probability distribution: | X | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | | P(X=x) | 0.15 | 0.23 | 0.12 | 0.10 | 0.20 | 0.08 | 0.07 | 0.05 | For the events E={X is prime number}E=\{X \text{ is prime number}\}, F={X<4}F=\{X<4\}. Then P(EF)=P(E \cup F)=

[Q137 · 10th May Shift 1 · 2023]

ADD the intersection back, don't subtract, to get P(A)+P(B)

From P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B) we get P(A)+P(B)=P(AB)+P(AB)P(A)+P(B)=P(A\cup B)+P(A\cap B) — you ADD the intersection. So P(A)+P(B)=2[P(AB)+P(AB)]P(A')+P(B')=2-[P(A\cup B)+P(A\cap B)]. Subtracting P(AB)P(A\cap B) here is the standard MHT-CET distractor.

'Exactly one' is the union MINUS the intersection

'Exactly one of A, B occurs' excludes the both-happen case, so it is P(AB)P(AB)P(A\cup B) - P(A\cap B), equivalently P(A)+P(B)2P(AB)P(A)+P(B)-2P(A\cap B). Do not confuse it with P(AB)P(A\cup B) (which INCLUDES both occurring).

On a distribution table, an event's probability is a SUM of rows

For E={X is prime}E=\{X\text{ is prime}\} add P(2)+P(3)+P(5)+P(7)P(2)+P(3)+P(5)+P(7); for the intersection EFE\cap F add only the X-values in BOTH sets. Forgetting a prime (2 is prime; 1 is not) or mis-listing the overlap throws P(EF)P(E\cup F).

P(A)+P(B)=2[P(A)+P(B)]P(A')+P(B') = 2 - [P(A)+P(B)], not 1[P(A)+P(B)]1-[P(A)+P(B)]

Each complement subtracts from 1, and there are TWO of them: P(A)+P(B)=(1P(A))+(1P(B))=2[P(A)+P(B)]P(A')+P(B') = (1-P(A)) + (1-P(B)) = 2 - [P(A)+P(B)]. Using a single 1 is a frequent slip on the complement-sum questions.

Concept 5 of 5

Odds in Favour and Odds Against a Probability

Intuition

Odds compare favourable outcomes to UNfavourable ones (not to the total). If an event has m favourable and n unfavourable equally-likely outcomes, the odds in favour are m : n and the odds against are n : m. Convert to probability by putting favourable over the total m + n. The 'one of A, B, C must and only one can happen' setup turns three odds into three probabilities that must sum to 1.

Definition

Odds ↔ probability conversions:

  • Odds in favour =m:n= m : n means P(E)=mm+nP(E) = \dfrac{m}{m+n}; odds against =n:m= n : m means P(E)=mm+nP(E) = \dfrac{m}{m+n} (favourable is still the second term).
  • From a probability: odds in favour =P(E):P(E)=P(E):(1P(E))= P(E) : P(E') = P(E) : (1-P(E)); odds against =P(E):P(E)= P(E') : P(E).
  • 'One of A, B, C must and only one can happen' means A, B, C are mutually exclusive and exhaustive, so P(A)+P(B)+P(C)=1P(A)+P(B)+P(C) = 1. Convert each given odds to a probability, use the sum to find the missing one, then convert back to odds.

Odds and probability

odds in favour m:n    P(E)=mm+n,odds against=P(E)P(E)=1P(E)P(E)\text{odds in favour } m:n \;\Longleftrightarrow\; P(E) = \dfrac{m}{m+n},\qquad \text{odds against} = \dfrac{P(E')}{P(E)} = \dfrac{1-P(E)}{P(E)}

Worked example

In a single throw of a fair die, find the odds against getting a number greater than 4.
  1. Event E={5,6}E=\{5,6\}, so P(E)=26=13P(E)=\dfrac26=\dfrac13 and P(E)=23P(E')=\dfrac23.
  2. Odds against =P(E):P(E)=23:13= P(E') : P(E) = \dfrac23 : \dfrac13.
  3. Simplify: 2:12 : 1.
Answer:Odds against =2:1= 2 : 1
Practice this conceptself-check · 4 quick reps

Try it yourself

A, B, C are three events, one of which must and only one can happen. The odds in favour of A are 3 : 2 and the odds against B are 2 : 1. Find the odds against C.

Practice — Level 1 (4 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Odds in favour of an event are 3 : 2. Find its probability.
  2. 2.
    Odds against an event are 7 : 3. Find its probability.
  3. 3.
    In one throw of a die, odds against getting 4 or 5?
  4. 4.
    'One of A, B, C must and only one can happen' means A, B, C are what?

From the bank · past-year question

Example 5Probability DistributionMODERATE
A, B, C are three events, one of which must and only one can happen. The odds in favor of A are 4:64:6, the odds against B are 7:37:3. Thus, odds against C are

[Q132 · 9th May Shift 1 · 2024]

Odds compare favourable to UNfavourable, not to the total

Odds in favour m:nm:n means mm favourable to nn unfavourable, so P=mm+nP = \dfrac{m}{m+n} — NOT mn\dfrac{m}{n} and NOT mtotal already including m\dfrac{m}{\text{total already including } m}. The denominator of the probability is the SUM of the two odds terms.

'Odds against' puts the unfavourable term first

Odds against an event are P(E):P(E)P(E') : P(E) — unfavourable first. For P(E)=13P(E)=\tfrac13 the odds against are 23:13=2:1\tfrac23:\tfrac13 = 2:1, while odds IN FAVOUR are 1:21:2. Reading the ratio in the wrong order is the most common odds mistake.

'Must and only one can happen' = mutually exclusive and exhaustive

When exactly one of A, B, C happens, they are mutually exclusive and exhaustive, so P(A)+P(B)+P(C)=1P(A)+P(B)+P(C)=1. Convert each odds to a probability, solve for the missing probability from this sum, THEN convert back to the odds the question asks for.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (5)

  • Classical Probability — Favourable over Total

    Classical probability of an event

    P(E)=n(E)n(S)=favourable outcomestotal equally-likely outcomes,P(E)=1P(E)P(E) = \dfrac{n(E)}{n(S)} = \dfrac{\text{favourable outcomes}}{\text{total equally-likely outcomes}},\qquad P(E') = 1 - P(E)
  • Counting Probabilities with Combinations and Arrangements

    Combination count and word-arrangement count

    nCr=n!r!(nr)!,(word, one letter k times) #arrangements=n!k!{}^nC_r = \dfrac{n!}{r!\,(n-r)!},\qquad \text{(word, one letter } k \text{ times)}\ \#\text{arrangements} = \dfrac{n!}{k!}
  • Mutually Exclusive and Exhaustive Events

    Mutually exclusive and exhaustive events sum to 1

    A1,A2,,An mut. excl. & exhaustive    i=1nP(Ai)=1A_1, A_2, \ldots, A_n \text{ mut. excl. \& exhaustive} \;\Longrightarrow\; \sum_{i=1}^{n} P(A_i) = 1
  • The Addition Theorem — P(A∪B), Exactly One, and Complements

    Addition theorem and its derived identities

    P(AB)=P(A)+P(B)P(AB),P(exactly one)=P(AB)P(AB)P(A\cup B) = P(A) + P(B) - P(A\cap B),\qquad P(\text{exactly one}) = P(A\cup B) - P(A\cap B)
  • Odds in Favour and Odds Against a Probability

    Odds and probability

    odds in favour m:n    P(E)=mm+n,odds against=P(E)P(E)=1P(E)P(E)\text{odds in favour } m:n \;\Longleftrightarrow\; P(E) = \dfrac{m}{m+n},\qquad \text{odds against} = \dfrac{P(E')}{P(E)} = \dfrac{1-P(E)}{P(E)}

Watch out for (15)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Probability DistributionEASY
A box contains 100 tickets numbered 1 to 100. A ticket is drawn at random from the box. Then the probability, that number on the ticket is a perfect square, is

[Q147 · 13th May Shift 1 · 2024]

Example 2Probability DistributionMODERATE
A random variable X has the probability distribution.
X=xP(X=x)
10.15
20.23
30.12
40.20
50.08
60.10
70.05
80.07
for the events E={X is a prime number}E=\{X\text{ is a prime number}\} and F={x<5}F=\{x<5\}, P(EF)P(E\cup F) is

[Q118 · 13th May Shift 2 · 2024]

Example 3Probability DistributionMODERATE
There are three events A, B, C, one of which must and only one can happen. The odds are 8:3 against A, 5:2 against B and the odds against C is 4317k\frac{43}{17k}, then value of k is

[Q142 · 10th May Shift 1 · 2023]

Example 4Probability DistributionHARD
Two dice are rolled. If both dice have six faces numbered 1,2,3,5,7,111,2,3,5,7,11, then the probability that the sum of the numbers on upper most face is prime is

[Q137 · 13th May Shift 2 · 2024]

Example 5Probability DistributionMODERATE
A random variable X has the following probability distribution: X=x: 1,2,3,4,5,6,7,8 with P(X=x): 0.15,0.23,0.10,0.12,0.20,0.08,0.07,0.05. For the event E={X is a prime number}E=\{X \text{ is a prime number}\}, F={X<4}F=\{X<4\}, then P(EF)P(E \cup F) is

[Q102 · 11th May Shift 2 · 2023]

Drill every past-year question on this subtopic

21 questions from the bank — paginated, with cart and Word-export support.