Friday, March 6, 2026

#3 Practice Test

This Practice Exam is designed to test both theoretical understanding and numerical application. It mirrors the format of a university-level Engineering Statistics paper.
You can add this as a final "Test Your Knowledge" section at the bottom of your blog or print it as a separate handout.

📝 Practice Exam: Statistics for Civil Engineers

Duration: 60 Minutes | Total Marks: 50
Topics: Normal Distribution & Chi-Square Test

Part A: Conceptual Understanding (10 Marks)

Answer in 1-2 sentences.
  1. (2 pts) In a Normal Distribution, if the Standard Deviation ($\sigma$) increases while the Mean ($\mu$) stays the same, how does the shape of the bell curve change?
  2. (2 pts) What is the "Null Hypothesis" ($H_0$) usually assumed during a Chi-Square Test for Independence?
  3. (2 pts) Explain why we use $n-1$ for Degrees of Freedom in a Goodness-of-Fit test.
  4. (2 pts) What does a Z-score of $+2.5$ tell an engineer about a material sample's strength?
  5. (2 pts) Can a Chi-Square value ($\chi^2$) ever be negative? Why or why not?

Part B: Numerical Application (30 Marks)

Q6. Quality Control - Steel Rebar (10 Marks)

The yield strength of Grade 500 steel rebars follows a Normal Distribution with a mean of 515 MPa and a standard deviation of 12 MPa.
  • (a) What is the probability that a randomly selected rebar has a strength of less than 500 MPa?
  • (b) If the project specification requires that 98% of rebars must pass, what is the minimum allowable strength value (the 2nd percentile)?

Q7. Material Sourcing - Aggregate Quality (10 Marks)

A site engineer receives 200 truckloads of aggregates from two different quarries (Quarry X and Quarry Y). He categorizes them as "High Quality," "Acceptable," or "Rejected."
  • Observed Data:
    • Quarry X: 40 High, 40 Acceptable, 20 Rejected.
    • Quarry Y: 60 High, 30 Acceptable, 10 Rejected.
  • Task: Use a Chi-Square Test ($\alpha = 0.05$) to determine if the quality of aggregates is independent of the Quarry source. (Critical Value for $df=2$ is 5.99).

Q8. Hydrology - Culvert Design (10 Marks)

Annual maximum discharge in a stream follows a Normal Distribution with $\mu = 120$ m³/s and $\sigma = 35$ m³/s.
  • (a) Calculate the probability that the discharge will exceed 200 m³/s in any given year.
  • (b) If a culvert is designed to handle 180 m³/s, how many times is it expected to fail (overflow) over a 50-year lifespan?

Part C: Engineering Judgement (10 Marks)

Q9. The Case Study

You are the Lead Engineer for a dam project. You have 5 years of rainfall data that "looks" normally distributed.
  • (a) Which test would you use to statistically prove that this rainfall data fits a Normal Distribution model before you begin your design?
  • (b) If your calculated $\chi^2$ value is 15.4 and the Critical Value is 11.07, what is your conclusion regarding the data's distribution?

🔑 Answer Key (For the Tutor)

  • Q1: The curve becomes shorter and wider (flatter).
  • Q2: That the two variables are independent (no relationship exists).
  • Q5: No, because the formula squares the differences, and counts cannot be negative.
  • Q6(a): $Z = -1.25$; $P \approx 0.1056$ (10.56%).
  • Q7: Calculated $\chi^2 = 8.33$. Since $8.33 > 5.99$, Reject $H_0$. Quality does depend on the quarry.
  • Q8(a): $Z = 2.28$; $P(Z>2.28) = 1 - 0.9887 = 0.0113$ (1.13%).
  • Q8(b): $Z = 1.71$; $P(Z>1.71) = 0.0436$. Expected failures = $0.0436 \times 50 \approx$ 2.18 times.
  • Q9: (a) Chi-Square Goodness-of-Fit Test. (b) The data does not fit a Normal Distribution (Reject $H_0$).
Would you like me to provide a Python script that can automatically grade the numerical portions of this exam for your students?

Practice Exam: Engineering Statistics

Combined Practice Exam

Normal Distribution & Chi-Square Analysis

Duration: 60 Minutes Total Marks: 50 Level: Undergraduate

Part A: Conceptual Basics

10 Marks
  1. If the standard deviation (σ) increases while the mean (μ) stays the same, describe the visual change in the curve.
  2. What is the standard "Null Hypothesis" (H₀) for a Chi-Square test for independence?
  3. True/False: A Chi-Square value can be negative. Explain.
  4. In hydrology, what does a "10-year storm" mean in terms of annual probability?

Part B: Numerical Problems

Q1. Steel Yield Strength (10 Marks)

Grade 500 rebar has μ = 515 MPa and σ = 12 MPa.
a) Calculate the probability that a rebar is below 500 MPa.
b) Determine the strength value that 98% of rebars will exceed.

Q2. Aggregate Quality Control (10 Marks)

QuarryHigh QualityAcceptableRejected
Quarry X404020
Quarry Y603010

Test if quality is independent of the source at α = 0.05 (Crit Value = 5.99).

Q3. Urban Drainage (10 Marks)

Annual discharge: μ = 120 m³/s, σ = 35 m³/s. If a culvert is designed for 180 m³/s, calculate the expected number of overflows in 50 years.

💡 Study Tip: The Decision Matrix

Unsure which formula to use? Follow this rule of thumb:

  • Use Normal (Z-Score): When you have measurements (weights, strengths, heights).
  • Use Chi-Square (χ²): When you are counting items into groups (pass/fail, red/blue, quarry A/B).

🔑 Answer Key & Marking Scheme

  • Conceptual: (1) Curve flattens/widens. (2) Variables are independent. (3) False (squared values). (4) 10% probability per year.
  • Steel Problem: Z = -1.25, Prob = 10.56%. 2nd Percentile = 490.4 MPa.
  • Quarry Problem: Calculated χ² = 8.33. Result: Reject H₀ (Quality depends on source).
  • Drainage Problem: Z = 1.71, P = 4.36%. Expected Failures = 2.18 times in 50 years.

No comments:

Post a Comment

#6a Advance Hypothesis Testing

Advanced Hypothesis Testing - Civil Engineering Statistics 🎓 Advanced Hypothesis Testing ...