Probability and Statistics
Probability and Statistics
9. Central Limit Theorem: If the mean of a population is 50 and the standard deviation is 8, find the
mean and standard deviation of the sampling distribution of the sample mean for a sample size of
25.
Answer: Mean = 50, Standard Deviation = 8 = 1.6
25
10. Confidence Interval: Construct a 95% confidence interval for a sample mean of 30 with a sample
standard deviation of 4 and a sample size of 25.
Answer: [30 − 1.96 ⋅ 425 , 30 + 1.96 ⋅ 425 ]
= [28.44, 31.56]
11. Hypothesis Testing: Test if a sample mean of 55 from a sample size of 40 is significantly different
from a population mean of 50 at a 0.05 significance level, assuming a population standard
deviation of 10.
https://chatgpt.com/c/dc2815c2-eeb6-4bce-97fe-1a990e6b3682
1/5
8/3/24, 8:46 PM ChatGPT
55−50
Answer: Calculate z-value: ≈ 3.16. Compare with critical value ±1.96. Reject null
10/ 40
hypothesis.
12. Chi-Square Test: Perform a chi-square test for independence with the following contingency table:
css
n2 = 30, xˉ 2 = 22, s2 = 5.
xˉ 1 −xˉ 2
Answer: Calculate t-value: ≈ −1.78. Compare with critical value from t-distribution
s2 s2
1 + n2
n1 2
table.
14. ANOVA: Conduct a one-way ANOVA for the following sample means and variances: Copy code
mathematica
Answer: Compute F-ratio and compare with critical value from F-distribution table.
15. Regression Analysis: Given the regression equation Y = 3 + 2X , predict Y when X = 4.
Answer: Y = 3 + 2 ⋅ 4 = 11
16. Correlation Coefficient: Calculate the correlation coefficient if the covariance between two
variables is 20 and the standard deviations are 4 and 5.
20
Answer: ρ = 4⋅5 =1
17. Logistic Regression: Interpret the logistic regression coefficient if the coefficient for variable X is
0.5.
Answer: A one-unit increase in X increases the log-odds of the outcome by 0.5.
18. Probability of Multiple Events: Compute the probability of drawing 2 aces in a row from a
standard deck of 52 cards, without replacement.
4 3
Answer: 52 ⋅ 51
≈ 0.0045
19. Bayes' Theorem: Given P (A) = 0.4, P (B) = 0.5, and P (A∣B) = 0.3, find P (B∣A).
P (A∣B)⋅P (B) 0.3⋅0.5
Answer: P (B∣A) = P (A) = 0.4
= 0.375
https://chatgpt.com/c/dc2815c2-eeb6-4bce-97fe-1a990e6b3682
2/5
8/3/24, 8:46 PM ChatGPT
20. Discrete Uniform Distribution: If a random variable X follows a discrete uniform distribution from
1 to 10, what is the probability that X is less than 5?
4
Answer: 10 = 0.4
21. Continuous Uniform Distribution: For a continuous uniform distribution from 2 to 8, find the
probability that X is between 4 and 6.
6−4
Answer: 8−2 = 0.333
22. Exponential Distribution: What is the probability that an event occurs after 3 units of time if the
average rate of occurrence is 2 per unit time?
Answer: P (X > 3) = e−2⋅3 ≈ 0.0498
23. Hypergeometric Distribution: Calculate the probability of drawing 3 red balls from a box of 10
red and 15 blue balls if 5 balls are drawn.
(103 )(152 )
Answer: Use hypergeometric formula: ≈ 0.271
(255 )
24. Chi-Square Goodness of Fit: Test if a sample with frequencies [20, 30, 50] fits the expected
frequencies [25, 25, 50] at a 0.05 significance level.
Answer: Calculate χ2 and compare with critical value from χ2 table.
25. Sampling Distribution: For a population mean of 100 and a sample size of 16, find the standard
error of the mean if the population standard deviation is 20.
Answer: Standard Error = 20 =5
16
26. Moment Generating Function: Find the moment generating function for a random variable X
that follows a normal distribution N (μ, σ 2 ).
Answer: MX (t) = exp(μt + 21 σ 2 t2 )
27. Poisson Process: If the average number of events per hour is 4, find the probability of observing
exactly 2 events in 30 minutes.
22 e−2
Answer: Use λ = 2 and Poisson formula: 2!
≈ 0.2707
28. Order Statistics: Find the expected value of the second smallest value in a sample of size 4 from a
uniform distribution [0,1].
2
Answer: E[X(2) ] = 5
29. Empirical Rule: For a normal distribution, what percentage of data falls within 2 standard
deviations of the mean?
Answer: Approximately 95%
30. Kurtosis: If a dataset has a kurtosis of 3, what is the distribution shape compared to a normal
distribution?
Answer: The dataset has the same kurtosis as a normal distribution, indicating normality.
31. Skewness: If the skewness of a distribution is -0.5, describe the shape of the distribution.
https://chatgpt.com/c/dc2815c2-eeb6-4bce-97fe-1a990e6b3682
3/5
8/3/24, 8:46 PM ChatGPT
https://chatgpt.com/c/dc2815c2-eeb6-4bce-97fe-1a990e6b3682
5/5