document.write( "Question 848062: Based on past experience, it is known that 10% of newly launched businesses experience cash flow problems. An MBA student selects a random sample of 5 newly launched businesses. Assuming that the distribution of newly launched businesses that experience cash flow problems is independent, \r
\n" );
document.write( "\n" );
document.write( "a) What is the probability that at most 3 of the 5 businesses experience cash flow problems? \r
\n" );
document.write( "\n" );
document.write( "b) What is the probability that between 3 and 5 businesses experience cash flow problems?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #510849 by swincher4391(1107) You can put this solution on YOUR website! Let X be a binomial(p=.10, n = 5)\r \n" ); document.write( "\n" ); document.write( "P[X<=3]:\r \n" ); document.write( "\n" ); document.write( "Two options. I suggest using the one that involves less calculations.\r \n" ); document.write( "\n" ); document.write( "P[X<=3]: P[X=0] + P[X=1] + P[X=2] + P[X=3] \n" ); document.write( "or \n" ); document.write( "Using the complement of P[X<=3]: 1-P[X>=4] = 1-(P[X=4]+P[X=5])\r \n" ); document.write( "\n" ); document.write( "I will use the 2nd.\r \n" ); document.write( "\n" ); document.write( "P[X=4] = (5 choose 4) * (.10)^4 * (.90)^1 = 0.00045 \n" ); document.write( "P[X=5] = (5 choose 5) * (.10)^5 * (.90)^0 = 0.00001\r \n" ); document.write( "\n" ); document.write( "1 - (0.00045 + 0.00001) = \n" ); document.write( "\n" ); document.write( "Question 2:\r \n" ); document.write( "\n" ); document.write( "P[3<=X<=5] = P[X=3] + P[X=4] + P[X=5]\r \n" ); document.write( "\n" ); document.write( "or 1-(P[X=0] + P[X=1] + P[X=2])\r \n" ); document.write( "\n" ); document.write( "The first offers less calculations, and we've already calculated 2/3 of it in the first one. All that is required is to calculate \r \n" ); document.write( "\n" ); document.write( "P[X=3] = (5 choose 3) * (.10)^3 *(.90)^2 = .0081\r \n" ); document.write( "\n" ); document.write( "P[X=3 or 4 or 5] = .0081 + .00045 + .00001 = \n" ); document.write( "\n" ); document.write( "Just to make sure, I'll calculate using the complement as well.\r \n" ); document.write( "\n" ); document.write( "P[X=0] = (5 choose 0)*(.10)^0*(.90)^5 = .5905\r \n" ); document.write( "\n" ); document.write( "P[X=1] = 5 * .10^1 * .9^4 = .3281\r \n" ); document.write( "\n" ); document.write( "P[X=2] = 10 * .10^2 * .9^3 = .0729\r \n" ); document.write( "\n" ); document.write( "1 - .5905 - .3281 - .0729 = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |