Hi,
Note: The probability of x successes in n trials is:
P (x)=(p)^x(q)^(n-x) where p and q are the probabilities of success and failure respectively.
In this case p(A wins) = .45 & q(A loses) = .55 n = 4
P(x= 2) =(.45)^2(.55)^2
P(x= 3) =(.45)^3(.55)^1
P(x= 4) =(.45)^4(.55)^0
P(x ≥ 2)= P(x= 2) + P(x= 3) + P(x= 4)
0r using TI Calculator
p = .05, n = 100
P(x ≥ 2) = 1 – P(x ≤ 1) = 1 - binomcdf(4, .45, 1)