Difficulty: Easy
Correct Answer: 78%
Explanation:
Introduction / Context:Overall percentage is computed as total obtained marks divided by total maximum marks multiplied by 100%. Summing subject-wise scores first avoids repeated percentage calculations and minimizes rounding error.Given Data / Assumptions:
Concept / Approach:Compute the aggregate and then the fraction of maximum. This one-step aggregate method is clearer than averaging individual percentages and then averaging again.
Step-by-Step Solution:
Total obtained = 42 + 51 + 58 + 35 + 48 = 234.Total maximum = 300.Overall percentage = (234 / 300) * 100% = 78%.Verification / Alternative check:Average per subject = 234/5 = 46.8. As a fraction of 60, 46.8/60 = 0.78 = 78%, consistent.
Why Other Options Are Wrong:
Common Pitfalls:Miscalculating the total or maximum, or averaging percentages per subject incorrectly. Always compute with totals when all subjects have the same maximum.
Final Answer:
78%
Discussion & Comments