ASM Quiz With Solution
ASM Quiz With Solution
Here’s the content formatted clearly for easy copying and pasting
without any code issues:
---
**Question:**
**Answer:**
To find the sample size, we use the formula for the margin of error (ME):
n = (z × σ / ME)²
**Question:**
**Answer:**
df = (r - 1) × (c - 1)
df = (6 - 1) × (4 - 1) = 5 × 3 = 15
For a 95% confidence level and 15 degrees of freedom, the critical value
from the chi-square distribution table is approximately **24.996**.
---
**Question:**
Two samples of sizes 25 and 39 are independently drawn from two normal
populations, where the unknown variances are assumed to be equal. What
is the number of degrees of freedom for the test statistic?
**Answer:**
When the variances are assumed equal, the degrees of freedom is
calculated as:
df = n₁ + n₂ - 2
df = 25 + 39 - 2 = 62
---
**Question:**
What do we call the difference between the parameter value that is being
estimated and the expected value of that statistic?
**Answer:**
The difference between the parameter value and the expected value of
the statistic is known as **bias**.
---
**Question:**
Consider the hypothesis test: H₀: μ = -12 against Hₐ: μ ≠ -12. If a random
sample of n = 49 provides a value of x̄ = -9, what is the p-value? Assume
that the population standard deviation is known to be 10.50.
**Answer:**
Calculate the z-score:
---
**Question:**
Assuming that samples are drawn from normal distributions, which of the
following statements is false?
**Answer:**
---
**Question:**
In order to determine the p-value of a hypothesis test, which of the
following is not needed?
**Answer:**
---
**Question:**
**Answer:**
ME = z × (σ / √n)
---
**Question:**
**Answer:**
**b.** A lower and upper confidence limit associated with a specific level
of confidence.
---
**Question:**
**Answer:**
---
**Question:**
Consider the hypothesis test: H₀: p ≤ 0.70 against Hₐ: p > 0.70 where p is
the population proportion of successes. If there are 608 successes in a
random sample of size 800, what should be the correct conclusion if α =
0.10?
**Answer:**
z = (p̂ - p₀) / √(p₀(1 - p₀) / n) = (0.76 - 0.70) / √(0.70 × 0.30 / 800) = 0.06 /
0.0162 ≈ 3.70
Since z = 3.70 exceeds the critical value of 1.28 for α = 0.10, we reject H₀.
**Question:**
**Answer:**
**d.** All of the above options are correct (sampling saves money, time,
and energy; the sample is a part of the population; it helps in determining
the sampling error).
---
**Question:**
**Answer:**
Confidence interval:
---
**Question:**
**Answer:**
---
**Question:**
Which one of the following probability distributions is used for determining
whether or not a population has a Poisson probability distribution based
on observed data?
**Answer:**
---
**Question:**
**Answer:**
---
**Question:**
**Answer:**
P(0.46 < p̂ < 0.48) = P(0.2 < Z < 0.6) ≈ 0.1589 - 0.0793 = 0.0796
---
**Answer:**
---
**Question:**
What sample size is required for a 90% confidence interval with a margin
of error of 0.025 using a planning value of 0.40?
**Answer:**
n = (Z² × p × (1 - p)) / E²
---
**Question:**
**Answer:**
**c.** The width of the interval decreases when the sample size is
decreased.
---