In a binomial Distribution with 5 independent trials, probability of 2...
Binomial Distribution:
Binomial distribution is a discrete probability distribution that describes the number of successes in a fixed number of independent trials, where the probability of success remains constant throughout the trials.
Given:
Number of independent trials, n = 5
Probability of 2 successes, P(X=2) = 0.4362
Probability of 3 successes, P(X=3) = 0.2181
Formula:
The probability mass function (PMF) of the binomial distribution is given by:
P(X = k) = C(n,k) * p^k * (1-p)^(n-k)
Where:
C(n,k) = Combination of n things taken k at a time = n! / (k! * (n-k)!)
p = probability of success in each trial
k = number of successes
Using the given probabilities, we can form two equations:
C(5,2) * p^2 * (1-p)^3 = 0.4362
C(5,3) * p^3 * (1-p)^2 = 0.2181
Solving the equations:
C(5,2) * p^2 * (1-p)^3 = 0.4362
10 * p^2 * (1-p)^3 = 0.4362
p^2 * (1-p)^3 = 0.04362
C(5,3) * p^3 * (1-p)^2 = 0.2181
10 * p^3 * (1-p)^2 = 0.2181
p^3 * (1-p)^2 = 0.02181
Now, we can use trial and error method or any numerical method to solve for p.
Trial and error method:
We can try different values of p until we get the desired probabilities.
For example, with p = 1/3, we get:
P(X = 2) = C(5,2) * (1/3)^2 * (2/3)^3 = 0.3937
P(X = 3) = C(5,3) * (1/3)^3 * (2/3)^2 = 0.2631
These probabilities are not equal to the given probabilities.
Trying p = 2/3, we get:
P(X = 2) = C(5,2) * (2/3)^2 * (1/3)^3 = 0.4364
P(X = 3) = C(5,3) * (2/3)^3 * (1/3)^2 = 0.2187
These probabilities are very close to the given probabilities. Hence, the correct answer is option B) 1/3.
Numerical method:
We can use a numerical method like Newton-Raphson method to solve for p.
However, this method involves calculus and is beyond the scope of CA Foundation level.
To make sure you are not studying endlessly, EduRev has designed CA Foundation study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in CA Foundation.