document.write( "Question 167423: Nine customers at a supermarket are asked independently if they use brand X laundry soap. In general, 27% of the population use this brand. What is the probability that among the nine, more than two people use brand X? (Round your answer to 4 decimal places.) \n" ); document.write( "
Algebra.Com's Answer #123493 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Nine customers at a supermarket are asked independently if they use brand X laundry soap. In general, 27% of the population use this brand. What is the probability that among the nine, more than two people use brand X? (Round your answer to 4 decimal places.) \n" ); document.write( "-------------------- \n" ); document.write( "P(x>=3) = 1 - binomcdf(9,0.27,2) = .45523... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |