document.write( "Question 908974: (a)A supplier of company X makes on an average of 5 defective pieces. The company accepts a sample if there are no more than 7 defective pieces. What are the chances that the company will reject the sample?
\n" );
document.write( "(b)The chances of Anne winning a game are 55%. What is the probability of Anne winning the game in 3rd trial?
\n" );
document.write( "(c)The chances a customer will make a purchase is 60%. Then the probability of 5th purchase in 12th customers is
\n" );
document.write( "(d)The mean temperature in a city is 25°C and the standard deviation is 3°C in the month of April. Assuming this data is normally distributed, how many days in April would you expect the mean temperature to be between 22°C and 28°C?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #551468 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Recognizing Probability Distribution: \n" ); document.write( "a)Poisson Distribution (average) \n" ); document.write( "b)Binomial Distribution (winning 0r Losing) \n" ); document.write( "c)Binomial Distribution (buying or not buying) \n" ); document.write( "d)Normal Distribution (mean and sd) \n" ); document.write( "Answering the various examples of Probability Distributions: \n" ); document.write( "a)P(x > 7) = 1 - poissoncdf(5,7) = .1334 0r 13.34% \n" ); document.write( "b)p(winning) = .55, n = 3, P(x = 1) = binompdf(3, .55,1)= .3341, .3341/(3C1) = .1114, winning on 3rd try \n" ); document.write( "c)p(purchase) = .60, n = 12, P(x=5) = binompdf(12, .60, 5)= .1009/(12C5), 12th customer makes 5th purchase \n" ); document.write( "d)P(22 < x < 28) = nomalcdf(22,28,25,3) \n" ); document.write( "nomalcdf(22,28,25,3)x30days is the number of days \n" ); document.write( " |