document.write( "Question 1086770: For the past 111 years, a certain state suffered 32 direct hits from major(category 3 to 5) hurricanes. Assume that this was typical and the number of hits per year follows a Poisson distribution. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that the state will not be hit by any major hurricanes in a single& year?\r
\n" );
document.write( "\n" );
document.write( "What is the probability that the state will be hit by at least one major hurricane in a single year?\r
\n" );
document.write( "\n" );
document.write( " What is the probability that the state will be hit by at least three major hurricanes in a single& year, as happened several years ago?\r
\n" );
document.write( "\n" );
document.write( "What is the probability that the state will be hit by at least two major hurricanes in a single year, as happened last year?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #700997 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "For the past 111 years, a certain state suffered 32 direct hits from major(category 3 to 5) hurricanes. Assume that this was typical and the number of hits per year follows a Poisson distribution. \n" ); document.write( "(a) What is the probability that the state will not be hit by any major hurricanes in a single& year? \n" ); document.write( "(b) What is the probability that the state will be hit by at least one major hurricane in a single year? \n" ); document.write( "(c) What is the probability that the state will be hit by at least three major hurricanes in a single& year, as happened several years ago? \n" ); document.write( "(d) What is the probability that the state will be hit by at least two major hurricanes in a single year, as happened last year? \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "Given Poisson distribution, assuming historical trends up to the last century still apply today. \n" ); document.write( "Mean number of direct hits per year, λ = 32/111 \n" ); document.write( "PMF(k,λ)=λ^k (e^(-λ)/k! \n" ); document.write( " \n" ); document.write( "(a) k=0 \n" ); document.write( "P(k=0)=λ^k (e^(-λ)/k! \n" ); document.write( "=32/111^0(e^(-32/111))/0! \n" ); document.write( "=1*(e^(-32/111))/1 \n" ); document.write( "=e^(-32/111) \n" ); document.write( "=0.7495 \n" ); document.write( " \n" ); document.write( "(b) k>=1 \n" ); document.write( "P(k)=1-P(k=0)=1-0.7495=0.2505 \n" ); document.write( " \n" ); document.write( "(c) P(k>=3)=1-(P(k=0)+P(k=1)+P(k=2)) \n" ); document.write( "=1-(0.7495+0.2161+0.0311) \n" ); document.write( "=1-0.9967 \n" ); document.write( "=0.0033 \n" ); document.write( " \n" ); document.write( "(d) P(k>=2)=1-(P(k=0)+P(k=1)) \n" ); document.write( "=1-(0.7495+0.2161) \n" ); document.write( "=1-0.9656 \n" ); document.write( "=0.0344 \n" ); document.write( " |