Difficulty: Medium
Correct Answer: 67 kg
Explanation:
Interpret the statements
Step 1: Intersect the ranges
Lower bounds: max(65, 60) ⇒ > 65Upper bounds: min(72, 70, 68) ⇒ ≤ 68So possible weights = (65, 68]
Step 2: Consider likely integer weights
Probable integer weights consistent with all three: 66, 67, 68
Step 3: Average of the probable weights
Average = (66 + 67 + 68) ÷ 3 = 201 ÷ 3 = 67 kg
Notes
Final Answer
Average of probable weights = 67 kg.
Discussion & Comments