An experiment is an action with uncertain results, such as rolling a die. An outcome is the result of a single trial, like rolling a 3. An event is a set of outcomes, such as rolling an odd number. The sample space is the set of all possible outcomes, represented as {1, 2, 3, 4, 5, 6} for a six-sided die.
Q
What is the difference between permutations and combinations in probability?
Permutations count arrangements where order matters, using the formula P(n,k) = n!/(n-k)!. Combinations count selections where order doesn't matter, using the formula C(n,k) = n!/[k!(n-k)!]. For example, arranging 3 out of 5 letters yields 60 permutations, while choosing 3 out of 5 letters yields only 10 combinations.
Q
What is the binomial distribution formula and when is it used?
The binomial distribution models successes in fixed independent trials with two outcomes each, using the formula P(X=k) = C(n,k) × p^k × (1-p)^(n-k), where n is trials, k is successes, and p is success probability. For example, it calculates the probability of getting exactly 2 heads in 4 coin flips.