5.1 Probability Theory, Counting Techniques & Bayes' Theorem
Key Takeaways
- Probability & Statistics is its own topic in the PRC Enhanced Table of Specifications (Res. 40, s. 2024), carrying 1.25% of the total exam and 5 of the 100 Mathematics items.
- Permutations count ordered arrangements, nPr = n!/(n − r)!; combinations count unordered selections, nCr = n!/[r!(n − r)!]. The word 'committee' signals combinations; 'ranking' or 'seating' signals permutations.
- The addition rule is P(A ∪ B) = P(A) + P(B) − P(A ∩ B); the subtraction term vanishes only when the events are mutually exclusive.
- Independence means P(A ∩ B) = P(A)·P(B); mutual exclusivity means P(A ∩ B) = 0. Two events with non-zero probability cannot be both independent and mutually exclusive.
- Bayes' theorem, P(A|B) = P(B|A)P(A)/P(B), is the standard REE reliability item: given a defective relay, find the probability it came from a particular supplier.
5.1 Probability Theory, Counting Techniques & Bayes' Theorem
The PRC Enhanced Table of Specifications for the Registered Electrical Engineer Licensure Examination (Professional Regulatory Board of Electrical Engineering Resolution No. 40, series of 2024, which superseded Board Resolution No. 23, s. 2011) lists Probability & Statistics as topic D of the Mathematics subject, weighted 1.25% of the whole examination — 5 of the 100 Mathematics items. Probability also underpins every reliability, availability and quality-control calculation an electrical engineer performs on protection schemes, redundant feeders and equipment procurement.
1. Sample Spaces, Events & the Axioms of Probability
A random experiment is any process whose outcome cannot be predicted with certainty. The sample space $S$ is the set of all possible outcomes; an event $A$ is any subset of $S$.
For equally likely outcomes, the classical definition applies:
The three Kolmogorov axioms constrain every valid probability:
- $0 \le P(A) \le 1$ for every event $A$;
- $P(S) = 1$ (some outcome must occur);
- For mutually exclusive events, $P(A_1 \cup A_2 \cup \dots) = P(A_1) + P(A_2) + \dots$
The complement rule follows immediately and is the fastest route through most "at least one" board problems:
2. Counting Techniques
Because the classical definition needs $n(A)$ and $n(S)$, counting is half the work.
Fundamental Counting Principle
If a first task can be done in $m$ ways and a second independently in $n$ ways, the pair can be done in $m \times n$ ways.
Permutations (order matters)
- Circular permutations of $n$ distinct objects: $(n-1)!$ — fix one object to remove rotational duplicates.
- Permutations with repeated objects: $\dfrac{n!}{n_1!,n_2!\cdots n_k!}$
Combinations (order does not matter)
| Board-Exam Signal Word | Technique | Formula |
|---|---|---|
| "arrangement", "ranking", "seating order", "password" | Permutation | $\dfrac{n!}{(n-r)!}$ |
| "committee", "sample", "selection", "handshake" | Combination | $\dfrac{n!}{r!(n-r)!}$ |
| "seated around a round table" | Circular permutation | $(n-1)!$ |
| "letters of the word ENGINEER" | Permutation with repeats | $\dfrac{n!}{n_1!n_2!\cdots}$ |
3. Addition, Multiplication & Conditional Probability
Addition Rule (union — "A or B")
The overlap term $P(A \cap B)$ disappears only when $A$ and $B$ are mutually exclusive. Forgetting to subtract it is the single most common REE probability error.
Conditional Probability & the Multiplication Rule
Independence vs. Mutual Exclusivity
| Property | Definition | Consequence |
|---|---|---|
| Independent | $P(A \cap B) = P(A)P(B)$ | $P(A \mid B) = P(A)$ — knowing $B$ tells you nothing about $A$ |
| Mutually exclusive | $P(A \cap B) = 0$ | $P(A \mid B) = 0$ — the events cannot co-occur |
These are different ideas, and two events with non-zero probability can never be both. Examiners exploit the confusion routinely.
Series and Parallel Reliability
For $n$ independent components with individual reliabilities $R_i$:
A protection scheme with two redundant relays is a parallel block: it fails only if both relays fail.
4. Total Probability & Bayes' Theorem
When the sample space is partitioned into mutually exclusive, exhaustive causes $B_1, B_2, \dots, B_n$:
Reversing the conditioning gives Bayes' theorem:
In REE practice this answers questions of the form: a randomly pulled relay is defective — what is the probability it came from Supplier B?
Solved Board Exam Examples
Example 1: Parallel-Redundant Protection Reliability
A 69 kV feeder is protected by a primary relay of reliability $0.95$ and an independent backup relay of reliability $0.88$. Find the probability that the feeder is protected (at least one relay operates).
Solution. The relays form a parallel reliability block:
Redundancy raises protection reliability from 95% to 99.4%, and the probability of an unprotected fault falls from $5%$ to $0.6%$.
Example 2: Bayes' Theorem on Contactor Supply
A panel builder sources contactors from three suppliers: A supplies 50% with a 1% defect rate, B supplies 30% with a 2% defect rate, and C supplies 20% with a 4% defect rate. A contactor drawn at random is defective. What is the probability it came from Supplier C?
Solution. First the total defect probability:
Then Bayes' theorem:
Supplier C ships only 20% of the units but accounts for 42.1% of the defects — the practical lesson behind the arithmetic.
Example 3: Committee Selection
From 7 registered electrical engineers and 5 registered master electricians, a 4-member safety committee is formed. What is the probability it contains exactly 2 of each?
Solution. Order is irrelevant, so use combinations:
Two independent protective relays have reliabilities of 0.90 and 0.80. What is the probability that at least one of them operates correctly on a fault?
In how many distinct ways can 6 electrical engineers be seated around a circular conference table?
Events A and B each have non-zero probability. If A and B are mutually exclusive, what can be concluded about their independence?