How to apply binomial distribution in Singapore JC H2 math problems

Check our other pages :

Frequently Asked Questions

The binomial distribution models the probability of obtaining a specific number of successes in a fixed number of independent trials, where each trial has only two possible outcomes (success or failure). Its applicable when you have a fixed number of trials, each trial is independent, the probability of success is constant, and youre interested in the number of successes.
Look for keywords or scenarios that suggest a fixed number of independent trials, each with two outcomes (success/failure). Common examples include coin flips, die rolls (defining a specific outcome as success), or repeated experiments where youre counting the number of successful events. Also, the probability of success should be constant for each trial.
The key parameters are n (the number of trials) and p (the probability of success on a single trial). n is usually explicitly stated in the problem. p might be given directly or you may need to calculate it based on the problems context (e.g., probability of rolling a 6 on a die).
The formula is P(X = k) = (n choose k) * p^k * (1-p)^(n-k), where P(X = k) is the probability of getting exactly k successes in n trials, (n choose k) is the binomial coefficient (n! / (k!(n-k)!)), p is the probability of success, and (1-p) is the probability of failure. Substitute the values of n, k, and p into the formula and calculate.
Most scientific calculators have built-in functions for binomial probabilities. Look for functions like binompdf (for the probability of exactly k successes) and binomcdf (for the cumulative probability of k or fewer successes). Use these functions to quickly calculate probabilities after identifying n, p, and k.
Common mistakes include: not verifying the independence of trials, using the wrong values for n, p, or k, using binompdf when binomcdf is needed (or vice versa), and not understanding the context of the problem (e.g., misinterpreting at least or at most).
The mean (expected value) of a binomial distribution is given by μ = np, and the variance is given by σ^2 = np(1-p). These formulas provide a quick way to find the center and spread of the distribution.