document.write( "Question 4857: An insect trap catches an average of four insects per 20 minute. Assuming that insects are caught randomly and independently, what is the probability that in a randomly chosen 20 minute period:
\n" ); document.write( "A) exactly five insects will be caught?
\n" ); document.write( "B) no more than two insects will be caught?
\n" ); document.write( "c) at least four insects will be caught?
\n" ); document.write( "D) over a randomly chosen one hour period what is the probability that exactly 10 insects will be caught?\r
\n" ); document.write( "\n" ); document.write( "The body temperature of a population of mammals are known to be normally distributed with a mean of 37.2 degrees and a standard deviation of 0.35 degress.
\n" ); document.write( "A) what proportion of the population have a tempreture of
\n" ); document.write( "i) more than 39 degrees ?
\n" ); document.write( "ii) less than 36.8 degrees?
\n" ); document.write( "iii) between 36.5 degrees and 38.5 degrees?\r
\n" ); document.write( "\n" ); document.write( "I will be very grateful if you could help me with these questions please.
\n" ); document.write( "Thank you very much
\n" ); document.write( "Birgul....
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #2379 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Looks like the 1st question is related to Poission Distribution.
\n" ); document.write( " Every 20 min, lambda = 4. Let the random varible be X with
\n" ); document.write( " (I) Poission Distribution with mean Lambda = 4.
\n" ); document.write( " Pr(X =k) = (Lambda^k/k!) *e^(-Lambda)
\n" ); document.write( " A) exactly five insects will be caught?
\n" ); document.write( " B) no more than two insects will be caught?
\n" ); document.write( " c) at least four insects will be caught?
\n" ); document.write( " D) over a randomly chosen one hour period what is the probability that exactly
\n" ); document.write( " 10 insects will be caught?
\n" ); document.write( " Sol: A) Lambda = 4, k= 5, Pr(X = 5) = (4^5/5!) *e^(-4) = 0.156
\n" ); document.write( " B) Lambda = 4, Pr(X <= 2) = 0.238
\n" ); document.write( " C) Lambda = 4, Pr(X => 4) = 1 - Pr(X <= 3) = 0.567
\n" ); document.write( " D) When time = 1 hr = 3*20 min, the mean Lambda is 3*4 = 12 .
\n" ); document.write( " Lambda = 12, Pr(X = 10) = 0.105\r
\n" ); document.write( "\n" ); document.write( " (II) Mu mean = 37.2 and a standard deviation sigma = 0.35 degress.
\n" ); document.write( " Convert it to the dstandard normal distribution by
\n" ); document.write( " z = (X- 37.2)/0.35 and look up the table to find the probability\r
\n" ); document.write( "\n" ); document.write( " i) more than 39 degrees ?
\n" ); document.write( " X = 39, Pr(X> 39)=1- NORMDIST(39,37.2,0.35,1) = 1.35541E-07
\n" ); document.write( "
\n" ); document.write( " ii) less than 36.8 degrees?
\n" ); document.write( " X = 36.8, Pr(X< 36.8)= NORMDIST(36.8,37.2,0.35,1) = 0.127
\n" ); document.write( "iii) between 36.5 degrees and 38.5 degrees?
\n" ); document.write( " Pr(36.5 < X< 38.5)= Pr( X< 38.5) - Pr( X< 36.5)
\n" ); document.write( " = 0.98\r
\n" ); document.write( "\n" ); document.write( " Suggestion : Use MS Excel or Tables in the textbook.\r
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" ); document.write( "
\n" );