Difficulty: Easy
Correct Answer: ₹ 38.33
Explanation:
Introduction / Context:
This problem checks weighted average with unequal counts at different prices. We combine total cost over all items and divide by the total number of articles to obtain a single per-article average.
Given Data / Assumptions:
Concept / Approach:
Average price per article = total expenditure / total number of articles. Since quantities differ by item type, compute each subtotal and add them before dividing by 30.
Step-by-Step Solution:
Verification / Alternative check:
Use a calculator to confirm 1150 divided by 30. Rounding to two decimals yields ₹38.33, which is consistent with currency presentation.
Why Other Options Are Wrong:
Common Pitfalls:
Adding the three prices and dividing by 3 ignores the different quantities. Always weight by quantity purchased.
Final Answer:
₹ 38.33
Discussion & Comments