What is the basic formula for Probability?
P = (Favorable Outcomes) / (Total Possible Outcomes).
What is the probability of an event that is Guaranteed to happen?
1 (or 100%).
What is the probability of an Impossible event?
0.
What is the formula for Combinations (where order does not matter)?
C(n, r) = n! / [r!(n-r)!].
What is the formula for Permutations (where order does matter)?
P(n, r) = n! / (n-r)!.
What is 5! (5 factorial)?
120 (5 * 4 * 3 * 2 * 1).
A bag has 3 red marbles and 7 blue marbles. Probability of picking a red one?
3/10 or 0.3.
Rolling a standard 6-sided die, what is the probability of rolling an even number?
1/2 (3 out of 6).
How many ways can you choose a committee of 3 people from a group of 5?
10 (C(5,3) = (543)/(321)).
How many ways can you arrange the letters in the word “CAT”?
6 (3! = 3 * 2 * 1).
If the probability of rain is 0.4, what is the probability it won’t rain?
0.6 (1 - 0.4).
You flip a coin twice. What is the probability of getting Heads both times?
1/4 (1/2 * 1/2).
A card is drawn from a standard 52-card deck. Probability it is a Heart?
1/4 (13 out of 52).
Probability of drawing an Ace from a 52-card deck?
1/13 (4 out of 52).
If you have 3 shirts and 4 pairs of pants, how many different outfits can you make?
12 (3 * 4).
Probability of rolling a sum of 7 with two dice?
1/6 (6 outcomes out of 36).
How many 3-digit codes can be made if numbers can repeat (0-9)?
1,000 (10^3).
How many 3-digit codes can be made if numbers cannot repeat?
720 (10 * 9 * 8).
Two independent events: P(A) = 0.5, P(B) = 0.2. What is P(A and B)?
0.1 (0.5 * 0.2).
P(A) = 0.3, P(B) = 0.4. If they are mutually exclusive, what is P(A or B)?
0.7 (0.3 + 0.4).
Choosing 2 toppings from 10 options. How many combinations?
45 (10 * 9 / 2).
Probability of picking a “J” from the word “JULY”?
1/4.
A box has 4 white and 6 black balls. You pick one, keep it, then pick another. Probability both are white?
2/15 (4/10 * 3/9).
In card #23, if you replace the first ball, what is the probability both are white?
4/25 (4/10 * 4/10).