Prepizo
Learn › JEE Main · Maths PYQ › Probability › Random Experiment & Events

Random Experiment & Events — JEE Main Maths PYQ MCQs with Solutions

Free JEE Main Maths PYQ Random Experiment & Events MCQs with step-by-step solutions (25 questions). Part of Probability. Practise online on Prepizo — no login needed.

▶ Practise Random Experiment & Events online (free)

Questions with solutions

Q1 — Random Experiment & Events · easy · theory
A coin is tossed four times. The number of possible outcomes in the sample space is:
A. $2$
B. $8$
C. $16$  ✓ Correct
D. $32$
Solution: When a coin is tossed, there are 2 possible outcomes (H or T). For 4 tosses, the total number of outcomes = $2^4 = 16$. Each outcome is a sequence like HHHH, HHHT, HHTH, ..., TTTT.
Q2 — Random Experiment & Events · easy · theory
Two dice are rolled simultaneously. How many elements are in the sample space?
A. $12$
B. $24$
C. $36$  ✓ Correct
D. $48$
Solution: Each die has 6 faces. When two dice are rolled, the first die can show any of 6 outcomes and the second die can show any of 6 outcomes. Total outcomes = $6 \times 6 = 36$.
Q3 — Random Experiment & Events · medium · theory
Three cards are drawn from a standard deck of 52 cards without replacement. The total number of outcomes is:
A. $52^3$
B. $\frac{52!}{49!}$  ✓ Correct
C. $\binom{52}{3}$
D. $52 \times 51 \times 50$
Solution: Without replacement, order matters (we care about which card is drawn first, second, third). The number of ordered outcomes is $52 \times 51 \times 50 = \frac{52!}{49!} = P(52,3)$.
Q4 — Random Experiment & Events · easy · theory
In a random experiment, the sample space is $S = \{1, 2, 3, 4, 5, 6\}$. Which of the following is a valid event?
A. $\{1, 2, 7\}$
B. $\{2, 4, 6\}$  ✓ Correct
C. $\{0, 1, 2\}$
D. $\{1, 2, 3, 4, 5, 6, 7\}$
Solution: An event must be a subset of the sample space. $\{2, 4, 6\} \subseteq S$ is a valid event. The other options contain elements not in $S$ or are supersets of $S$.
Q5 — Random Experiment & Events · easy · theory
Two events $A$ and $B$ in a sample space $S$ are called mutually exclusive if:
A. $A \cup B = \emptyset$
B. $A \cap B = \emptyset$  ✓ Correct
C. $A \subseteq B$
D. $A^c = B$
Solution: Two events are mutually exclusive (or disjoint) if they cannot occur simultaneously, i.e., they have no outcomes in common. This means $A \cap B = \emptyset$ (their intersection is empty).
Q6 — Random Experiment & Events · medium · theory
If $A$ and $B$ are two events such that $A \subseteq B$, then $A \cap B$ equals:
A. $A$  ✓ Correct
B. $B$
C. $A \cup B$
D. $\emptyset$
Solution: If $A \subseteq B$ (A is a subset of B), then every element of $A$ is also in $B$. Therefore, the intersection $A \cap B$ contains exactly the elements that are in both, which is all elements of $A$. Hence, $A \cap B = A$.
Q7 — Random Experiment & Events · easy · theory
Let $S$ be a sample space. If $A$ is an event, then $A \cup A^c$ equals:
A. $A$
B. $A^c$
C. $S$  ✓ Correct
D. $\emptyset$
Solution: For any event $A$ in sample space $S$, the complement $A^c$ contains all outcomes not in $A$. Therefore, $A \cup A^c$ contains all outcomes in $A$ plus all outcomes not in $A$, which is the entire sample space $S$.
Q8 — Random Experiment & Events · medium · theory
De Morgan's first law states that $(A \cup B)^c$ equals:
A. $A^c \cup B^c$
B. $A^c \cap B^c$  ✓ Correct
C. $A \cap B$
D. $A \cup B$
Solution: De Morgan's first law: $(A \cup B)^c = A^c \cap B^c$. The complement of a union is the intersection of the complements. This means: not (A or B) = (not A) and (not B).
Q9 — Random Experiment & Events · medium · theory
De Morgan's second law states that $(A \cap B)^c$ equals:
A. $A^c \cap B^c$
B. $A^c \cup B^c$  ✓ Correct
C. $A \cup B$
D. $(A \cup B)^c$
Solution: De Morgan's second law: $(A \cap B)^c = A^c \cup B^c$. The complement of an intersection is the union of the complements. This means: not (A and B) = (not A) or (not B).
Q10 — Random Experiment & Events · medium · theory
In a random experiment, events $A$ and $B$ are such that $A \cap B = \emptyset$ and $A \cup B = S$. Then $B$ is called:
A. Subset of $A$
B. Complement of $A$  ✓ Correct
C. Superset of $A$
D. Intersection of $A$ with itself
Solution: If $A \cap B = \emptyset$ (A and B are disjoint) and $A \cup B = S$ (together they cover the entire sample space), then $B$ contains exactly those outcomes not in $A$. This is the definition of the complement of $A$, denoted $B = A^c$.
Q11 — Random Experiment & Events · medium · theory
Two events $A$ and $B$ are called exhaustive if:
A. $A \cap B = \emptyset$
B. $A \cup B = S$  ✓ Correct
C. $A \subseteq B$
D. $A = B$
Solution: Two events are exhaustive if together they cover the entire sample space, i.e., $A \cup B = S$. This means at least one of $A$ or $B$ must occur in every outcome.
Q12 — Random Experiment & Events · medium · theory
If $A$, $B$, and $C$ are three mutually exclusive events that are also exhaustive, then:
A. $A \cap B \cap C = S$
B. $A \cup B \cup C = S$ and $A \cap B = \emptyset$, $B \cap C = \emptyset$, $A \cap C = \emptyset$  ✓ Correct
C. $A = B = C$
D. $A \cup B = C$
Solution: If $A$, $B$, $C$ are mutually exclusive and exhaustive: (1) Mutually exclusive means no two events have common outcomes: $A \cap B = \emptyset$, $B \cap C = \emptyset$, $A \cap C = \emptyset$. (2) Exhaustive means together they cover $S$: $A \cup B \cup C = S$.
Q13 — Random Experiment & Events · easy · theory
A die is rolled. Let $A = \{2, 4, 6\}$ (even numbers) and $B = \{1, 3, 5\}$ (odd numbers). Which statement is true?
A. $A$ and $B$ are neither mutually exclusive nor exhaustive
B. $A$ and $B$ are mutually exclusive but not exhaustive
C. $A$ and $B$ are mutually exclusive and exhaustive  ✓ Correct
D. $A$ and $B$ are exhaustive but not mutually exclusive
Solution: For events on rolling a die with $S = \{1, 2, 3, 4, 5, 6\}$: Mutually exclusive: $A \cap B = \emptyset$ ✓ (no outcome is both even and odd). Exhaustive: $A \cup B = \{1, 2, 3, 4, 5, 6\} = S$ ✓ (every outcome is either even or odd).
Q14 — Random Experiment & Events · medium · theory
If $A$, $B$, $C$ are three events such that $A \cup B \cup C = S$ and the events are pairwise mutually exclusive, then $P(A) + P(B) + P(C)$ must equal:
A. $0$
B. $\frac{1}{2}$
C. $1$  ✓ Correct
D. $3$
Solution: When events are exhaustive ($A \cup B \cup C = S$) and mutually exclusive (pairwise disjoint), they form a partition of $S$. Since every outcome belongs to exactly one event, $P(A) + P(B) + P(C) = 1$. (Note: This is a consequence of the probability axiom that $P(S) = 1$.)
Q15 — Random Experiment & Events · medium · theory
In a sample space $S$, if $A \subset B$, then which of the following is always true?
A. $P(A) > P(B)$
B. $P(A) \geq P(B)$
C. $P(A) \leq P(B)$  ✓ Correct
D. $P(A) = P(B)$
Solution: If $A \subset B$ (A is a proper subset of B or equal to B), then every outcome in $A$ is also in $B$. Therefore, the probability of $A$ occurring cannot exceed the probability of $B$ occurring. Hence, $P(A) \leq P(B)$.
Q16 — Random Experiment & Events · medium · theory
The event $A - B$ (difference of events) is defined as:
A. $A \cap B^c$  ✓ Correct
B. $A \cup B$
C. $(A \cup B)^c$
D. $A^c \cap B$
Solution: The difference $A - B$ consists of all outcomes that are in $A$ but not in $B$. This is equivalent to $A \cap B^c$ (outcomes in $A$ AND not in $B$).
Q17 — Random Experiment & Events · medium · theory
If $A$ and $B$ are any two events, then $A$ and $B - A$ are:
A. Not necessarily disjoint
B. Mutually exclusive  ✓ Correct
C. Exhaustive
D. Neither mutually exclusive nor exhaustive
Solution: Consider $A \cap (B - A) = A \cap (B \cap A^c) = (A \cap B) \cap A^c = (A \cap A^c) \cap B = \emptyset \cap B = \emptyset$. Thus, $A$ and $B - A$ have no outcomes in common and are mutually exclusive.
Q18 — Random Experiment & Events · medium · theory
For any two events $A$ and $B$, $A \cup B$ can be written as:
A. $A \cup (B - A)$  ✓ Correct
B. $A \cap (B \cup A)$
C. $(A - B) \cap (B - A)$
D. $A \cap B^c$
Solution: We can partition $A \cup B$ into two disjoint parts: (1) $A$ (all outcomes in $A$), and (2) $B - A$ (outcomes in $B$ but not in $A$). Together, $A \cup (B - A) = A \cup B$.
Q19 — Random Experiment & Events · medium · theory
A sample space consists of 5 equally likely outcomes. If event $A$ consists of 2 outcomes and event $B$ consists of 3 outcomes with 1 outcome common to both, then $A$ and $B$ are:
A. Mutually exclusive
B. Exhaustive
C. Neither mutually exclusive nor exhaustive  ✓ Correct
D. Both mutually exclusive and exhaustive
Solution: Given: $S$ has 5 outcomes, $|A| = 2$, $|B| = 3$, and $|A \cap B| = 1$. Since $A \cap B \neq \emptyset$, they are NOT mutually exclusive. Also, $A \cup B$ has $2 + 3 - 1 = 4$ outcomes, which is not all 5, so they are NOT exhaustive.
Q20 — Random Experiment & Events · medium · theory
Two cards are drawn from a deck of 52. If we want the event $A$ = 'both cards are kings', the number of outcomes in $A$ is:
A. $\binom{4}{2}$  ✓ Correct
B. $\binom{52}{2} - \binom{48}{2}$
C. $4 \times 3$
D. $\frac{52 \times 51}{2}$
Solution: There are 4 kings in a deck. Drawing 2 cards, the number of ways to get both kings (when order doesn't matter) is $\binom{4}{2} = 6$. Note: If order matters, it would be $4 \times 3 = 12$.
Q21 — Random Experiment & Events · medium · theory
Let $S = \{1, 2, 3, 4, 5, 6, 7, 8\}$ be a sample space. If $A = \{1, 3, 5, 7\}$ and $B = \{2, 4, 6, 8\}$, then $(A - B) \cup (B - A)$ equals:
A. $\emptyset$
B. $A \cup B$  ✓ Correct
C. $A \cap B$
D. $S$
Solution: Compute: $A - B = \{1, 3, 5, 7\} - \{2, 4, 6, 8\} = \{1, 3, 5, 7\} = A$ (since $A$ and $B$ are disjoint). Similarly, $B - A = B$. Therefore, $(A - B) \cup (B - A) = A \cup B = \{1, 2, 3, 4, 5, 6, 7, 8\} = S$.
Q22 — Random Experiment & Events · hard · theory
In a random experiment, events $A$, $B$, and $C$ partition the sample space $S$ (i.e., they are pairwise disjoint and their union is $S$). If $A \cap (B \cup C)$ is computed, the result is:
A. $A$
B. $B \cup C$
C. $\emptyset$  ✓ Correct
D. $S$
Solution: If $A$, $B$, $C$ partition $S$, then they are pairwise disjoint: $A \cap B = \emptyset$ and $A \cap C = \emptyset$. Therefore, $A \cap (B \cup C) = (A \cap B) \cup (A \cap C) = \emptyset \cup \emptyset = \emptyset$.
Q23 — Random Experiment & Events · easy · theory
Let $S = \{a, b, c, d, e\}$. The number of events that contain exactly 3 elements from $S$ is:
A. $3$
B. $5$
C. $10$  ✓ Correct
D. $15$
Solution: An event is any subset of $S$. The number of 3-element subsets of a 5-element set is $\binom{5}{3} = \frac{5!}{3! \cdot 2!} = 10$.
Q24 — Random Experiment & Events · hard · theory
The symmetric difference of events $A$ and $B$, denoted $A \triangle B$, is defined as $(A - B) \cup (B - A)$. This equals:
A. $(A \cup B) - (A \cap B)$  ✓ Correct
B. $(A \cup B) \cap (A \cap B)$
C. $A \cup B$
D. $A \cap B$
Solution: The symmetric difference contains elements in $A$ or $B$ but not both. This is $(A - B) \cup (B - A) = (A \cap B^c) \cup (A^c \cap B) = (A \cup B) - (A \cap B) = (A \cup B) \cap (A \cap B)^c$.
Q25 — Random Experiment & Events · hard · theory
If $A$ and $B$ are events with $A \subseteq B$, which of the following is NOT necessarily true?
A. $A \cap B = A$
B. $A \cup B = B$
C. $B^c \subseteq A^c$
D. $B - A = A^c$  ✓ Correct
Solution: If $A \subseteq B$, then: (1) $A \cap B = A$ ✓, (2) $A \cup B = B$ ✓, (3) $B^c \subseteq A^c$ ✓ (complement property). However, $B - A = B \cap A^c$ need not equal $A^c$ unless $B = S$. For example, if $A = \{1\}$, $B = \{1, 2\}$, $S = \{1, 2, 3\}$, then $B - A = \{2\} \neq \{2, 3\} = A^c$.