document.write( "Question 1199410: 4.4.2 Suppose that over a period of several years the average number of deaths from a certain noncontagious disease has been 10. If the number of deaths from this disease follows the Poisson distribution, what is the probability that during the current year: a. Exactly seven people will die from the disease? b. Ten or more people will die from the disease? \n" ); document.write( "
Algebra.Com's Answer #848457 by ElectricPavlov(122)\"\" \"About 
You can put this solution on YOUR website!
**a) Probability of Exactly Seven Deaths**\r
\n" ); document.write( "\n" ); document.write( "* **Poisson Distribution Formula:**
\n" ); document.write( " P(X = k) = (λ^k * e^(-λ)) / k!
\n" ); document.write( " where:
\n" ); document.write( " * X is the number of occurrences (deaths)
\n" ); document.write( " * λ is the average number of occurrences (10)
\n" ); document.write( " * k is the specific number of occurrences (7)
\n" ); document.write( " * e is the base of the natural logarithm (approximately 2.71828)\r
\n" ); document.write( "\n" ); document.write( "* **Calculate:**
\n" ); document.write( " P(X = 7) = (10^7 * e^(-10)) / 7!
\n" ); document.write( " P(X = 7) ≈ 0.0901\r
\n" ); document.write( "\n" ); document.write( "* **Probability of exactly seven deaths: 0.0901 or 9.01%**\r
\n" ); document.write( "\n" ); document.write( "**b) Probability of Ten or More Deaths**\r
\n" ); document.write( "\n" ); document.write( "* **Calculate the probability of fewer than ten deaths:**
\n" ); document.write( " P(X < 10) = P(X = 0) + P(X = 1) + ... + P(X = 9) \r
\n" ); document.write( "\n" ); document.write( " * Calculate each probability using the Poisson formula as in part (a).\r
\n" ); document.write( "\n" ); document.write( "* **Probability of ten or more deaths:**
\n" ); document.write( " P(X ≥ 10) = 1 - P(X < 10) \r
\n" ); document.write( "\n" ); document.write( "* **Using a Poisson probability table or calculator:**
\n" ); document.write( " P(X ≥ 10) ≈ 0.5830\r
\n" ); document.write( "\n" ); document.write( "* **Probability of ten or more deaths: 0.5830 or 58.30%**\r
\n" ); document.write( "\n" ); document.write( "**Note:**\r
\n" ); document.write( "\n" ); document.write( "* You can use statistical software (like R, Python, or Excel) or online calculators to calculate Poisson probabilities more efficiently.
\n" ); document.write( "* The Poisson distribution assumes that events are independent and occur at a constant average rate.
\n" ); document.write( "
\n" ); document.write( "
\n" );