document.write( "Question 598869: Suppose the National Hurricane Center forecasts that hurricanes will hit the strike area with a .95 probablity. Answer the following questions:
\n" );
document.write( "1. What probability distribution does this follow?
\n" );
document.write( "2. What is the probability that 10 hurricanes reach landfall in the strkie area?
\n" );
document.write( "3. What is the probability at least one of 10 hurricanes reaches land outside the strike area? \n" );
document.write( "
Algebra.Com's Answer #378725 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose the National Hurricane Center forecasts that hurricanes will hit the strike area with a .95 probablity. Answer the following questions: \n" ); document.write( "1. What probability distribution does this follow? \n" ); document.write( "Ans: binomial with n = 10 and P(hit) = 0.95 ; P(hit elsewhere) = 0.05 \n" ); document.write( "------ \n" ); document.write( "2. What is the probability that 10 hurricanes reach landfall in the strkie area? \n" ); document.write( "Ans: 0.95^10 = 0.5987 \n" ); document.write( "----------------- \n" ); document.write( "3. What is the probability at least one of 10 hurricanes reaches land outside the strike area? \n" ); document.write( "Ans: 0.05^10 = 9.76x10^-14 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |