document.write( "Question 1199984: If 4% of the population carries a certain
\n" );
document.write( "genetic trait, hnd the probability that in a sample
\n" );
document.write( "of 100 people, there are exactly 8 people who have
\n" );
document.write( "the trait. Assume the distribution is approximately
\n" );
document.write( "Poisson. \n" );
document.write( "
Algebra.Com's Answer #848135 by textot(100)![]() ![]() ![]() You can put this solution on YOUR website! **1. Determine the Average Number of Occurrences (λ)**\r \n" ); document.write( "\n" ); document.write( "* **λ = n * p** \n" ); document.write( " * Where: \n" ); document.write( " * n = sample size (100 people) \n" ); document.write( " * p = probability of the trait (0.04) \n" ); document.write( " * λ = 100 * 0.04 = 4\r \n" ); document.write( "\n" ); document.write( "**2. Use the Poisson Probability Mass Function**\r \n" ); document.write( "\n" ); document.write( "* The probability of observing exactly *k* events in a Poisson distribution is given by:\r \n" ); document.write( "\n" ); document.write( " * P(X = k) = (e^(-λ) * λ^k) / k! \r \n" ); document.write( "\n" ); document.write( " * Where: \n" ); document.write( " * X is the random variable representing the number of people with the trait \n" ); document.write( " * λ is the average number of occurrences (4) \n" ); document.write( " * k is the desired number of occurrences (8) \n" ); document.write( " * e is the base of the natural logarithm (approximately 2.71828) \n" ); document.write( " * k! is the factorial of k (k! = k * (k-1) * (k-2) * ... * 1)\r \n" ); document.write( "\n" ); document.write( "* **Calculate P(X = 8):**\r \n" ); document.write( "\n" ); document.write( " * P(X = 8) = (e^(-4) * 4^8) / 8! \n" ); document.write( " * P(X = 8) ≈ (0.0183 * 65536) / 40320 \n" ); document.write( " * P(X = 8) ≈ 0.0298\r \n" ); document.write( "\n" ); document.write( "**Therefore, the probability that in a sample of 100 people, exactly 8 people have the genetic trait is approximately 0.0298 or 2.98%.** \n" ); document.write( " \n" ); document.write( " |