document.write( "Question 859797: I have a probability question that i do not understand how to do.\r
\n" );
document.write( "\n" );
document.write( "Client query requests arrive independently at a database server at an average rate of 4.5 queries per minute. For a randomly selected one-minute interval, what is the probability that exactly 3 query requests will arrive? \n" );
document.write( "
Algebra.Com's Answer #517954 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! POISSON Distribution \n" ); document.write( "P(x; μ) = (e^(-μ) (μ^x) / x! where μ is the average number of successes \n" ); document.write( " \n" ); document.write( "P(x=3) = .1687 \n" ); document.write( " |