Why this topic matters · 8 min read
Time and Work is one of the most reliable scoring topics in SSC CGL Quant, appearing almost every year with 2-3 questions. Questions test your ability to find combined work rates, handle efficiency changes, and solve pipe-cistern problems. Difficulty ranges from straightforward one-liner calculations to multi-step problems involving wages. Master the unitary method and LCM approach and you can solve most questions in under 60 seconds.
Core Concept: Work as a Rate
Think of work as filling a bucket. If A can fill it in 10 days, every day A fills 1/10 of the bucket. Work done = Rate x Time. The trick is: instead of fractions, assign the total work a convenient number (usually LCM of all given days) and work with whole numbers. This LCM method kills fraction arithmetic and saves precious seconds.
- If A finishes work in N days, A's daily work = 1/N of total work.
- LCM method: Set total work = LCM of all days given. Each person's daily output becomes a whole number.
- Combined rate: Add individual daily outputs when people work together.
- Time taken together = Total Work divided by Combined daily output.
- Always check: Does the question ask for days, fraction of work, or wages?
Key formulas
Individual daily work
Work per day = 1 / N (where N = days to complete alone)
When: Use when working with fractions directly.
Combined time (two people)
T = (A x B) / (A + B)
When: Shortcut when exactly two people work together. A and B are their individual days.
LCM method output
Total Work = LCM(days of all workers); Each person's rate = Total Work / Their days
When: Use whenever 2 or more people are involved. Best default method.
Work remaining after partial days
Work left = Total Work - (Rate x Days already worked)
When: When someone leaves midway or joins late.
Wages proportional to work
Wage of A / Wage of B = Rate of A / Rate of B
When: Wage distribution questions. Wages split in ratio of work done.
Worked examples
A can do a job in 12 days, B in 15 days. How long if they work together? LCM(12,15)=60. A does 5 units/day, B does 4 units/day. Together = 9 units/day. Time = 60/9 = 6.67 days = 6 and 2/3 days. Direct formula check: (12x15)/(12+15) = 180/27 = 6.67 days. Same answer.
A and B together finish in 12 days. A alone takes 20 days. How long does B alone take? Using LCM(12,20)=60. Together rate=5/day. A rate=3/day. B rate=5-3=2/day. B alone = 60/2 = 30 days.
Efficiency and Men-Days Concept
When the number of workers changes, use the Men-Days-Work formula. It treats total work as a product of manpower and time. If you double the workers, you halve the time. This concept also handles efficiency comparisons: if A is twice as efficient as B, A does in 1 day what B does in 2 days.
- M1 x D1 = M2 x D2 (when work is constant and equal efficiency).
- Extended: M1 x D1 x H1 = M2 x D2 x H2 (H = hours per day).
- If efficiency differs: M1 x D1 x E1 = M2 x D2 x E2.
- More men = less days (inverse relation). More work = more days (direct relation).
- When A is n times as efficient as B, A takes 1/n times the days B takes.
Key formulas
Men-Days formula
M1 x D1 x H1 / W1 = M2 x D2 x H2 / W2
When: When workers, days, hours per day, or amount of work changes. Cross-multiply to find unknown.
Worked example
20 men finish a work in 15 days working 8 hours/day. How many men needed to finish same work in 10 days working 12 hours/day? M2 = (20 x 15 x 8) / (10 x 12) = 2400/120 = 20 men. Answer: 20 men.
Pipes and Cisterns
Pipes and Cisterns is just Time and Work in disguise. An inlet pipe filling a tank = a worker doing work. A leak or outlet pipe = a worker undoing work. Subtract the outlet rate from the inlet rate to find net filling rate. The only new idea: outlet pipes have negative rates.
- Inlet pipe fills tank: rate is positive (+1/T).
- Outlet pipe/leak empties tank: rate is negative (-1/T).
- Net rate = sum of all inlet rates minus sum of all outlet rates.
- Time to fill = 1 / Net rate (using fraction method) or Total Work / Net rate (LCM method).
- If a pipe fills in X hours and a leak empties in Y hours, net fill time = XY/(Y-X) assuming Y > X.
Key formulas
Net fill time with one inlet and one leak
T = (X x Y) / (Y - X) where X = fill time, Y = empty time
When: One inlet, one outlet running simultaneously. Y must be greater than X for tank to fill.
Worked example
Pipe A fills tank in 6 hrs, Pipe B empties in 9 hrs. Both open together. Time to fill? LCM(6,9)=18. A rate=+3, B rate=-2. Net=+1 unit/hr. Time=18/1=18 hrs.
Work and Wages
When a group earns a total wage for completing work, each person is paid proportional to the work they contributed. First find each person's share of work done (using their rate and the days they actually worked), then split the total wage in that ratio. Do not split wages equally unless rates are equal.
- Work done by each person = their rate x days they actually worked.
- Wage ratio = ratio of work done by each person.
- If all work for the same duration, wage ratio equals rate ratio (which is inversely proportional to their individual days).
- Always compute actual work contribution, not just their efficiency.
Key formulas
Individual wage
Person's wage = (His work contribution / Total work) x Total wage
When: Any wage distribution problem.
⚠ Common mistakes to avoid
- Using T = A+B instead of T = AB/(A+B) for combined work. Remember: rates add, not days.
- In pipes problems, forgetting that an outlet pipe is negative. Adding all pipe times directly gives wrong answer.
- Splitting wages equally when workers have different efficiencies or worked different days.
- In the Men-Days formula, not accounting for hours per day when the question mentions shift duration changes.
- Forgetting to check what fraction of work is already done before computing remaining time when someone joins or leaves midway.
🧠 Memory aids
- RATE ADD, DAYS DON'T: You can never add days directly. Always convert to rates (1/day), add them, then take reciprocal for combined time.
- LCM = Magic Number: Whenever you see multiple people or pipes with different time values, immediately write LCM as your total work. It turns ugly fractions into clean whole numbers.
- INLET is a worker, OUTLET is a saboteur: For pipes, treat filling pipes as positive workers and leaks as workers who undo the job. Net work = sum with signs.
- Wages follow WORK, not TIME: Two people working the same hours but different rates earn differently. Mnemonic: Pay for OUTPUT not PRESENCE.
🎯 SSC CGL exam tips
- SSC CGL typically places 2-3 Time and Work questions per shift. Expect one straightforward combined-work question, one pipes-cistern, and occasionally one wage-distribution or men-days problem.
- LCM method is fastest for combined work questions. Avoid fraction arithmetic on paper — it slows you down and invites errors.
- Pipe and cistern questions in recent CGL papers (2023-24 Tier 1) often add a twist: one pipe is closed after some hours. Set up partial work done, then change the rate.
- For 2-person combined work, the formula T = AB/(A+B) is a 10-second calculator move. Memorize it for speed but verify with LCM if unsure.
- If a question says A is twice as efficient as B and together they take N days, resist plugging in random numbers. Assign B's rate = 1x, A's rate = 2x, total rate = 3x, then solve. Takes under 40 seconds.
Q1 · medium · AI-verified
15 men can complete a project in 20 days. After working for 8 days, 5 men left the work. In how many more days will the remaining men complete the project?
- 12 days
- 15 days
- 20 days
- 18 days
Q2 · medium · AI-verified
A piece of work can be done by 6 men and 8 women in 10 days or by 26 women in 15 days. In how many days will 15 men do the same work?
- 6 days
- 8 days
- 10 days
- 12 days
Q3 · hard · AI-verified
A is 50% more efficient than B. If A and B working together can complete a task in 12 days, in how many days can A alone complete the task?
- 24 days
- 18 days
- 20 days
- 16 days
Q4 · medium · AI-verified
A can do a piece of work in 15 days, B in 20 days and C in 30 days. They start working together, but A leaves after 2 days and B leaves after 4 days from the start. In how many days from the start will the work be completed?
- 9 days
- 7 days
- 10 days
- 8 days
Q5 · medium · AI-verified
A can complete a work in 12 days and B can complete the same work in 18 days. If they work together, in how many days will they complete the work?
- 7.2 days
- 8.5 days
- 6.8 days
- 9.2 days