Question
Question: If the mean and standard deviation of a binomial distribution are 12 and 2 respectively, then the va...
If the mean and standard deviation of a binomial distribution are 12 and 2 respectively, then the value of its parameter p is
A. 21
B. 31
C. 32
D. 41
Solution
Hint: In this question it is given that the mean and standard deviation of a binomial distribution are 12 and 2 respectively, we have to find the value of the parameter p. So to find the solution we need to know that the mean and standard deviation of a binomial distribution is np and np(1−p) respectively, where n is the number of trials in a binomial experiment and p is the probability of success on an individual trial. So by using these we will get our required solution.
Complete step-by-step solution:
given that,
Mean(m) = 12 and standard deviation(sd) = 2
Als as we know that for any binomial distribution the mean and standard deviations are,
m = np and sd = np(1−p)
Therefore, we can write,
np = 12………….........(1) and
np(1−p)=2
np(1−p)=22
np(1−p)=4………………..(2)
Now putting the value of ‘np’ in equation (2) we get,
np(1−p)=4
⇒12(1−p)=4
⇒(1−p)=124 [dividing both side by 12]
⇒(1−p)=31
⇒−1+p=−31 [multiplying ‘-1’ in the both side of the equation]
⇒p=−31+1
⇒p=1−31
⇒p=33−1
⇒p=32
Therefore the value of the parameter p is 32.
Hence the correct option is option C.
Note: While solving this type of question you need to know that in probability theory and statistics, the binomial distribution with parameters n and p is the discrete probability distribution of the number of successes in a sequence of n independent experiments, each asking a yes/no question, and each with its own boolean-valued outcome: success/yes/true/one (with probability p) or failure/no/false/zero (with probability q = 1 − p).
In general, if the random variable X follows the binomial distribution with parameters n∈N and p∈[0,1], we write X∼B(n,p). The probability of getting exactly k successes in n independent Bernoulli trials is given by the probability mass function:
P(X=k)= nCk pkqn−k.