document.write( "Question 1085112: Clients enter a tax preparer's office at an average rate of 8 per hour. They enter randomly and independently of one another.
\n" );
document.write( "Express your answers to four decimal places. Express the probabilities as decimal fractions -- not as percentages.
\n" );
document.write( "a. What is the probability that exactly 7 clients will enter the office in the next half hour?
\n" );
document.write( "nothing
\n" );
document.write( "b. What is the probability that at least one client enters the office in the next half hour?
\n" );
document.write( "nothing
\n" );
document.write( "c. What is the mean of the number of clients who will enter the office in the next half hour?
\n" );
document.write( "nothing
\n" );
document.write( "d. What is the variance of the number of clients who will enter the office in the next half hour? \n" );
document.write( "
Algebra.Com's Answer #699280 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This would be a Poisson distribution with mean 4 for a half hour \n" ); document.write( "Therefore, \n" ); document.write( "c=4 people \n" ); document.write( "d=4 people^2, since Poisson has mean=variance. \n" ); document.write( "Probability of 7 is e^(-4)*4^7/7!=0.0595 \n" ); document.write( "probability of 0 clients is e^(-4)=0.0183 \n" ); document.write( "1-0.0183=0.9817; this is the probability of at least 1 client. \n" ); document.write( " |