Chapter-wise Solved Numericals
This section contains solved numerical problems from the major topics of B.Sc. 2nd Year Applied Statistics. Each problem is presented step-by-step so that students can understand both the method and the calculation.
Question: Calculate the arithmetic mean of the observations: 5, 8, 10, 12 and 15.
x = 5, 8, 10, 12, 15
Σx = 5 + 8 + 10 + 12 + 15 = 50
n = 5
Question: Find the median of: 4, 7, 2, 9, 6, 5, 8.
Data = 4, 7, 2, 9, 6, 5, 8
2, 4, 5, 6, 7, 8, 9
Question: Calculate the standard deviation of: 2, 4, 6, 8 and 10.
x = 2, 4, 6, 8, 10
| x | x − x̄ | (x − x̄)² |
|---|---|---|
| 2 | -4 | 16 |
| 4 | -2 | 4 |
| 6 | 0 | 0 |
| 8 | 2 | 4 |
| 10 | 4 | 16 |
| Total | 40 | |
Question: The mean of a dataset is 50 and its standard deviation is 5. Calculate the coefficient of variation.
Mean = 50
SD = 5
Question: Calculate the mean from the following frequency distribution.
| x | f | fx |
|---|---|---|
| 10 | 2 | 20 |
| 20 | 3 | 60 |
| 30 | 4 | 120 |
| 40 | 1 | 40 |
| Total | 10 | 240 |
Question: Calculate Karl Pearson's correlation coefficient for:
| X | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| Y | 2 | 4 | 5 | 4 | 6 |
n = 5
Σx = 15
Σy = 21
Σx² = 55
Σy² = 97
Σxy = 73
Question: Calculate Spearman's rank correlation coefficient when the ranks are:
| X | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| Y | 2 | 1 | 3 | 5 | 4 |
Differences in ranks:
| d | -1 | 1 | 0 | -1 | 1 |
|---|---|---|---|---|---|
| d² | 1 | 1 | 0 | 1 | 1 |
Σd² = 4
Question: A study reports a correlation coefficient of r = −0.82 between two biological variables. Interpret the result.
The negative sign indicates an inverse relationship between the two variables. The magnitude, 0.82, indicates a strong linear association.
Question: For the regression equation
predict Y when X = 10.
a = 5
b = 2
X = 10
Question: If the observed value is 28 and the predicted value is 25, calculate the residual.
Question: If the correlation coefficient between X and Y is 0.8, calculate R² and interpret it.
Question: In a contingency table, the row total is 40, the column total is 30, and the grand total is 100. Calculate the expected frequency.
Question: If observed frequency is 18 and expected frequency is 15, calculate the contribution of the cell to χ².
Question: For a 2 × 2 table, let a = 20, b = 10, c = 5 and d = 15. Calculate Yule's coefficient of association.
Question: A box contains 10 bacterial culture tubes, of which 4 are positive. If one tube is selected randomly, find the probability that it is positive.
Question: If P(A) = 0.5, P(B) = 0.4 and P(A ∩ B) = 0.2, calculate P(A ∪ B).
Question: If P(A ∩ B) = 0.20 and P(B) = 0.50, find P(A|B).
Question: A disease occurs in 10% of a population. A test is positive in 90% of diseased individuals and in 5% of non-diseased individuals. Find the probability that a person actually has the disease given that the test is positive.
P(D) = 0.10
P(+|D) = 0.90
P(+|D̄) = 0.05
P(D̄) = 0.90
Question: If the probability of success is 0.4, calculate the probability of exactly 2 successes in 5 independent trials.
n = 5
x = 2
p = 0.4
q = 0.6
Question: For a binomial distribution with n = 20 and p = 0.3, calculate the mean and variance.
Question: If the average number of bacterial colonies observed in a given sample is 3, calculate the probability of observing exactly 2 colonies under a Poisson model.
λ = 3
x = 2
Question: A variable has mean 50 and standard deviation 10. Find the Z-score corresponding to X = 70.
Question: A sample has mean 50, population standard deviation 10 and sample size 100. Calculate the 95% confidence interval for the population mean.
x̄ = 50
σ = 10
n = 100
Z = 1.96
Question: In a sample of 100 individuals, 60 are positive for a particular test. Calculate the approximate 95% confidence interval for the population proportion.
p = 60/100 = 0.60
q = 0.40
n = 100
Z = 1.96
Question: A population has hypothesized mean 50 and known standard deviation 10. A sample of 100 has mean 52. Test the null hypothesis at the 5% significance level.
μ = 50
x̄ = 52
σ = 10
n = 100
α = 0.05
H₀: μ = 50
H₁: μ ≠ 50
At 5% significance level for a two-tailed test, the critical value is approximately ±1.96.
Question: A sample of 10 observations has mean 24 and standard deviation 4. Test whether the population mean differs from 20 at the 5% level.
x̄ = 24
μ = 20
s = 4
n = 10
H₀: μ = 20
H₁: μ ≠ 20
Degrees of freedom:
Question: Two samples have variances 25 and 10. Calculate the F statistic by placing the larger variance in the numerator.
Question: Three groups have the following observations:
| Group A | Group B | Group C |
|---|---|---|
| 8 | 12 | 15 |
| 9 | 11 | 14 |
| 10 | 13 | 16 |
The purpose of ANOVA is to determine whether the group means differ significantly.
Group A mean = 9
Group B mean = 12
Group C mean = 15
The complete ANOVA calculation requires the between-group and within-group sums of squares.
Question: In a paired study, 8 observations show a positive difference and 2 show a negative difference. Ignoring ties, determine the number of positive and negative signs.
Positive differences = 8
Negative differences = 2
Total = 10
Question: Consider paired differences:
+2, −1, +4, +3, −2
There are no zero differences.
| Difference | |Difference| | Rank | Sign |
|---|---|---|---|
| +2 | 2 | 2.5 | + |
| −1 | 1 | 1 | − |
| +4 | 4 | 5 | + |
| +3 | 3 | 4 | + |
| −2 | 2 | 2.5 | − |
Positive rank sum:
Negative rank sum:
Question: Two independent groups have the following observations:
Group A: 4, 7, 8
Group B: 2, 5, 6
| Value | Group | Rank |
|---|---|---|
| 2 | B | 1 |
| 4 | A | 2 |
| 5 | B | 3 |
| 6 | B | 4 |
| 7 | A | 5 |
| 8 | A | 6 |
R₁ for Group A = 2 + 5 + 6 = 13
R₂ for Group B = 1 + 3 + 4 = 8
Question: Three independent groups contain the following observations:
| Group A | Group B | Group C |
|---|---|---|
| 2 | 5 | 8 |
| 3 | 6 | 9 |
| 4 | 7 | 10 |
The combined observations are: 2, 3, 4, 5, 6, 7, 8, 9, 10.
Their ranks are therefore 1 through 9.
Group A:
Group B:
Group C:
Here N = 9 and each group contains 3 observations.
| Unit | Important Numerical Areas |
|---|---|
| Unit 1 | Mean, Median, Mode, Variance, SD, CV, Quartiles |
| Unit 2 | Pearson, Spearman, Tied Ranks, Kendall's Tau |
| Unit 3 | Regression, Prediction, Residual, R² |
| Unit 4 | Expected Frequency, Chi-square, Yule's Q, Contingency |
| Unit 5 | Addition, Multiplication, Conditional Probability, Bayes |
| Unit 6 | Binomial, Poisson, Normal Distribution |
| Unit 7 | Confidence Interval, Proportion, Sample Size |
| Unit 8 | Z, t, F, ANOVA, Correlation and Regression Tests |
| Unit 9 | Sign, Wilcoxon, Mann–Whitney U, Kruskal–Wallis |