document.write( "Question 901341: question - 1 A large insurance company has discovered
\n" ); document.write( "that 0.2% of the Delhi population is injured as a
\n" ); document.write( "result of particular type of accident. The company
\n" ); document.write( "has 15,000 policy holders carrying coverage
\n" ); document.write( "against such accident. What is the probability that
\n" ); document.write( "three or less claims will be filed against those
\n" ); document.write( "policy holders in the next year? Five or more
\n" ); document.write( "claim?\r
\n" ); document.write( "\n" ); document.write( "Question 2 - Suppose that the number of accidents
\n" ); document.write( "working on high explosive shells over a period of
\n" ); document.write( "time (say five) weeks is taken to follow a poisson
\n" ); document.write( "distribution with parameter X = 2. Find the
\n" ); document.write( "probability of 1, 2, 3, 4, or 5 accidents
\n" ); document.write( "

Algebra.Com's Answer #546672 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "Get Your Calculator out
\n" ); document.write( "1 P(x≤3) = binomcdf(15000, .002, 3)
\n" ); document.write( " P(x≥ 5) = 1- P(x≤4) = 1 - binomcdf(15000, .002, 4)
\n" ); document.write( "Find the probability of 1, 2, 3, 4, or 5 accidents
\n" ); document.write( "over the same period of time (say five) weeks
\n" ); document.write( "2) P(x =1 ) = poissonpdf(2,1)
\n" ); document.write( "P(x =1 ) = poissonpdf(2,2)
\n" ); document.write( "etc \n" ); document.write( "
\n" );