document.write( "Question 176625: 3. A business owner decides to use a binomial distribution to solve one of his problems. He knows there is a 60 percent probability that he will sell one of his Red Oak floors to any customer who comes into his shop and views the wood. Out of the next 7 people who come into his shop, what is the probability that 3 people will buy a Red Oak floor? ___________ What is the probability that more than four people will buy the Red oak floor? ___________ \n" ); document.write( "
Algebra.Com's Answer #131760 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A business owner decides to use a binomial distribution to solve one of his problems. He knows there is a 60 percent probability that he will sell one of his Red Oak floors to any customer who comes into his shop and views the wood. Out of the next 7 people who come into his shop, \n" ); document.write( "what is the probability that 3 people will buy a Red Oak floor? ___________ \n" ); document.write( "Using a TI calculator I get binompdf(7,0.6,3) = 0.1935.. \n" ); document.write( "-----------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "What is the probability that more than four people will buy the Red oak floor? \n" ); document.write( "1 - binomcdf(7,0.6,4) = 0.4199... \n" ); document.write( "---------------------------------------- \n" ); document.write( "Alternate solution: \n" ); document.write( "P(4 < x < 7) = P(x=5) + P(x=6) + P(x=7) \n" ); document.write( "= 7C5(0.6)^5(0.4)^2 + 7C6(0.6)^6(0.4) + 7C7(0.6)^7(0.4)^0\r \n" ); document.write( "\n" ); document.write( "= 21*0.07776*0.16 + 7*0.04665*0.4 + 1*0.02799\r \n" ); document.write( "\n" ); document.write( "= 0.26127 + 0.13062 + 0.02799\r \n" ); document.write( "\n" ); document.write( "= 0.41988... \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( "___________ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |