x = random variable = number of successful trials = 4
n = number of trials = 6
P = likelihood of success = 0.55
Q = likelihood of failure = 0.45
nCx = number of combinations of n objects taken x at a time
.
Binomial Distribution
b(x; n, P) = nCx * P^x * Q^(n - x)
.
b(4; 6, 0.55) = 6C4 * (0.55)^4 * (0.45)^2 = (15)(0.09150625)(0.2025) = 0.2779502