document.write( "Question 850137: Was wondering if someone could give me the probability and the equation to solve the following.\r
\n" ); document.write( "\n" ); document.write( "Two teams are to play four games against each other. In each game Team A is 45% to win and team B is 55% to win. What it the probability of Team A winning 2 or more of the games (i.e. 2,3 or 4)? Also if you can show me how to figure it out that would be great.\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #511979 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Determine the probability of Team A winning 0 or 1 game, then we can subtract from 1.\r
\n" ); document.write( "\n" ); document.write( "p = 0.45 (Team A wins, B loses)
\n" ); document.write( "q = 0.55 (Team B wins, A loses)\r
\n" ); document.write( "\n" ); document.write( "For 0 wins, that would be the probability of 4 wins by team B.
\n" ); document.write( "P(x=0) = q^4
\n" ); document.write( "= (0.55)^4
\n" ); document.write( "= 0.55 * 0.55 * 0.55 * 0.55
\n" ); document.write( "= 0.09150625
\n" ); document.write( "≈ 9.15%\r
\n" ); document.write( "\n" ); document.write( "For 1 win, that would be the probability of 1 win by A and 3 wins by B.
\n" ); document.write( "You might think that would just be 0.45 * 0.55 * 0.55 * 0.55, but there are 4 ways to pick which of the matches is won by A.
\n" ); document.write( "P(x=1) = C(4,1) * p^1 * q^3
\n" ); document.write( "= 4 * (0.45) * (0.55)^3
\n" ); document.write( "= 4 * 0.45 * 0.55 * 0.55 * 0.55
\n" ); document.write( "= 0.299475
\n" ); document.write( "≈ 29.95%\r
\n" ); document.write( "\n" ); document.write( "P(x=0 or 1) = P(x=0) + P(x=1)
\n" ); document.write( "= 0.0915 + 0.2995
\n" ); document.write( "= 0.3910
\n" ); document.write( "= 39.1%\r
\n" ); document.write( "\n" ); document.write( "But you want the probability of 2 or more which is the opposite probability:
\n" ); document.write( "P(x ≥ 2) = 1 - P(x = 0 or 1)
\n" ); document.write( "= 1 - 0.3910
\n" ); document.write( "= 0.6090
\n" ); document.write( "= 60.9%\r
\n" ); document.write( "\n" ); document.write( "Answer:
\n" ); document.write( "P(x ≥ 2) = 60.9%
\n" ); document.write( "
\n" ); document.write( "
\n" );