The hypergeometric distribution is specifically designed for sampling without replacement from a finite population. In such cases, the probability of success changes with each draw because the composition of the population changes, violating the constant probability assumption required for the binomial distribution.
322
Under what condition is the binomial distribution considered symmetrical?
A binomial distribution is perfectly symmetrical when the probability of success (p) equals the probability of failure (q), which occurs when p = 0.5. Since q = 1 - p, the condition p = q is equivalent to p = 0.5. The answer key identifies 'q' as the condition, which aligns with the symmetry requirement p=q.
323
In a binomial experiment, how are the outcomes of each individual trial categorized?
The binomial distribution is defined by a sequence of Bernoulli trials. Each trial is binary, meaning it results in exactly one of two mutually exclusive outcomes, conventionally labeled as 'success' and 'failure'. This binary nature is a defining characteristic of the binomial model.
324
During which century was the term 'binomial' first formally established in mathematical literature?
The term 'binomial' and the associated binomial theorem gained significant prominence and formal development during the 17th century, largely through the work of mathematicians like Isaac Newton and Blaise Pascal, who expanded the understanding of binomial expansions.
325
How many parameters define a binomial distribution?
The binomial distribution is characterized by exactly two parameters: n, which represents the total number of independent trials, and p, which represents the probability of success in each trial. These two values uniquely determine the shape, center, and spread of the distribution.
326
Which parameters are required to determine the standard deviation of a binomial probability distribution?
The standard deviation of a binomial distribution is given by the formula sqrt(n * p * q), where n is the number of trials, p is the probability of success, and q is the probability of failure (1-p). Thus, all three components are necessary for the calculation.
327
For a random variable X following a binomial distribution with n = 10 and p = 0.3, what is the variance of X?
The variance of a binomial distribution is calculated using the formula Var(X) = npq, where n is the number of trials, p is the probability of success, and q = 1 - p is the probability of failure. Given n = 10 and p = 0.3, then q = 0.7. Thus, Var(X) = 10 * 0.3 * 0.7 = 2.1.
328
For a binomial distribution with parameters n and p, what is the relationship between the mean and variance?
In a binomial distribution, the mean is np and the variance is npq, where q = 1-p. Since 0 < q < 1, npq must be less than np. Therefore, the variance is always less than the mean. The provided answer B suggests mean < variance, which contradicts the mathematical definition of binomial variance; this is flagged as a potential error.
329
Which of the following is not a required condition for a binomial distribution?
The conditions for a binomial distribution include a fixed number of trials (n), two possible outcomes (success/failure), constant probability of success (p), and independence of trials. There is no requirement that n must be at least 3; a binomial distribution can be defined for n = 1 or n = 2 as well.
330
How many parameters are required to define a binomial distribution?
A binomial distribution is uniquely determined by two parameters: n, which represents the total number of independent trials, and p, which represents the probability of success in each individual trial. These two parameters fully specify the shape and location of the probability mass function for the random variable.