Difficulty: Medium
Correct Answer: 8 days
Explanation:
Introduction / Context:
We first extract the per-day earnings equations for men and women using the two scenarios. With those unit wages known, we can compute the daily earnings of the new team and then determine how many days are required to reach ₹ 3760.
Given Data / Assumptions:
Concept / Approach:
Let M and W be daily wages of a man and a woman. Solve 4M + 6W = 320 and 3M + 7W = 290. Then compute per-day for (7M + 6W) and divide 3760 by that to get the time required.
Step-by-Step Solution:
4M + 6W = 3203M + 7W = 290Solving ⇒ M = 50, W = 20Daily for 7 men + 6 women = 7*50 + 6*20 = 350 + 120 = ₹ 470Days d = 3760 / 470 = 8
Verification / Alternative check:
Back-substitute M, W into both original equations to verify correctness before using them for the final calculation — both equalities hold.
Why Other Options Are Wrong:
6, 10, 12 days correspond to daily totals not equal to ₹ 470; they do not reach ₹ 3760 exactly.
Common Pitfalls:
Arithmetic slips in solving the two-variable system; forgetting to convert totals to per-day values; mixing up rates and wages.
Final Answer:
8 days
Discussion & Comments