Assignment
Topic: Hypothesis Testing
Q1. Explain hypothesis testing with suitable examples.
Hypothesis testing is a statistical method used to make decisions about a population parameter
based on sample data. It helps verify whether an assumption (hypothesis) is true.
Example: A company claims that the average life of its bulbs is 1000 hours. A sample of 50 bulbs
is tested to check if the mean life is significantly different from 1000 hours using hypothesis testing.
Q2. What are the risks in decision making using hypothesis testing?
There are two major risks:
1. Type I Error (α): Rejecting a true null hypothesis. Example: Concluding a medicine works when it
2. Type II Error (β): Failing to reject a false null hypothesis. Example: Concluding a medicine doesn’
Q3. Steps involved in Critical Value Approach to Hypothesis Testing:
1. State Null (H■) and Alternative (H■) hypotheses.
2. Choose level of significance (α).
3. Select the suitable test statistic (z, t, etc.).
4. Find critical value(s) from tables.
5. Compute test statistic using sample data.
6. Compare: If test statistic > critical value → Reject H■, otherwise → Fail to reject H■.
7. Draw conclusion.
Q4. Differentiate between Z-Test and T-Test:
Basis | Z-Test | T-Test
---------------------------------------------------------------
Sample Size | Used when n > 30 | Used when n < 30
Population Variance | Known | Unknown
Distribution | Normal Distribution | t-Distribution
Use | Large samples | Small samples
(End of Assignment)