document.write( "Question 180823: Suppose that the New England Colonials baseball team is equally likely to win a game as not to win it. If 5 Colonials games are chosen at random, what is the probability that exactly 4 of those games are won by the Colonials? \r
\n" );
document.write( "\n" );
document.write( "Round your response to at least three decimal places. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #135576 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the New England Colonials baseball team is equally likely to win a game as not to win it. If 5 Colonials games are chosen at random, what is the probability that exactly 4 of those games are won by the Colonials? \n" ); document.write( "Round your response to at least three decimal places. \n" ); document.write( "---------------------------------------------------------- \n" ); document.write( "P(win) = 1/2 = P(lose) \n" ); document.write( "------------------------- \n" ); document.write( "Your problem is binomial with n=5,p=1/2,x = 4 \n" ); document.write( "----------------- \n" ); document.write( "Answer: P(x=4) = 5C4(1/2)^4(1/2) = 5(1/2)^5 = 5/32 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |