Introduction to Probability for RRB Exams

Probability is a fundamental mathematical branch that measures the likelihood of the occurrence of an event. In competitive examinations conducted by the Railway Recruitment Board (RRB), such as RRB NTPC, RRB Group D, RRB Technician Grade I, and Grade III, Probability forms a recurring part of the Mathematics section. Mastering this topic not only guarantees easy marks but also equips candidates with analytical skills required for quantitative aptitude.

In simple words, Probability calculates how likely something is to happen on a scale from 0 (impossible event) to 1 (certain event). Questions in RRB exams usually test basic to moderate conceptual understanding using coins, dice, playing cards, and colored balls/marbles in a bag.

Topic Weightage and Importance

In RRB exams, Probability carries a consistent weightage across Stage 1 (CBT-1) and Stage 2 (CBT-2) examinations:

  • RRB NTPC (CBT-1 & CBT-2): 1 to 2 questions expected.
  • RRB Group D: 1 to 2 questions expected.
  • RRB Technician Grade I & III: 1 to 2 questions expected.

Because the questions are generally direct and formula-driven, learning the underlying principles and standard case scenarios allows aspirants to solve them in under 45 seconds.

Key Concepts and Formulas

To solve Probability questions quickly and accurately, you must understand the basic terms and fundamental formulas.

1. Essential Terminology

  • Random Experiment: An experiment whose outcome cannot be predicted with certainty in advance (e.g., tossing a coin, rolling a die).
  • Sample Space ( (S )): The set of all possible outcomes of a random experiment.
  • Event ( (E )): A subset of the sample space representing a specific outcome or set of outcomes.
  • Equally Likely Events: Outcomes that have the exact same chance of occurring (e.g., getting a Head or a Tail on a fair coin).
  • Mutually Exclusive Events: Two events that cannot occur simultaneously ( (P(A \cap B) = 0 )).
  • Independent Events: Events where the occurrence of one does not affect the occurrence of the other ( (P(A \cap B) = P(A) \times P(B) )).

2. Basic Formula of Probability

The classical probability of an event \(E\) is given by:

$$ P(E) = \frac{\text{Number of Favorable Outcomes } n(E)}{\text{Total Number of Possible Outcomes } n(S)} $$

3. Core Rules of Probability

  • Range of Probability: \(0 \le P(E) \le 1\)
  • Impossible Event: \(P(\phi) = 0\)
  • Certain Event: \(P(S) = 1\)
  • Complementary Event Rule: \(P(E) + P(E') = 1 \implies P(E') = 1 - P(E)\), where \(E'\) is the event that \(E\) does not occur.
  • Addition Theorem: \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)

4. Standard Outcome Patterns

ExperimentTotal Outcomes FormulaSample Space Size for \(n\) items
Tossing Coins\(2^n\)1 coin = 2, 2 coins = 4, 3 coins = 8
Rolling Dice\(6^n\)1 die = 6, 2 dice = 36
Deck of Cards52 Cards Total26 Red (13 Hearts, 13 Diamonds), 26 Black (13 Spades, 13 Clubs)

Solved Examples (Step-by-Step)

Example 1: Tossing Three Coins

Question: Three fair coins are tossed simultaneously. What is the probability of getting at least two heads?

Solution:

Step 1: Determine the total sample space \(S\).
When 3 coins are tossed, total outcomes \(n(S) = 2^3 = 8\).
\(S = \{\text{HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}\}\)

Step 2: Identify favorable outcomes for "at least two heads" (2 or 3 heads).
Favorable events \(E = \{\text{HHH, HHT, HTH, THH}\}\)
Number of favorable outcomes \(n(E) = 4\).

Step 3: Calculate Probability.
\(P(E) = \frac{n(E)}{n(S)} = \frac{4}{8} = \frac{1}{2}\)

Example 2: Rolling Two Dice

Question: Two fair dice are thrown together. Find the probability that the sum of the numbers appearing on both dice is a prime number.

Solution:

Step 1: Total possible outcomes \(n(S) = 6 \times 6 = 36\).

Step 2: Possible prime sums between 2 and 12 are 2, 3, 5, 7, and 11.

  • Sum = 2: (1,1) → 1 outcome
  • Sum = 3: (1,2), (2,1) → 2 outcomes
  • Sum = 5: (1,4), (2,3), (3,2), (4,1) → 4 outcomes
  • Sum = 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) → 6 outcomes
  • Sum = 11: (5,6), (6,5) → 2 outcomes

Total favorable outcomes \(n(E) = 1 + 2 + 4 + 6 + 2 = 15\).

Step 3: Calculate Probability.
\(P(E) = \frac{15}{36} = \frac{5}{12}\)

Example 3: Drawing Cards

Question: A card is drawn at random from a well-shuffled deck of 52 cards. What is the probability that the card drawn is either a King or a Heart?

Solution:

Step 1: Total cards \(n(S) = 52\).

Step 2: Apply the Addition Theorem \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\).

  • Let \(A\) be the event of drawing a King: \(n(A) = 4 \implies P(A) = \frac{4}{52}\)
  • Let \(B\) be the event of drawing a Heart: \(n(B) = 13 \implies P(B) = \frac{13}{52}\)
  • \(A \cap B\) is the King of Hearts: \(n(A \cap B) = 1 \implies P(A \cap B) = \frac{1}{52}\)

Step 3: Substitute values:
\(P(A \cup B) = \frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{16}{52} = \frac{4}{13}\)

Example 4: Marbles in a Bag

Question: A bag contains 5 red, 4 blue, and 3 green balls. Two balls are drawn at random without replacement. What is the probability that both balls are blue?

Solution:

Step 1: Total balls = \(5 + 4 + 3 = 12\).

Step 2: Use combinations concept.
Total ways to choose 2 balls out of 12 \(n(S) = {}^ {12}C_2 = \frac{12 \times 11}{2 \times 1} = 66\).

Step 3: Favorable ways to choose 2 blue balls out of 4 \(n(E) = {}^4C_2 = \frac{4 \times 3}{2 \times 1} = 6\).

Step 4: Probability \(P(E) = \frac{6}{66} = \frac{1}{11}\).

Common Mistakes to Avoid

  • Confusing "At least" with "At most": "At least 2" means 2 or more, whereas "At most 2" means 2 or fewer (including 0).
  • Double Counting in Card Problems: Forgetting to subtract the intersection when dealing with non-mutually exclusive events (e.g., counting the King of Hearts twice when finding Kings or Hearts).
  • Ignoring Replacement Condition: Check whether the selection is done with replacement or without replacement. Total outcomes change in the second draw if done without replacement.
  • Miscalculating Sample Space for Dice: Remembering that 2 dice yield 36 outcomes ( (6^2 )), not 12.

Practice Questions with Solutions

Q1: A single die is rolled. What is the probability of getting a number greater than 4?

Q2: Two coins are tossed. Find the probability of getting exactly one tail.

Q3: A bag contains 6 black and 4 white balls. One ball is drawn at random. What is the probability that it is white?

Q4: What is the probability that a non-leap year selected at random contains 53 Sundays?

Q5: Two cards are drawn together from a pack of 52 cards. What is the probability that both cards are Aces?

Solutions

Solution 1:
Sample space \(S = \{1, 2, 3, 4, 5, 6\} \implies n(S) = 6\).
Favorable outcomes \(E = \{5, 6\} \implies n(E) = 2\).
\(P(E) = \frac{2}{6} = \frac{1}{3}\).

Solution 2:
Sample space \(S = \{\text{HH, HT, TH, TT}\} \implies n(S) = 4\).
Favorable outcomes \(E = \{\text{HT, TH}\} \implies n(E) = 2\).
\(P(E) = \frac{2}{4} = \frac{1}{2}\).

Solution 3:
Total balls = \(6 + 4 = 10\).
Favorable white balls = 4.
\(P(\text{White}) = \frac{4}{10} = \frac{2}{5}\).

Solution 4:
A non-leap year has 365 days = 52 weeks + 1 \textra day.
The 52 weeks guarantee 52 Sundays.
The 1 remaining day can be any day of the week (7 possible outcomes: Sun, Mon, Tue, Wed, Thu, Fri, Sat).
Favorable outcome for Sunday = 1.
\(P(\text{53 Sundays}) = \frac{1}{7}\).

Solution 5:
Total ways to select 2 cards from 52 \(n(S) = {}^{52}C_2 = \frac{52 \times 51}{2 \times 1} = 1326\).
Total Aces = 4. Ways to select 2 Aces \(n(E) = {}^4C_2 = \frac{4 \times 3}{2 \times 1} = 6\).
\(P(\text{2 Aces}) = \frac{6}{1326} = \frac{1}{221}\).

Frequently Asked Questions (FAQs)

Q1. Can the probability of an event be negative or greater than 1?

No, the probability of any event always lies between 0 and 1 (inclusive). It can never be less than 0 or greater than 1.

Q2. What is the probability of a leap year having 53 Sundays?

A leap year has 366 days = 52 weeks + 2 \textra days. The sample space for 2 consecutive days has 7 outcomes: (Sun, Mon), (Mon, Tue), (Tue, Wed), (Wed, Thu), (Thu, Fri), (Fri, Sat), (Sat, Sun). Out of these, 2 pairs contain Sunday. Thus, the probability is \(\frac{2}{7}\).

Q3. What is the combination formula used in probability?

The combination formula is \({}^nC_r = \frac{n!}{r!(n-r)!}\), which represents the number of ways to choose \(r\) items out of \(n\) items without regarding order.

Conclusion and Final Tips

Probability is one of the most scoring topics in RRB NTPC and Group D exams. To secure maximum marks in this topic:

  • Memorize total sample spaces for common experiments (coins, dice, cards).
  • Practice combinations (\({}^nC_r\)) for fast calculation of selection problems.
  • Pay close attention to keywords like "at least", "at most", and "without replacement".

Regular practice of standard questions will boost both your speed and accuracy in the upcoming Railway examinations. Best of luck!