This document provides a rigorous treatment of hypothesis testing methodology, including null and Alternative hypotheses, significance levels, Type I and II errors, one-tailed and two-tailed tests, And critical regions.
based on Sample evidence. It provides a principled framework for quantifying uncertainty. The null hypothesis H 0 H_0 H 0 is the default assumption — a statement of “no effect” or “no difference.” It is assumed to be true unless the evidence is sufficiently compelling to reject It.
The alternative hypothesis H 1 H_1 H 1 specifies what we believe might be true instead. It is only Accepted if the evidence against H 0 H_0 H 0 is strong enough.
A test statistic is a function of the sample data whose distribution is known under H 0 H_0 H 0 . Common test statistics include sample proportions, sample means, and sample correlation Coefficients.
The significance level α \alpha α is the maximum probability of rejecting H 0 H_0 H 0 when it is Actually true. Common values are α = 0.05 \alpha = 0.05 α = 0.05 (5%), α = 0.01 \alpha = 0.01 α = 0.01 (1%), and α = 0.10 \alpha = 0.10 α = 0.10 (10%).
Assume H 0 H_0 H 0 is true. Calculate the probability of obtaining a test statistic at least as extreme as the observed value, assuming H 0 H_0 H 0 . If this probability (the p p p -value ) is less than α \alpha α Reject H 0 H_0 H 0 . Otherwise, do not reject H 0 H_0 H 0 . Alternatively, find the critical value c c c such that P ( t e s t s t a t i s t i c ≥ c ∣ H 0 ) = α P(\mathrm{test\ statistic} \geq c \mid H_0) = \alpha P ( test statistic ≥ c ∣ H 0 ) = α (for an upper-tailed test). If the observed test statistic exceeds c c c Reject H 0 H_0 H 0 .
“Reject H 0 H_0 H 0 ”: there is sufficient evidence at the α \alpha α significance level to support H 1 H_1 H 1 . “Do not reject H 0 H_0 H 0 ”: there is insufficient evidence to reject H 0 H_0 H 0 . This does not mean H 0 H_0 H 0 is true. Decision H 0 H_0 H 0 trueH 0 H_0 H 0 falseReject H 0 H_0 H 0 Type I error Correct decision Do not reject Correct decision Type II error
Type I error: Rejecting H 0 H_0 H 0 when it is true (false positive).
P ( T y p e I ) = α P(\mathrm{Type\ I}) = \alpha P ( Type I ) = α
Type II error: Failing to reject H 0 H_0 H 0 when it is false (false negative).
P ( T y p e I I ) = β P(\mathrm{Type\ II}) = \beta P ( Type II ) = β
The power of a test is the probability of correctly rejecting H 0 H_0 H 0 when it is false:
P o w e r = 1 − β \mathrm{Power} = 1 - \beta Power = 1 − β
The power depends on:
The significance level α \alpha α (increasing α \alpha α increases power). The sample size n n n (increasing n n n increases power). The true value of the parameter (the further from H 0 H_0 H 0 The greater the power). Problem. A machine produces bolts with mean length 50 m m 50\;\mathrm{mm} 50 mm . The standard deviation is 0.5 m m 0.5\;\mathrm{mm} 0.5 mm . A sample of 16 bolts has mean 50.18 m m 50.18\;\mathrm{mm} 50.18 mm . Test at the 5% significance Level whether the mean length has changed.
H 0 : μ = 50 H_0: \mu = 50 H 0 : μ = 50 , H 1 : μ ≠ 50 H_1: \mu \neq 50 H 1 : μ = 50 (two-tailed).
Under H 0 H_0 H 0 : X ˉ ∼ N ( 50 , 0.5 2 / 16 ) = N ( 50 , 0.015625 ) \bar{X} \sim N(50, 0.5^2/16) = N(50, 0.015625) X ˉ ∼ N ( 50 , 0. 5 2 /16 ) = N ( 50 , 0.015625 ) .
Critical values: x ˉ \bar{x} x ˉ such that P ( ∣ X ˉ − 50 ∣ ≥ c ) = 0.05 P(|\bar{X} - 50| \geq c) = 0.05 P ( ∣ X ˉ − 50∣ ≥ c ) = 0.05 .
z = ± 1.96 z = \pm 1.96 z = ± 1.96 for a two-tailed 5% test.
c = 50 ± 1.96 × 0.125 = 50 ± 0.245 c = 50 \pm 1.96 \times 0.125 = 50 \pm 0.245 c = 50 ± 1.96 × 0.125 = 50 ± 0.245
Critical region: X ˉ < 49.755 \bar{X} \lt 49.755 X ˉ < 49.755 or X ˉ > 50.245 \bar{X} \gt 50.245 X ˉ > 50.245 .
Test statistic: z = 50.18 − 50 0.125 = 1.44 z = \dfrac{50.18 - 50}{0.125} = 1.44 z = 0.125 50.18 − 50 = 1.44 .
Since 1.44 < 1.96 1.44 \lt 1.96 1.44 < 1.96 We do not reject H 0 H_0 H 0 . There is insufficient evidence at the 5% level To conclude that the mean length has changed.
Continuing the example above, suppose the true mean is μ = 50.2 \mu = 50.2 μ = 50.2 .
β = P ( d o n o t r e j e c t H 0 ∣ μ = 50.2 ) \beta = P(\mathrm{do\ not\ reject}\ H_0 \mid \mu = 50.2) β = P ( do not reject H 0 ∣ μ = 50.2 )
= P ( 49.755 < X ˉ < 50.245 ∣ X ˉ ∼ N ( 50.2 , 0.015625 ) ) = P(49.755 \lt \bar{X} \lt 50.245 \mid \bar{X} \sim N(50.2, 0.015625)) = P ( 49.755 < X ˉ < 50.245 ∣ X ˉ ∼ N ( 50.2 , 0.015625 ))
= P ( 49.755 − 50.2 0.125 < Z < 50.245 − 50.2 0.125 ) = P ( − 3.56 < Z < 0.36 ) = P\!\left(\dfrac{49.755 - 50.2}{0.125} \lt Z \lt \dfrac{50.245 - 50.2}{0.125}\right) = P(-3.56 \lt Z \lt 0.36) = P ( 0.125 49.755 − 50.2 < Z < 0.125 50.245 − 50.2 ) = P ( − 3.56 < Z < 0.36 )
= Φ ( 0.36 ) − Φ ( − 3.56 ) ≈ 0.6406 − 0.0002 = 0.6404 = \Phi(0.36) - \Phi(-3.56) \approx 0.6406 - 0.0002 = 0.6404 = Φ ( 0.36 ) − Φ ( − 3.56 ) ≈ 0.6406 − 0.0002 = 0.6404
Power = 1 − 0.6404 = 0.3596 = 1 - 0.6404 = 0.3596 = 1 − 0.6404 = 0.3596 .
A one-tailed test is used when H 1 H_1 H 1 specifies a direction:
H 1 : μ > μ 0 H_1: \mu \gt \mu_0 H 1 : μ > μ 0 (upper-tailed): critical region in the upper tail.H 1 : μ < μ 0 H_1: \mu \lt \mu_0 H 1 : μ < μ 0 (lower-tailed): critical region in the lower tail.The entire significance level α \alpha α is in one tail, making it easier to detect an effect in the Specified direction.
A two-tailed test is used when H 1 H_1 H 1 does not specify a direction:
H 1 : μ ≠ μ 0 H_1: \mu \neq \mu_0 H 1 : μ = μ 0 : critical region split between both tails, with α / 2 \alpha/2 α /2 in each.Use a two-tailed test unless there is a strong prior reason to expect a specific direction. A one-tailed test has greater power in the specified direction but cannot detect effects in the opposite direction. The choice must be made before examining the data. For a standard normal test at significance level α \alpha α :
Test type α = 0.10 \alpha = 0.10 α = 0.10 α = 0.05 \alpha = 0.05 α = 0.05 α = 0.01 \alpha = 0.01 α = 0.01 Two-tailed ± 1.645 \pm 1.645 ± 1.645 ± 1.960 \pm 1.960 ± 1.960 ± 2.576 \pm 2.576 ± 2.576 Upper-tailed 1.282 1.282 1.282 1.645 1.645 1.645 2.326 2.326 2.326 Lower-tailed − 1.282 -1.282 − 1.282 − 1.645 -1.645 − 1.645 − 2.326 -2.326 − 2.326
To test whether a population proportion p p p equals a specified value p 0 p_0 p 0 :
H 0 : p = p 0 , H 1 : p ≠ p 0 ( o r p > p 0 o r p < p 0 ) H_0: p = p_0, \qquad H_1: p \neq p_0\ (\mathrm{or}\ p \gt p_0\ \mathrm{or}\ p \lt p_0) H 0 : p = p 0 , H 1 : p = p 0 ( or p > p 0 or p < p 0 )
Under H 0 H_0 H 0 If X X X is the number of successes in n n n trials, then X ∼ B ( n , p 0 ) X \sim B(n, p_0) X ∼ B ( n , p 0 ) .
Problem. A coin is tossed 20 times and lands heads 15 times. Test at the 5% significance level Whether the coin is biased.
H 0 : p = 0.5 H_0: p = 0.5 H 0 : p = 0.5 , H 1 : p ≠ 0.5 H_1: p \neq 0.5 H 1 : p = 0.5 (two-tailed).
Under H 0 H_0 H 0 : X ∼ B ( 20 , 0.5 ) X \sim B(20, 0.5) X ∼ B ( 20 , 0.5 ) .
For a two-tailed test at 5%, we need the critical region in each tail to have probability ≤ 0.025 \leq 0.025 ≤ 0.025 .
Lower tail: P ( X ≤ k ) ≤ 0.025 P(X \leq k) \leq 0.025 P ( X ≤ k ) ≤ 0.025 .
P ( X ≤ 5 ) = 0.0207 ≤ 0.025 P(X \leq 5) = 0.0207 \leq 0.025 P ( X ≤ 5 ) = 0.0207 ≤ 0.025 . So k = 5 k = 5 k = 5 (critical region: X ≤ 5 X \leq 5 X ≤ 5 ).
Upper tail: P ( X ≥ k ) ≤ 0.025 P(X \geq k) \leq 0.025 P ( X ≥ k ) ≤ 0.025 .
P ( X ≥ 15 ) = P ( X ≤ 5 ) = 0.0207 ≤ 0.025 P(X \geq 15) = P(X \leq 5) = 0.0207 \leq 0.025 P ( X ≥ 15 ) = P ( X ≤ 5 ) = 0.0207 ≤ 0.025 . So k = 15 k = 15 k = 15 (critical region: X ≥ 15 X \geq 15 X ≥ 15 ).
Since X = 15 X = 15 X = 15 falls in the critical region, we reject H 0 H_0 H 0 . There is sufficient evidence at The 5% level to conclude the coin is biased.
The actual significance level is the probability of being in the critical region under H 0 H_0 H 0 :
α a c t u a l = P ( X ≤ 5 ) + P ( X ≥ 15 ) = 2 ( 0.0207 ) = 0.0414 \alpha_{\mathrm{actual}} = P(X \leq 5) + P(X \geq 15) = 2(0.0207) = 0.0414 α actual = P ( X ≤ 5 ) + P ( X ≥ 15 ) = 2 ( 0.0207 ) = 0.0414
This is approximately 4.14%, which is the closest we can get to 5% with a discrete distribution.
nominal level. The Critical region is chosen so that $P(\mathrm{critical\ region} \mid H_0)$ does not exceed $\alpha$ And is as close as possible to $\alpha$.The critical region (or rejection region) is the set of values of the test statistic that lead To rejection of H 0 H_0 H 0 . The acceptance region is its complement.
Procedure:
Identify the distribution of the test statistic under H 0 H_0 H 0 . Determine whether the test is one-tailed or two-tailed. Find the smallest region containing the most extreme values whose total probability under H 0 H_0 H 0 does not exceed α \alpha α . Problem. A receptionist receives on average 2 calls per 5 minutes. Over a 5-minute period, she Receives 7 calls. Test at the 5% level whether the rate has increased.
H 0 : λ = 2 H_0: \lambda = 2 H 0 : λ = 2 , H 1 : λ > 2 H_1: \lambda \gt 2 H 1 : λ > 2 (upper-tailed).
Under H 0 H_0 H 0 : X ∼ P o ( 2 ) X \sim \mathrm{Po}(2) X ∼ Po ( 2 ) .
Critical region: smallest k k k such that P ( X ≥ k ) ≤ 0.05 P(X \geq k) \leq 0.05 P ( X ≥ k ) ≤ 0.05 .
P ( X ≥ 5 ) = 1 − P ( X ≤ 4 ) = 1 − e − 2 ( 1 + 2 + 2 + 4 3 + 2 3 ) = 1 − e − 2 × 7.667 = 1 − 0.9473 = 0.0527 P(X \geq 5) = 1 - P(X \leq 4) = 1 - e^{-2}\!\left(1 + 2 + 2 + \frac{4}{3} + \frac{2}{3}\right) = 1 - e^{-2} \times 7.667 = 1 - 0.9473 = 0.0527 P ( X ≥ 5 ) = 1 − P ( X ≤ 4 ) = 1 − e − 2 ( 1 + 2 + 2 + 3 4 + 3 2 ) = 1 − e − 2 × 7.667 = 1 − 0.9473 = 0.0527
P ( X ≥ 6 ) = 1 − P ( X ≤ 5 ) = 1 − 0.9835 = 0.0165 ≤ 0.05 P(X \geq 6) = 1 - P(X \leq 5) = 1 - 0.9835 = 0.0165 \leq 0.05 P ( X ≥ 6 ) = 1 − P ( X ≤ 5 ) = 1 − 0.9835 = 0.0165 ≤ 0.05
Critical region: X ≥ 6 X \geq 6 X ≥ 6 . Actual significance level: 1.65 % 1.65\% 1.65% .
Since X = 7 ≥ 6 X = 7 \geq 6 X = 7 ≥ 6 We reject H 0 H_0 H 0 . There is sufficient evidence that the call rate has Increased.
Problem. The masses of packets of biscuits are normally distributed with standard deviation 3 g 3\;\mathrm{g} 3 g . A sample of 10 packets has mean mass 248 g 248\;\mathrm{g} 248 g . Find the critical region For testing whether the mean mass is less than 250 g 250\;\mathrm{g} 250 g at the 1% significance level.
H 0 : μ = 250 H_0: \mu = 250 H 0 : μ = 250 , H 1 : μ < 250 H_1: \mu \lt 250 H 1 : μ < 250 .
Under H 0 H_0 H 0 : X ˉ ∼ N ( 250 , 3 2 / 10 ) = N ( 250 , 0.9 ) \bar{X} \sim N(250, 3^2/10) = N(250, 0.9) X ˉ ∼ N ( 250 , 3 2 /10 ) = N ( 250 , 0.9 ) .
P ( X ˉ < c ) = 0.01 ⟹ c − 250 0.9 = − 2.326 P(\bar{X} \lt c) = 0.01 \implies \dfrac{c - 250}{\sqrt{0.9}} = -2.326 P ( X ˉ < c ) = 0.01 ⟹ 0.9 c − 250 = − 2.326
c = 250 − 2.326 0.9 = 250 − 2.208 = 247.79 c = 250 - 2.326\sqrt{0.9} = 250 - 2.208 = 247.79 c = 250 − 2.326 0.9 = 250 − 2.208 = 247.79
Critical region: X ˉ < 247.79 \bar{X} \lt 247.79 X ˉ < 247.79 .
Since x ˉ = 248 > 247.79 \bar{x} = 248 \gt 247.79 x ˉ = 248 > 247.79 We do not reject H 0 H_0 H 0 at the 1% level.
A die is rolled 30 times and a six appears 9 times. Test at the 5% significance level whether the Die is biased towards showing a six.
Solution H 0 : p = 1 / 6 H_0: p = 1/6 H 0 : p = 1/6 , H 1 : p > 1 / 6 H_1: p \gt 1/6 H 1 : p > 1/6 (upper-tailed).
X ∼ B ( 30 , 1 / 6 ) X \sim B(30, 1/6) X ∼ B ( 30 , 1/6 ) .
Find smallest k k k : P ( X ≥ k ) ≤ 0.05 P(X \geq k) \leq 0.05 P ( X ≥ k ) ≤ 0.05 .
P ( X ≥ 9 ) = 1 − P ( X ≤ 8 ) P(X \geq 9) = 1 - P(X \leq 8) P ( X ≥ 9 ) = 1 − P ( X ≤ 8 ) .
P ( X ≤ 8 ) = ∑ r = 0 8 ( 30 r ) ( 1 / 6 ) r ( 5 / 6 ) 30 − r ≈ 0.9502 P(X \leq 8) = \displaystyle\sum_{r=0}^{8}\binom{30}{r}(1/6)^r(5/6)^{30-r} \approx 0.9502 P ( X ≤ 8 ) = r = 0 ∑ 8 ( r 30 ) ( 1/6 ) r ( 5/6 ) 30 − r ≈ 0.9502 .
P ( X ≥ 9 ) ≈ 0.0498 ≤ 0.05 P(X \geq 9) \approx 0.0498 \leq 0.05 P ( X ≥ 9 ) ≈ 0.0498 ≤ 0.05 .
Since X = 9 X = 9 X = 9 is in the critical region, reject H 0 H_0 H 0 . Sufficient evidence the die is biased Towards six.
A manufacturer claims that the mean lifetime of a component is 500 hours. A sample of 25 components Has mean lifetime 490 hours with standard deviation 15 hours. Test the claim at the 5% significance Level.
Solution H 0 : μ = 500 H_0: \mu = 500 H 0 : μ = 500 , H 1 : μ ≠ 500 H_1: \mu \neq 500 H 1 : μ = 500 (two-tailed).
X ˉ ∼ N ( 500 , 15 2 / 25 ) = N ( 500 , 9 ) \bar{X} \sim N(500, 15^2/25) = N(500, 9) X ˉ ∼ N ( 500 , 1 5 2 /25 ) = N ( 500 , 9 ) approximately.
z = 490 − 500 3 = − 3.33 z = \dfrac{490 - 500}{3} = -3.33 z = 3 490 − 500 = − 3.33 .
Critical values: ± 1.96 \pm 1.96 ± 1.96 .
Since ∣ − 3.33 ∣ = 3.33 > 1.96 |-3.33| = 3.33 \gt 1.96 ∣ − 3.33∣ = 3.33 > 1.96 Reject H 0 H_0 H 0 . Sufficient evidence the mean lifetime differs from 500 hours.
The number of accidents per week at a factory is thought to follow a Poisson distribution with mean 3. In a particular week, 8 accidents occur. Test at the 5% level whether the accident rate has Increased.
Solution H 0 : λ = 3 H_0: \lambda = 3 H 0 : λ = 3 , H 1 : λ > 3 H_1: \lambda \gt 3 H 1 : λ > 3 .
X ∼ P o ( 3 ) X \sim \mathrm{Po}(3) X ∼ Po ( 3 ) .
P ( X ≥ 7 ) = 1 − P ( X ≤ 6 ) ≈ 1 − 0.9665 = 0.0335 ≤ 0.05 P(X \geq 7) = 1 - P(X \leq 6) \approx 1 - 0.9665 = 0.0335 \leq 0.05 P ( X ≥ 7 ) = 1 − P ( X ≤ 6 ) ≈ 1 − 0.9665 = 0.0335 ≤ 0.05 .
P ( X ≥ 6 ) = 1 − P ( X ≤ 5 ) ≈ 1 − 0.9161 = 0.0839 > 0.05 P(X \geq 6) = 1 - P(X \leq 5) \approx 1 - 0.9161 = 0.0839 \gt 0.05 P ( X ≥ 6 ) = 1 − P ( X ≤ 5 ) ≈ 1 − 0.9161 = 0.0839 > 0.05 .
Critical region: X ≥ 7 X \geq 7 X ≥ 7 . Since X = 8 ≥ 7 X = 8 \geq 7 X = 8 ≥ 7 Reject H 0 H_0 H 0 . Sufficient evidence the rate Has increased.
In a hypothesis test with H 0 : p = 0.4 H_0: p = 0.4 H 0 : p = 0.4 and H 1 : p > 0.4 H_1: p \gt 0.4 H 1 : p > 0.4 based on a sample of size 20, Find: (a) the critical region at the 5% level; (b) the actual significance level; (c) the Probability of a Type II error if the true p = 0.6 p = 0.6 p = 0.6 .
Solution Under H 0 H_0 H 0 : X ∼ B ( 20 , 0.4 ) X \sim B(20, 0.4) X ∼ B ( 20 , 0.4 ) .
(a) P ( X ≥ 11 ) = 1 − P ( X ≤ 10 ) ≈ 1 − 0.9435 = 0.0565 > 0.05 P(X \geq 11) = 1 - P(X \leq 10) \approx 1 - 0.9435 = 0.0565 \gt 0.05 P ( X ≥ 11 ) = 1 − P ( X ≤ 10 ) ≈ 1 − 0.9435 = 0.0565 > 0.05 .
P ( X ≥ 12 ) = 1 − P ( X ≤ 11 ) ≈ 1 − 0.9790 = 0.0210 ≤ 0.05 P(X \geq 12) = 1 - P(X \leq 11) \approx 1 - 0.9790 = 0.0210 \leq 0.05 P ( X ≥ 12 ) = 1 − P ( X ≤ 11 ) ≈ 1 − 0.9790 = 0.0210 ≤ 0.05 .
Critical region: X ≥ 12 X \geq 12 X ≥ 12 .
(b) Actual significance level ≈ 2.10 % \approx 2.10\% ≈ 2.10% .
(c) Under p = 0.6 p = 0.6 p = 0.6 : X ∼ B ( 20 , 0.6 ) X \sim B(20, 0.6) X ∼ B ( 20 , 0.6 ) .
β = P ( X ≤ 11 ∣ p = 0.6 ) ≈ 0.4044 \beta = P(X \leq 11 \mid p = 0.6) \approx 0.4044 β = P ( X ≤ 11 ∣ p = 0.6 ) ≈ 0.4044 .
Confusing the domain and range of functions, or not considering restrictions (e.g., denominator cannot be zero).
Losing marks by not showing sufficient working. Always write out each step, especially in proof questions.
Misreading the question, particularly with “hence’ vs ‘hence or otherwise’. The former requires using previous work.
Rounding too early in multi-step calculations. Carry full precision through and round only the final answer.
Problem. A coin is tossed 20 times and 15 heads are observed. Test at the 5% significance level whether the coin is biased towards heads.
Solution. H 0 : p = 0.5 H_0: p = 0.5 H 0 : p = 0.5 , H 1 : p > 0.5 H_1: p > 0.5 H 1 : p > 0.5 . Under H 0 H_0 H 0 : X ∼ B ( 20 , 0.5 ) X \sim B(20, 0.5) X ∼ B ( 20 , 0.5 ) .
P ( X ≥ 15 ) = P ( X = 15 ) + P ( X = 16 ) + … + P ( X = 20 ) P(X \geq 15) = P(X = 15) + P(X = 16) + \ldots + P(X = 20) P ( X ≥ 15 ) = P ( X = 15 ) + P ( X = 16 ) + … + P ( X = 20 ) .
P ( X ≥ 15 ) = ( 20 15 ) ( 0.5 ) 20 + ( 20 16 ) ( 0.5 ) 20 + … + ( 20 20 ) ( 0.5 ) 20 P(X \geq 15) = \binom{20}{15}(0.5)^{20} + \binom{20}{16}(0.5)^{20} + \ldots + \binom{20}{20}(0.5)^{20} P ( X ≥ 15 ) = ( 15 20 ) ( 0.5 ) 20 + ( 16 20 ) ( 0.5 ) 20 + … + ( 20 20 ) ( 0.5 ) 20 .
P ( X ≥ 15 ) = ( 15504 + 4845 + 1140 + 190 + 20 + 1 ) × ( 0.5 ) 20 = 21700 × 9.537 × 10 − 7 ≈ 0.0207 P(X \geq 15) = (15504 + 4845 + 1140 + 190 + 20 + 1) \times (0.5)^{20} = 21700 \times 9.537 \times 10^{-7} \approx 0.0207 P ( X ≥ 15 ) = ( 15504 + 4845 + 1140 + 190 + 20 + 1 ) × ( 0.5 ) 20 = 21700 × 9.537 × 1 0 − 7 ≈ 0.0207
Since 0.0207 < 0.05 0.0207 < 0.05 0.0207 < 0.05 , we reject H 0 H_0 H 0 . There is significant evidence that the coin is biased towards heads.
■ \blacksquare ■
Problem. A machine fills packets with a mean weight of 500 g 500\ \mathrm{g} 500 g and standard deviation 12 g 12\ \mathrm{g} 12 g . A sample of 36 packets has mean 503.5 g 503.5\ \mathrm{g} 503.5 g . Test at the 1% level whether the mean has increased.
Solution. H 0 : μ = 500 H_0: \mu = 500 H 0 : μ = 500 , H 1 : μ > 500 H_1: \mu > 500 H 1 : μ > 500 .
Under H 0 H_0 H 0 : X ˉ ∼ N ( 500 , 144 36 ) = N ( 500 , 4 ) \bar{X} \sim N\!\left(500, \frac{144}{36}\right) = N(500, 4) X ˉ ∼ N ( 500 , 36 144 ) = N ( 500 , 4 ) .
Test statistic: z = 503.5 − 500 4 = 3.5 2 = 1.75 z = \frac{503.5 - 500}{\sqrt{4}} = \frac{3.5}{2} = 1.75 z = 4 503.5 − 500 = 2 3.5 = 1.75 .
One-tailed critical value at 1%: z 0.01 = 2.326 z_{0.01} = 2.326 z 0.01 = 2.326 .
Since 1.75 < 2.326 1.75 < 2.326 1.75 < 2.326 , we do not reject H 0 H_0 H 0 . There is insufficient evidence that the mean has increased.
■ \blacksquare ■
Hypothesis testing: state H 0 H_0 H 0 and H 1 H_1 H 1 , choose significance level, calculate test statistic, compare with critical value. Type I error: rejecting H 0 H_0 H 0 when it is true (probability = α = \alpha = α ). Type II error: failing to reject H 0 H_0 H 0 when it is false (probability = β = \beta = β ). For binomial tests, use cumulative probabilities; for normal tests, use the z z z -score. The critical region is the set of values that lead to rejection of H 0 H_0 H 0 . Mathematics is the study of structure, quantity, and change. Algebra provides symbols for unknown quantities, geometry describes spatial relationships, and calculus captures motion and growth. Together, these branches form a powerful toolkit for solving problems that range from calculating areas to predicting population dynamics. Mathematical literacy is essential for science, technology, and informed citizenship.