Difficulty: Easy
Correct Answer: 175 h
Explanation:
Introduction / Context:
This is a classic wages-and-time problem that mixes a fixed schedule of regular hours with higher-paid overtime hours. The goal is to separate regular pay from overtime pay and then recover the total number of hours from the given total earnings.
Given Data / Assumptions:
Concept / Approach:
First compute the guaranteed regular hours and the corresponding regular-pay amount. Subtract this from the total earnings to isolate how much was paid at the overtime rate. Convert overtime earnings to overtime hours, then add regular hours to obtain the total hours worked.
Step-by-Step Solution:
Verification / Alternative check:
Rebuild the wages from hours: 160 h at ₹ 5 is ₹ 800 and 15 h at ₹ 8 is ₹ 120, total ₹ 920. This matches the given earnings, so the hour count is consistent.
Why Other Options Are Wrong:
160 h ignores overtime; 180 h and 200 h imply overtime earnings that would exceed ₹ 120; 168 h does not match the computed overtime component.
Common Pitfalls:
Forgetting that regular hours are fixed by the schedule, or accidentally applying the overtime rate to regular hours. Always separate earnings by rate and then recombine hours at the end.
Final Answer:
175 h
Discussion & Comments