CE Board Exam Randomizer

⬅ Back to Statistics and Probability Topics

Basic Probability

Probability is a number from 0 to 1 that measures how likely an event is. P = 0 means impossible (rolling a 7 on a standard die). P = 1 means certain (rolling any number from 1–6). P = 0.5 is a 50-50 chance (like a fair coin flip). For equally likely outcomes, count how many outcomes satisfy your event and divide by the total. The complement rule ($P(\text{not }A) = 1 - P(A)$) is often easier — instead of counting what you want, count what you don't want and subtract. The addition rule adds probabilities of two events but subtracts the overlap to avoid double-counting.

$$P(A)=\frac{\text{favorable outcomes}}{\text{total outcomes}}$$
$$P(A\cup B)=P(A)+P(B)-P(A\cap B)$$

Single Die Probability

A fair die is rolled. Find the probability of getting an even number or a number greater than 4.

Even numbers: {2,4,6}. Greater than 4: {5,6}. Union: {2,4,5,6}.

$$P=\frac{4}{6}=\frac{2}{3}$$

Cards: Heart or King

One card is drawn from a standard 52-card deck. Find the probability that it is a heart or a king.

$$P(H\cup K)=\frac{13}{52}+\frac{4}{52}-\frac{1}{52}=\frac{16}{52}=\frac{4}{13}$$

Final answer: $4/13$.

Complement Probability

A box contains 5 defective and 45 good bolts. If one bolt is selected, find the probability that it is not defective.

$$P(\text{not defective})=1-\frac{5}{50}=0.90$$

Final answer: 0.90 or 90%.

Two Dice: Sum of 7 or 11

Two fair dice are rolled. Find the probability the sum is 7 or 11.

Total outcomes = 36. Ways to get sum 7: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6 ways. Ways to get sum 11: (5,6),(6,5) = 2 ways. Events are mutually exclusive (no overlap).

$$P=\frac{6+2}{36}=\frac{8}{36}=\frac{2}{9}$$

Final answer: $2/9 \approx 0.222$.

Mutually Exclusive Events

In a single roll of a die, find the probability of getting a 2 or a 5.

These events are mutually exclusive (both cannot happen at once), so $P(A \cap B) = 0$.

$$P(2\cup5)=P(2)+P(5)=\frac{1}{6}+\frac{1}{6}=\frac{2}{6}=\frac{1}{3}$$

Final answer: $1/3$.

Independent Events

A coin is flipped and a die is rolled. Find the probability of getting heads AND a 3.

The two events are independent (the coin doesn't affect the die). For independent events: $P(A \cap B) = P(A) \cdot P(B)$.

$$P(\text{H and 3})=\frac{1}{2}\times\frac{1}{6}=\frac{1}{12}$$

Final answer: $1/12$.

Probability from a Venn Diagram

In a group of 40 students: 18 like Math, 22 like Science, and 10 like both. Find the probability a randomly chosen student likes at least one subject.

Use the addition rule to find the union.

$$n(M\cup S)=18+22-10=30$$
$$P(M\cup S)=\frac{30}{40}=0.75$$

Final answer: 0.75 or 75%.

Three Coin Flips: At Least Two Heads

A fair coin is flipped 3 times. Find the probability of getting at least 2 heads.

Total outcomes = $2^3 = 8$. Favorable: exactly 2 heads: HHT, HTH, THH (3 ways); exactly 3 heads: HHH (1 way). Total = 4.

$$P(\text{at least 2 H})=\frac{4}{8}=\frac{1}{2}$$

Final answer: $1/2$.

Scroll to zoom

Exam Generator Problems

Additional board-style practice items for this topic.

Question Bank: q694

MSTE - Statistics and Probability / Probability / Engr. Janclyde Espinosa (Clidez)

If 23 people are in a room, the chances are better than even that at least two people share the same birthday. How many people must be present in order to provide at least an even chance that two or more were born on the same day of the week?

  1. 4
  2. 14
  3. 22
  4. 6
For days of the week, no shared birthday weekday among $n$ people has probability:
$\frac{7\cdot6\cdot5\cdots(7-n+1)}{7^n}$
For $n=3$, probability of a match is $1-\frac{7\cdot6\cdot5}{7^3}=0.388$. For $n=4$:
$1-\frac{7\cdot6\cdot5\cdot4}{7^4}=0.650$
The first at least even chance is:
$\boxed{4}$

Question Bank: q709

MSTE - Statistics and Probability / Probability / Engr. Janclyde Espinosa (Clidez)

Assume that a single depth charge has a probability 1/2 of sinking a submarine, 1/4 of damaging it, and 1/4 of missing. Assume also that two damaging explosions sink the sub. What is the probability that 4 depth charges will sink the sub?

  1. 251/256
  2. 51/256
  3. 25/256
  4. 125/256
A submarine is not sunk only if fewer than two damaging events occur and no direct sink occurs. For each charge: sink $=1/2$, damage $=1/4$, miss $=1/4$. Not sunk after 4 charges means all non-sink outcomes with 0 or 1 damage:
$P(0D,4M)=(1/4)^4$
$P(1D,3M)=\binom{4}{1}(1/4)(1/4)^3$
$P(\text{not sunk})=5/256$
$P(\text{sunk})=1-5/256$
$\boxed{251/256}$

Question Bank: q714

MSTE - Statistics and Probability / Fundamental Principles of Counting / Engr. Janclyde Espinosa (Clidez)

There are 3 red chips and 2 blue chips. When arranged in a row, they form a certain color pattern, for example RBRRB. How many color patterns are possible?

  1. 10
  2. 12
  3. 24
  4. 60
Arrange 3 red and 2 blue chips. Number of distinct color patterns is:
$\frac{5!}{3!2!}=10$
$\boxed{10}$

Question Bank: q718

MSTE - Statistics and Probability / Probability / Engr. Janclyde Espinosa (Clidez)

Kate and David each have €10. Together they flip a coin 5 times. Every time the coin lands on heads, Kate gives David €1. Every time the coin lands on tails, David gives Kate €1. After the coin is flipped 5 times, what is the probability that Kate has more than €10 but less than €15?

  1. 15/32
  2. 5/16
  3. 1/2
  4. 21/32
If $H$ heads occur, Kate gives $H$ euros and receives $5-H$ euros, so her final amount is $$10-H+(5-H)=15-2H$$ The condition $10<15-2H<15$ gives $H=1$ or $H=2$. Therefore $$P=\frac{\binom51+\binom52}{2^5}=\frac{5+10}{32}=\frac{15}{32}$$ The probability is $15/32$.

Question Bank: q721

MSTE - Statistics and Probability / Fundamental Principles of Counting / Engr. Janclyde Espinosa (Clidez)

Paula has 3 movies that she can watch during the weekend: 1 Action, 1 Comedy, 1 Drama. However, she needs to watch the Drama 3 times. Assuming Paula has time for 5 movies and intends to watch all of them, in how many ways can she do so?

  1. 20
  2. 6
  3. 24
  4. 60
The five movie slots consist of A, C, and three D's. Distinct arrangements:
$\frac{5!}{3!}=20$
$\boxed{20}$

Question Bank: q725

MSTE - Statistics and Probability / Statistics / Engr. Janclyde Espinosa (Clidez)

A spring of natural length 10 cm is such that a force of 6 kN stretches it 2 cm. Find the work (in N·m) necessary to stretch the spring from a length of 14 cm to 18 cm.

  1. 720
  2. 680
  3. 240
  4. 350
Natural length is 10 cm. A force of 6000 N stretches it 2 cm = 0.02 m, so:
$k=6000/0.02=300000\text{ N/m}$
Stretching from 14 cm to 18 cm means extension from 0.04 m to 0.08 m. Work:
$W=\frac{1}{2}k(x_2^2-x_1^2)$
$W=\frac{1}{2}(300000)(0.08^2-0.04^2)$
$\boxed{720}$

Question Bank: w17

MSTE - Statistics and Probability / Probability / MSTE May 2019

Players $A$ and $B$ match pennies $N$ times. They keep a tally of their gains and losses. After the first loss, what is the chance that at no time during the game will they be even?

  1. $\binom{N}{n}/2n$
  2. $\binom{N}{n}/2^{n}$
  3. $\binom{N}{n}/2$
  4. $\binom{N}{n}/2^{N}$
The probability that the running tally is never even (tied) during the game is
$\boxed{\dfrac{\binom{N}{n}}{2^{N}}}$

Question Bank: w232

MSTE - Statistics and Probability / Probability / MSTE April 2025

A spider eats three flies a day. Until he fills his quota, he has an even chance of catching any fly that attempts to pass. A fly is about to make the attempt. What are the chances of survival, given that five flies have already made the attempt today?

  1. 1/2
  2. 1/4
  3. 3/4
  4. 2/3
First find the probability that the quota of 3 flies is already complete after 5 attempts.
Chance the first three flies were all captured $= (1/2)^{3} = 1/8$
Chance the 4th fly completed the quota $= \binom{3}{2}(1/2)^{2}(1/2)^{1}\times(1/2) = 3/16$
Chance the 5th fly completed the quota $= \binom{4}{2}(1/2)^{2}(1/2)^{2}\times(1/2) = 3/16$
$P(\text{quota complete}) = \dfrac{1}{8} + \dfrac{3}{16} + \dfrac{3}{16} = \dfrac{1}{2}$

For the 6th fly:
Chance of being attacked $= 1 - \dfrac{1}{2} = \dfrac{1}{2}$ (the spider only attacks if the quota is not yet filled)
Chance of being captured $= \left(\dfrac{1}{2}\right)\left(\dfrac{1}{2}\right) = \dfrac{1}{4}$
$P(\text{survival}) = 1 - \dfrac{1}{4}$
$\boxed{P = \tfrac{3}{4}}$

Question Bank: w243

MSTE - Statistics and Probability / Probability / MSTE April 2025

If a pair of dice is tossed 6 times, what is the probability of obtaining a total of 7 or 11 twice, a matching pair once, and any other combination 3 times?

  1. 0.0019
  2. 0.0129
  3. 0.1127
  4. 0.2156
Total number of outcomes per toss $= 6^{2} = 36$.

Outcome is 7 or 11: {1,6} {6,1} {2,5} {5,2} {3,4} {4,3} {5,6} {6,5}
$P_1 = 8/36$

Outcome is a matching pair: {1,1} {2,2} {3,3} {4,4} {5,5} {6,6}
$P_2 = 6/36$

Outcome is any other combination:
$N = 36 - 8 - 6 = 22$, so $P_3 = 22/36$

Apply the multinomial probability for 6 tosses split 2–1–3:
$P = P_1^{2}\cdot P_2^{1}\cdot P_3^{3}\cdot\dfrac{6!}{2!\,1!\,3!}$
$\boxed{P = 0.1127}$

Question Bank: w254

MSTE - Statistics and Probability / Probability / MSTE April 2025

A coin is so unbalanced that it may come both heads in 2 tosses as it may come tails in a single toss. What is the probability of getting a head in a single toss?

  1. 0.5
  2. 0.6
  3. 0.618
  4. 0.518
Let $h$ = probability of getting a head in 1 toss, so $1 - h$ = probability of getting a tail in 1 toss.

The problem states the two events are equally likely:
$P(2\ \text{heads in 2 tosses}) = P(\text{tail in 1 toss})$
$h\cdot h = 1 - h$
$h^{2} + h - 1 = 0$
$h = 0.618$ and $-1.618$

Discarding the negative root (a probability cannot be negative):
$\boxed{h = 0.618}$

Question Bank: w257

MSTE - Statistics and Probability / Probability / MSTE April 2025

If 2 marbles are removed at random from a bag containing black and white marbles, the chance that they are both white is 1/3. If 3 are removed at random, the chance that they all are white is 1/6. How many black balls are there?

  1. 6
  2. 7
  3. 5
  4. 4
Let $w$ = number of whites and $b$ = number of blacks, so the total is $w + b$.

Relate the two given probabilities:
$W_1W_2W_3 = \dfrac{1}{6}$, and $W_1W_2 = \dfrac{1}{3}$
$\left(\dfrac{1}{3}\right)W_3 = \dfrac{1}{6}\ \Rightarrow\ W_3 = \dfrac{1}{2}$

$W_3$ is the chance the third draw is white after two whites are gone:
$\dfrac{w-2}{w+b-2} = \dfrac{1}{2}\ \Rightarrow\ b = w - 2$, or $w = b + 2$

Substitute into the two-marble condition:
$\dfrac{w}{w+b}\cdot\dfrac{w-1}{w+b-1} = \dfrac{1}{3}$
With $w = b+2$, solving gives $w = 6$ and
$\boxed{b = 4}$

Question Bank: w265

MSTE - Statistics and Probability / Probability / MSTE April 2025

The local weather forecaster says "no rain" and his record is 2/3 accuracy of prediction. But the Federal Meteorological Service predicts "rain" and their record is 3/4. With no other data available, what is the chance of rain?

  1. 3/5
  2. 1/4
  3. 1/6
  4. 5/12
Rain happens when the local forecaster is wrong and the Federal service is right; no rain happens when the local forecaster is right and the Federal service is wrong.

$P(L\ \text{wrong},\ F\ \text{right}) = \left(\tfrac{1}{3}\right)\left(\tfrac{3}{4}\right) = \tfrac{1}{4}$
$P(L\ \text{right},\ F\ \text{wrong}) = \left(\tfrac{2}{3}\right)\left(\tfrac{1}{4}\right) = \tfrac{1}{6}$

Odds in favor of rain $= \text{rain} : \text{no rain} = \dfrac{1/4}{1/6} = 3 : 2$

Converting odds $s:f$ to probability, $P = \dfrac{s}{s+f}$:
$\boxed{P(\text{rain}) = \tfrac{3}{5}}$

Exam trap: stopping at $1/4$ gives choice B, which is the joint probability, not the conditional chance of rain.

Question Bank: w271

MSTE - Statistics and Probability / Probability / MSTE April 2025

In November 1994, Intel announced that a "subtle flaw" in its Pentium chip would affect 1 in 9 billion division problems. Suppose a computer performs 20 million divisions in the course of a particular program. What is the probability of no error? Of at least one error?

  1. 0.00000000111, 0.00222
  2. 0.99778, 0.00222
  3. 0.99999999989, 0.00000000111
  4. 0.00000000111, 0.99999999989
For a single operation:
$q = \dfrac{1}{9\times 10^{9}}$ (probability of an error)
$p = 1 - q$ (probability of no error)

For 20 million independent divisions:
$P_{\text{no error}} = p^{20\times 10^{6}} = 0.99778$
$Q_{\text{at least 1 error}} = 1 - P_{\text{no error}} = 0.00222$

$\boxed{0.99778,\ 0.00222}$

Question Bank: w289

MSTE - Statistics and Probability / Probability / MSTE April 2025

If a chord is selected at random on a fixed circle what is the probability that its length exceeds the radius of the circle? Assume that the midpoint of the chord is evenly distributed over the circle.

  1. 0.5
  2. 0.667
  3. 0.866
  4. 0.75
A chord equals the radius when its midpoint lies on a concentric circle of radius $r = R\cos 30^\circ$. The chord is longer than the radius when its midpoint falls inside that inner circle.

With the midpoint uniformly distributed over the area of the circle, the probability is the ratio of areas:
$P = \dfrac{\pi r^{2}}{\pi R^{2}} = \dfrac{(R\cos 30^\circ)^{2}}{R^{2}} = \cos^{2}30^\circ$
$\boxed{P = 0.75}$

This is Bertrand's paradox — the answer depends on how "at random" is defined:
• midpoint uniform over the area: $P = \cos^{2}30^\circ = 0.75$
• distance from center uniform along a radius: $P = \cos 30^\circ = 0.866$
• endpoints uniform over the circumference: $P = 4/6 = 0.667$

Question Bank: w300

MSTE - Statistics and Probability / Probability / MSTE April 2025

A magician holds one six-sided die in his left hand and two in his right. What is the probability the number on the dice in his left hand is greater than the sum of the dice in his right?

  1. 5/54
  2. 2/17
  3. 7/108
  4. 1/9
The two right-hand dice have 36 equally likely outcomes. Count how many give a sum less than each possible left-hand value.

Left = 1, 2: impossible (the minimum right-hand sum is 2)
Left = 3: sum of 2 → 1 way
Left = 4: sums of 2 or 3 → 3 ways
Left = 5: sums of 2 to 4 → 6 ways
Left = 6: sums of 2 to 5 → 10 ways

$P = \left(\tfrac{1}{6}\right)\left(\tfrac{1}{36}\right) + \left(\tfrac{1}{6}\right)\left(\tfrac{3}{36}\right) + \left(\tfrac{1}{6}\right)\left(\tfrac{6}{36}\right) + \left(\tfrac{1}{6}\right)\left(\tfrac{10}{36}\right)$
$P = \dfrac{20}{216}$
$\boxed{P = \tfrac{5}{54}}$

Question Bank: w303

MSTE - Statistics and Probability / Probability / MSTE April 2025

Situation 1. From where he stands, one step toward the cliff would send the drunken man over the edge. He takes random steps, either toward or away from the cliff. At any step his probability of taking a step away is 2/3, of a step toward the cliff 1/3.

What is his chance of escaping the cliff in exactly 3 steps?

  1. 16/27
  2. 8/243
  3. 2/27
  4. 1/2
He is one step from the edge. "Escaping in exactly 3 steps" means he is 3 steps clear after 3 moves, which happens either by three straight steps away, or by one step toward and two away in the orders that never take him over the edge.

$P = \left(\tfrac{2}{3}\right)^{3} + \left(\tfrac{2}{3}\right)^{2}\left(\tfrac{1}{3}\right)^{1}(2)$
$\boxed{P = \tfrac{16}{27}}$

Question Bank: w304

MSTE - Statistics and Probability / Probability / MSTE April 2025

Situation 1. From where he stands, one step toward the cliff would send the drunken man over the edge. He takes random steps, either toward or away from the cliff. At any step his probability of taking a step away is 2/3, of a step toward the cliff 1/3.

What is his chance of falling in exactly 5 steps?

  1. 16/27
  2. 8/243
  3. 2/27
  4. 1/2
To fall on exactly the 5th step he must survive the first four, which requires two steps away and two steps toward the cliff arranged so he never goes over early, then a final step toward the cliff.

$Q = \left(\tfrac{2}{3}\right)^{2}\left(\tfrac{1}{3}\right)^{3}(2)$
$\boxed{Q = \tfrac{8}{243}}$

Question Bank: w305

MSTE - Statistics and Probability / Probability / MSTE April 2025

Situation 1. From where he stands, one step toward the cliff would send the drunken man over the edge. He takes random steps, either toward or away from the cliff. At any step his probability of taking a step away is 2/3, of a step toward the cliff 1/3.

What is his chance of escaping the cliff?

  1. 16/27
  2. 8/243
  3. 2/27
  4. 1/2
Escaping means escaping in 1 step, or 2 steps, or 3 steps, … to infinity. For a biased random walk with an absorbing barrier, the escape probability is
$P = 1 - \left(\dfrac{q}{p}\right)^{n}$
where
$q$ = probability of a step toward the cliff $= 1/3$
$p$ = probability of a step away $= 2/3$
$n$ = initial position (number of steps from the edge) $= 1$

$P = 1 - \left(\dfrac{1/3}{2/3}\right)^{1}$
$\boxed{P = \tfrac{1}{2}}$

Question Bank: w308

MSTE - Statistics and Probability / Probability / MSTE April 2025

How is Jane prepared for her test? Well, from past experience she thinks there is a probability of 0.1 that she will get an A, a probability of 0.4 that she will get a B, and a probability of 0.3 that she will get a C. What is the probability that she will get at least a C?

  1. 0.8
  2. 0.7
  3. 0.6
  4. 0.9
The event "at least a C" includes getting an A, a B, or a C. These are mutually exclusive, so the probabilities simply add.

$P(A) = 0.1$
$P(B) = 0.4$
$P(C) = 0.3$

$P(A \cup B \cup C) = P(A) + P(B) + P(C)$
$P(A \cup B \cup C) = 0.1 + 0.4 + 0.3$
$\boxed{P(\text{at least a C}) = 0.8}$

Question Bank: w315

MSTE - Statistics and Probability / Probability / MSTE April 2025

Find the reliability of the system shown, where A (0.95) and B (0.99) are in series, followed by C, D, and E (0.70 each) in parallel, then F and G (0.75 each) in parallel, and finally H (0.90) in series.

  1. 0.272
  2. 0.277
  3. 0.722
  4. 0.772
Reliability is the probability a unit functions within specified limits for at least a specified period under specified environment conditions.

Series system — the entire system fails if any component fails. Product Law of Reliabilities:
$R_s = \prod_{i=1}^{n} R_i$

Parallel system — the system fails only when all components fail. Product Law of Unreliabilities:
$R_p = 1 - \prod_{i=1}^{n}(1 - R_i)$

Reduce the parallel groups first:
$R_{CDE} = 1 - (1-0.70)^{3} = 1 - (0.30)(0.30)(0.30) = 0.973$
$R_{FG} = 1 - (1-0.75)^{2} = 1 - (0.25)(0.25) = 0.9375$

Then multiply the series chain:
$\text{Reliability} = 0.95(0.99)(0.973)(0.9375)(0.90)$
$\boxed{\text{Reliability} = 0.772}$

Question Bank: w317

MSTE - Statistics and Probability / Probability / MSTE April 2025

One card is selected from a standard deck of cards. Determine the odds in favor of selecting a queen.

  1. 1/13
  2. 1/12
  3. 1/4
  4. 12/13
Odds are not the same as probability — odds compare successes to failures, not to the total.

Chance of selecting a Queen $= 4/52$
Chance of not selecting a Queen $= 48/52$

$\text{Odds} = \dfrac{\text{Success}}{\text{Failure}} = \dfrac{4/52}{48/52} = \dfrac{4}{48}$
$\boxed{\text{Odds} = \tfrac{1}{12}}$

Exam trap: $4/52 = 1/13$ is the probability, which is choice A.