0
0

Alternate Working Days

Introduction

The Alternate Working Days pattern appears when two or more workers take turns to work on consecutive days (A works Day 1, B works Day 2, A again Day 3, and so on). This pattern is important because many exam-style Time & Work problems use alternating schedules - knowing how to compute the work done in each cycle (usually a 2-day or multi-day cycle) makes these problems straightforward.

Key idea: treat one full alternate cycle as a single unit of work (sum of rates across the days in the cycle), then use cycle-counting + partial cycle handling to finish.

Pattern: Alternate Working Days

Pattern

Key concept: Compute work done per full alternation cycle, then use integer cycles + remaining partial cycle to reach total work = 1.

Steps in brief:
1. Convert each worker’s time into a daily rate (work per day).
2. Add rates for the days included in one alternation cycle (e.g., A's day + B's day = 2-day cycle).
3. Find how many full cycles are needed and then handle the leftover work day-by-day.

Step-by-Step Example

Question

A can finish a job in 10 days and B can finish the same job in 15 days. They work on alternate days starting with A (A on Day 1, B on Day 2, A on Day 3, ...). How many days will it take to finish the job?

Solution

  1. Step 1: Identify daily rates:

    A’s one-day work = 1/10. B’s one-day work = 1/15.
  2. Step 2: Compute work per full 2-day cycle (A then B):

    Work in 2 days = A + B = 1/10 + 1/15 = (3 + 2)/30 = 5/30 = 1/6.
  3. Step 3: Find how many full cycles get close to 1:

    Each 2-day cycle does 1/6 of the job. Number of full cycles to approach 1: 1 ÷ (1/6) = 6 cycles would do exactly 6×(1/6)=1 job - but 6 cycles = 12 days. Check if earlier partial cycles finish: we instead look for the smallest integer cycles before exceeding 1. After 5 cycles (10 days) work done = 5×(1/6)=5/6; remaining = 1 - 5/6 = 1/6.
  4. Step 4: Handle remaining work day-by-day starting with A:

    After 10 days (5 cycles) remaining = 1/6. On Day 11 A works and does 1/10 = 3/30 = 1/10 = 0.1 = 3/30; numeric comparison: 1/6 ≈ 0.1667, A’s 1/10 = 0.1, so not finished. Remaining after Day 11 = 1/6 - 1/10 = (5/30 - 3/30) = 2/30 = 1/15. Day 12 B works and does 1/15 which equals remaining - job completes at the end of Day 12.
  5. Final Answer:

    The job is finished in 12 days.
  6. Quick Check:

    6 full 2-day cycles would be exactly 12 days and produce 6×(1/6)=1 job. Our stepwise remainder logic matched that - answer confirmed. ✅

Quick Variations

1. Start with B instead of A - swap the order when computing the cycle and remainder.

2. Multi-person alternation (A → B → C → A → …): define cycle length equal to number of people and sum rates across that cycle.

3. Alternate with unequal shift lengths (e.g., A works 2 days, B 1 day, repeat): treat a cycle as 3 days with sum of two A-days + one B-day.

4. One worker is absent on certain cycles - subtract their contribution on those cycles and recompute.

Trick to Always Use

  • Step 1 → Convert times to daily rates (1/day).
  • Step 2 → Compute work per full alternation cycle (sum rates for days in the cycle).
  • Step 3 → Use integer cycles to cover most of the job (cycles × cycle-work). Compute remaining fraction.
  • Step 4 → Finish remaining work day-by-day in the correct turn order (respecting who starts next).

Summary

Summary

For Alternate Working Days problems:

  • Always form a cycle (usually 2 days for A/B alternation) and compute the cycle work.
  • Use integer cycles to reduce the job, then handle the leftover day(s) in turn order.
  • If the remaining work after full cycles is less than the next worker’s full day output, the job finishes partway through that day - compute fractional day if required.
  • Quick verification: recompute total contributions (cycles + leftover) and confirm they sum to 1 (the full job).

Practice

(1/5)
1. A can do a job in 10 days and B in 15 days. They work on alternate days starting with A (A on day 1, B on day 2, ...). In how many days will the job be finished?
easy
A. 12 days
B. 11 days
C. 10 days
D. 13 days

Solution

  1. Step 1: Identify daily rates:

    A = 1/10 per day; B = 1/15 per day.
  2. Step 2: Work in one 2-day cycle (A then B):

    Cycle work = 1/10 + 1/15 = (3+2)/30 = 5/30 = 1/6.
  3. Step 3: Use full cycles:

    After 5 full cycles (10 days) work done = 5×(1/6) = 5/6. Remaining = 1 - 5/6 = 1/6.
  4. Step 4: Finish remaining day-by-day:

    Day 11 (A's turn) does 1/10 < 1/6, remaining becomes 1/6 - 1/10 = 1/15. Day 12 (B's turn) does 1/15 = remaining → finishes at end of Day 12.
  5. Final Answer:

    12 days → Option A.
  6. Quick Check:

    6 full 2-day cycles = 12 days → 6×(1/6)=1 (matches) ✅
Hint: Compute cycle work (A+B), use integer cycles, then finish leftover day-by-day.
Common Mistakes: Using time ratios instead of daily work rates; forgetting turn order for remainder.
2. A can finish a task in 8 days and B in 12 days. They work on alternate days starting with B (B on day 1, A on day 2, ...). How long will the task take?
easy
A. 9 days 2 hours
B. 9 2/3 days
C. 10 days
D. 8 2/3 days

Solution

  1. Step 1: Identify daily rates:

    A = 1/8 per day; B = 1/12 per day.
  2. Step 2: Work in one 2-day cycle (B then A):

    Cycle work = 1/12 + 1/8 = (2+3)/24 = 5/24.
  3. Step 3: Use full cycles:

    After 4 full cycles (8 days) work done = 4×(5/24) = 20/24 = 5/6. Remaining = 1/6.
  4. Step 4: Finish remaining day-by-day (next is day 9: B):

    Day 9 (B) does 1/12 < 1/6 → remaining after day 9 = 1/6 - 1/12 = 1/12. Day 10 (A) will finish; fraction of A's day needed = (1/12) ÷ (1/8) = 2/3 day. So additional time after day 8 = 1 + 2/3 = 1 2/3 days → total = 8 + 1 2/3 = 9 2/3 days.
  5. Final Answer:

    9 2/3 days → Option B.
  6. Quick Check:

    8 days → 5/6 done; day9 (B) adds 1/12 → 5/6+1/12=(10+1)/12=11/12; remaining 1/12 done by 2/3 of A's day ✅
Hint: If a worker's full day exceeds remaining, compute fractional day needed = remaining ÷ their rate.
Common Mistakes: Forgetting who works next after cycles (start matters).
3. A can do a job in 9 days and B in 6 days. They work alternately starting with A. How many days to finish the job?
easy
A. 8 days
B. 7 days
C. 7 1/3 days
D. 6 2/3 days

Solution

  1. Step 1: Identify daily rates:

    A = 1/9 per day; B = 1/6 per day.
  2. Step 2: Work in one 2-day cycle (A then B):

    Cycle work = 1/9 + 1/6 = (2+3)/18 = 5/18.
  3. Step 3: Use full cycles:

    After 3 cycles (6 days) work done = 3×(5/18) = 15/18 = 5/6. Remaining = 1/6.
  4. Step 4: Finish remaining day-by-day:

    Day 7 (A) does 1/9 < 1/6 → remaining becomes 1/6 - 1/9 = 1/18. Day 8 (B) will finish; fraction of B's day needed = (1/18) ÷ (1/6) = 1/3 day. Total = 7 + 1/3 = 7 1/3 days.
  5. Final Answer:

    7 1/3 days → Option C.
  6. Quick Check:

    6 days = 5/6; A adds 1/9 → 5/6+1/9=(15+2)/18=17/18; B’s 1/3 day gives (1/3)×(1/6)=1/18 → total 1 ✅
Hint: If a full day overshoots remaining, compute fractional day = remaining ÷ rate of that worker.
Common Mistakes: Stopping at cycles without accounting for which worker comes next.
4. A can complete a work in 7 days and B in 11 days. They work alternately starting with A. After 8 days how much of the work will be done and how long more (fractional day) will A need when his next turn comes to finish it?
medium
A. After 8 days: 72/77 done; A needs 5/11 of a day
B. After 8 days: 70/77 done; A needs 3/11 of a day
C. After 8 days: 72/77 done; A needs 5/77 of a day
D. After 8 days: 70/77 done; A needs 5/11 of a day

Solution

  1. Step 1: Daily rates:

    A = 1/7, B = 1/11.
  2. Step 2: Cycle work (A then B):

    1/7 + 1/11 = (11 + 7)/77 = 18/77 per 2-day cycle.
  3. Step 3: Work after 4 full cycles (8 days):

    4×(18/77) = 72/77 done; remaining = 1 - 72/77 = 5/77.
  4. Step 4: Next turn is A (day 9). Fraction of A's day needed = (remaining) ÷ (A's rate) = (5/77) ÷ (1/7) = (5/77)×7 = 35/77 = 5/11 day.

  5. Final Answer:

    After 8 days 72/77 done; A needs 5/11 of a day on his next turn → Option A.
  6. Quick Check:

    A’s partial day contribution = (5/11)×(1/7)=5/77 → 72/77+5/77=1 ✅
Hint: Compute cycle total, multiply by cycles, then convert remainder into fractional day using next worker's rate.
Common Mistakes: Converting remainder incorrectly (mixing denominators) or using wrong next-worker turn.
5. B can do a job in 6 days and A in 4 days. They work alternately starting with B. How many days will it take to finish the job?
medium
A. 4 1/2 days
B. 5 1/3 days
C. 4 2/3 days
D. 5 days

Solution

  1. Step 1: Daily rates:

    B = 1/6 per day; A = 1/4 per day.
  2. Step 2: Cycle work (B then A):

    1/6 + 1/4 = (2 + 3)/12 = 5/12 per 2-day cycle.
  3. Step 3: Use full cycles:

    Two full cycles (4 days) give 2×(5/12)=10/12=5/6. Remaining = 1/6.
  4. Step 4: Next is day 5 (B's turn):

    B does 1/6 which exactly equals remaining → job finishes at end of day 5.
  5. Final Answer:

    5 days → Option D.
  6. Quick Check:

    4 days → 5/6 done; day5 (B) adds 1/6 → total 1 ✅
Hint: Check if the next worker's full day exactly matches the remainder to finish cleanly.
Common Mistakes: Assuming equal-day contributions or forgetting start order.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes