Difficulty: Easy
Correct Answer: (p*q)/(p+q) days
Explanation:
Introduction / Context:
This is a conceptual time and work question that asks for the general formula for the combined time when two people, X and Y, work together on a task. Instead of numerical values, the question uses variables p and q to represent the individual times. The goal is to derive a formula that expresses the number of days required when both work simultaneously.
Given Data / Assumptions:
Concept / Approach:
The key idea is that time and work questions are easier when we work with rates rather than times directly. If X finishes the work in p days, then X's work rate is 1/p units per day. Similarly, Y's rate is 1/q units per day. When they work together, their combined rate is the sum of these rates, that is, 1/p + 1/q. The time taken together equals total work divided by combined rate. Simplifying this expression gives the required formula in terms of p and q.
Step-by-Step Solution:
Step 1: Assume total work is 1 unit.
Step 2: Since X completes 1 unit of work in p days, X's rate = 1/p units per day.
Step 3: Since Y completes 1 unit of work in q days, Y's rate = 1/q units per day.
Step 4: When X and Y work together, their combined rate = 1/p + 1/q.
Step 5: Combine the fractions: 1/p + 1/q = (q + p) / (p*q).
Step 6: Time taken when working together = total work / combined rate = 1 / ( (p + q) / (p*q) ).
Step 7: This simplifies to (p*q) / (p + q) days.
Verification / Alternative check:
We can test the formula with simple numeric values. Suppose p = 8 days and q = 12 days. Then the formula gives (8*12)/(8+12) = 96/20 = 4.8 days. Checking with rates: 1/8 + 1/12 = (3/24 + 2/24) = 5/24. Time together should be 1 / (5/24) = 24/5 = 4.8 days, which matches the formula. This confirms the correctness of the expression (p*q)/(p+q).
Why Other Options Are Wrong:
Common Pitfalls:
Many students incorrectly average or add times instead of using rates. It is crucial to remember that work rates add for workers operating together, not their times. Another common mistake is failing to simplify 1 / (1/p + 1/q) correctly, leading to algebraic errors. Working through the algebra step by step helps avoid such mistakes.
Final Answer:
The time taken by X and Y working together to complete the work is (p*q)/(p+q) days.
Discussion & Comments