document.write( "Question 1088788: Sports Score Hot Line Calls (Optional) Sports Scores Hot Line receives, on the average, 8 calls per hour requesting the latest sports scores. The distribution is Poisson in nature. For any randomly selected hour, find the probability that the company will receive a. At least 8 calls b. 3 or more calls c. At most 7 calls. Full solution please \n" ); document.write( "
Algebra.Com's Answer #703111 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "Sports Score Hot Line Calls (Optional) Sports Scores Hot Line receives, on the average, 8 calls per hour requesting the latest sports scores. The distribution is Poisson in nature. For any randomly selected hour, find the probability that the company will receive a. At least 8 calls b. 3 or more calls c. At most 7 calls. Full solution please \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Given it is a Poisson process, describing number of occurrences within a given period of time. The situation fits the requirements of the Poisson distribution.\r \n" ); document.write( "\n" ); document.write( "The PMF of the distribution is given by: \n" ); document.write( "P(k)=lambda^k*e^(-lambda)/k! ..........(1) \n" ); document.write( "where lambda is the mean number of occurrences within a given time period \n" ); document.write( "The CDF exists in closed form that involves gamma functions. We could get by using only PMF.\r \n" ); document.write( "\n" ); document.write( "Here we have lambda=8 calls per hour (period is 1 hour) \n" ); document.write( "Using equation (1) above, we calculate P(k) for k=0 to 8, using lambda=8: \n" ); document.write( "Example: k=0, P(0)=8^0*e^-8/0!=0.000335 \n" ); document.write( "k P(k) \n" ); document.write( "0 0.000335 \n" ); document.write( "1 0.002683 \n" ); document.write( "2 0.010735 \n" ); document.write( "3 0.028626 \n" ); document.write( "4 0.057252 \n" ); document.write( "5 0.091604 \n" ); document.write( "6 0.122138 \n" ); document.write( "7 0.139587 \n" ); document.write( "8 0.139587\r \n" ); document.write( "\n" ); document.write( "Total=0.592547 \n" ); document.write( " \n" ); document.write( "With the above table, we can then answer the given questions. \n" ); document.write( "(a) At least 8 calls \n" ); document.write( "P(K>=8)=1-P(K<8) \n" ); document.write( "=1-(P(0)+P(1)+P(2)...+P(7)) \n" ); document.write( "=1-(0.000335+0.002683+0.010735+0.028626+0.057252+0.091604+0.122138+0.139587) \n" ); document.write( "=1-0.452961 \n" ); document.write( "=0.547039 \n" ); document.write( " \n" ); document.write( "(b) Three or more calls \n" ); document.write( "P(K>=3)=1-P(K<3) \n" ); document.write( "=1-(P(0)+P(1)+P(2)) \n" ); document.write( "=1-((0.000335+0.002683+0.010735) \n" ); document.write( "=0.986246 \n" ); document.write( " \n" ); document.write( "(c) At most 7 calls \n" ); document.write( "P(K<=7)=1-P(K>=8) \n" ); document.write( "=1-0.547039 \n" ); document.write( "=0.452961 \n" ); document.write( " \n" ); document.write( " |