document.write( "Question 1193797: The table below gives the distribution of the number of hits by flying bombs in 450 equally sized areas in City X during World War II.
\n" ); document.write( "Number of hit (x) (0) (1) (2) (3) (4) (5) (6 or more)
\n" ); document.write( "Frequency (f) (180) (173) (69) (20) (6) (2) (0)\r
\n" ); document.write( "\n" ); document.write( "Use χ^2 distribution and a 10% level of significance to test the adequacy of the Poisson distribution as a model for these data.
\n" ); document.write( "

Algebra.Com's Answer #848594 by proyaop(69)\"\" \"About 
You can put this solution on YOUR website!
**1. Calculate the Mean Number of Hits**\r
\n" ); document.write( "\n" ); document.write( "* Mean number of hits (λ) = (Σf * x) / Σf
\n" ); document.write( " * Where f is the frequency and x is the number of hits.
\n" ); document.write( " * λ = (0*180 + 1*173 + 2*69 + 3*20 + 4*6 + 5*2) / 450
\n" ); document.write( " * λ = 0.5 \r
\n" ); document.write( "\n" ); document.write( "**2. Calculate Expected Frequencies under Poisson Distribution**\r
\n" ); document.write( "\n" ); document.write( "* Use the Poisson probability mass function:
\n" ); document.write( " * P(X = x) = (e^(-λ) * λ^x) / x!
\n" ); document.write( " * Where:
\n" ); document.write( " * X is the number of hits
\n" ); document.write( " * λ is the mean number of hits (0.5)
\n" ); document.write( " * e is the base of the natural logarithm (approximately 2.71828)
\n" ); document.write( " * x! is the factorial of x\r
\n" ); document.write( "\n" ); document.write( "* Calculate the expected frequency (E) for each number of hits:
\n" ); document.write( " * E(X = 0) = 450 * P(X = 0) = 450 * (e^(-0.5) * 0.5^0) / 0! = 270.27
\n" ); document.write( " * E(X = 1) = 450 * P(X = 1) = 450 * (e^(-0.5) * 0.5^1) / 1! = 135.14
\n" ); document.write( " * E(X = 2) = 450 * P(X = 2) = 450 * (e^(-0.5) * 0.5^2) / 2! = 33.78
\n" ); document.write( " * E(X = 3) = 450 * P(X = 3) = 450 * (e^(-0.5) * 0.5^3) / 3! = 5.63
\n" ); document.write( " * E(X = 4) = 450 * P(X = 4) = 450 * (e^(-0.5) * 0.5^4) / 4! = 0.70
\n" ); document.write( " * E(X = 5) = 450 * P(X = 5) = 450 * (e^(-0.5) * 0.5^5) / 5! = 0.07
\n" ); document.write( " * E(X ≥ 6) = 450 * (1 - [P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)]) = 0.01\r
\n" ); document.write( "\n" ); document.write( "**3. Calculate the Chi-Square Test Statistic**\r
\n" ); document.write( "\n" ); document.write( "* **Chi-Square (χ²) = Σ [(O - E)² / E]**
\n" ); document.write( " * Where:
\n" ); document.write( " * O = Observed frequency
\n" ); document.write( " * E = Expected frequency\r
\n" ); document.write( "\n" ); document.write( "* **Calculate for each category:**
\n" ); document.write( " * (180 - 270.27)² / 270.27 = 32.18
\n" ); document.write( " * (173 - 135.14)² / 135.14 = 12.19
\n" ); document.write( " * (69 - 33.78)² / 33.78 = 36.03
\n" ); document.write( " * (20 - 5.63)² / 5.63 = 38.84
\n" ); document.write( " * (6 - 0.70)² / 0.70 = 42.57
\n" ); document.write( " * (2 - 0.07)² / 0.07 = 50.43
\n" ); document.write( " * (0 - 0.01)² / 0.01 = 0.01 \r
\n" ); document.write( "\n" ); document.write( "* **Sum the values:** χ² = 32.18 + 12.19 + 36.03 + 38.84 + 42.57 + 50.43 + 0.01 = 212.25\r
\n" ); document.write( "\n" ); document.write( "**4. Determine Degrees of Freedom**\r
\n" ); document.write( "\n" ); document.write( "* Degrees of Freedom (df) = Number of categories - Number of parameters estimated - 1
\n" ); document.write( " * Number of categories = 7 (0 hits, 1 hit, ..., 5 hits, 6 or more hits)
\n" ); document.write( " * Number of parameters estimated = 1 (the mean, λ)
\n" ); document.write( " * df = 7 - 1 - 1 = 5\r
\n" ); document.write( "\n" ); document.write( "**5. Find the Critical Value**\r
\n" ); document.write( "\n" ); document.write( "* Using a chi-square distribution table, find the critical value for α = 0.10 and df = 5.
\n" ); document.write( " * The critical value is approximately 9.24.\r
\n" ); document.write( "\n" ); document.write( "**6. Make a Decision**\r
\n" ); document.write( "\n" ); document.write( "* **Compare the calculated chi-square statistic to the critical value:**
\n" ); document.write( " * 212.25 > 9.24\r
\n" ); document.write( "\n" ); document.write( "* **Decision:** Since the calculated chi-square statistic (212.25) is greater than the critical value (9.24), we **reject the null hypothesis**.\r
\n" ); document.write( "\n" ); document.write( "**Conclusion**\r
\n" ); document.write( "\n" ); document.write( "* There is sufficient evidence at the 0.10 level of significance to conclude that the Poisson distribution is not an adequate fit for the observed data.
\n" ); document.write( "* The observed frequencies of bomb hits deviate significantly from what would be expected under a Poisson distribution.\r
\n" ); document.write( "\n" ); document.write( "**Note:**\r
\n" ); document.write( "\n" ); document.write( "* This analysis assumes that the expected frequencies in each category are sufficiently large (generally, expected frequencies should be greater than 5).
\n" ); document.write( "* For categories with expected frequencies less than 5, you may need to combine them with adjacent categories to meet this assumption.
\n" ); document.write( "
\n" ); document.write( "
\n" );