DEBUG_INFO: title=Time & Work, type=object, isArray=, length=8
Forget fractions (1/x). Use Units.
- Method: Assume Total Work = LCM of given days.
- Efficiency (Per Day Work): Total┬аWork/Days.
Example:
Q: A takes 10 days, B takes 15 days. Together?
Solution: Total Work = LCM(10,15) = 30 units.
A = 3 u/day. B = 2 u/day. Total = 5 u/day.
Time = 30/5=6 days. Comparing two groups of workers.
- Formula: W1тАЛM1тАЛD1тАЛH1тАЛтАЛ=W2тАЛM2тАЛD2тАЛH2тАЛтАЛ.
- M=Men, D=Days, H=Hours, W=Work (Output).
Example:
Q: 20 men build 10 walls in 5 days. 30 men, 10 days, how many walls?
Solution: 1020├Ч5тАЛ=W30├Ч10тАЛ.
10=300/WтЯ╣W=30 walls. If A is n times efficient as B.
- Eff Ratio: A:B=n:1.
- Time Ratio: A:B=1:n (Inverse).
- Combined: Eff (n+1).
Example:
Q: A is 3 times faster than B. B takes 60 days.
Solution: Ratio Eff A:B = 3:1. Total Eff = 4? No.
Total Work = B├Ч60=1├Ч60=60.
Together = 60/(3+1)=15 days. Working on turns.
- Logic: Find work done in 1 cycle (usually 2 days: A then B).
- Divide Total Work by Cycle Work. Handle remainder manually.
Example:
Q: A(10d), B(15d). A starts, alternate days.
Solution: TW=30. A(3), B(2). Cycle(2 days)=5 units.
30/5=6 cycles.
Total Days = 6├Ч2=12 days. Money is distributed based on Work Done (not just Time).
- Rule: Wage Ratio = Efficiency ├Ч Time.
- If Time same, Wage тИЭ Efficiency.
Example:
Q: A does 1/3 work, B does 2/3. Total Rs 300.
Solution: Ratio 1:2. A gets 1/3(300)=100. B gets 200. Same as Time & Work, but Leaks are Negative.
- Inlet: Positive Efficiency (+).
- Outlet/Leak: Negative Efficiency (-).
Example:
Q: A fills in 10h, B empties in 15h.
Solution: TW=30. A=+3, B=-2. Net=+1.
Time = 30/1=30 hours. When someone leaves n days BEFORE completion.
- Hack: Do not subtract. ADD their work.
- TotalWork+(Person├ЧDays). Divide by Total Efficiency.
Example:
Q: A(10), B(15). A leaves 2 days before end.
Solution: TW=30. Eff(3,2). A's 2 days work = 3├Ч2=6.
New TW = 30+6=36. Time = 36/5=7.2 days. For problems like '3 Men OR 5 Women'.
- Formula: Days=M1тАЛM2тАЛтАЛ+W1тАЛW2тАЛтАЛGiven┬аDaysтАЛ.
- Faster than converting Men to Women.
Example:
Q: 3M or 5W take 43 days. 5M and 6W take?
Solution: D=43/(5/3+6/5)=43/(25+18)/15.
D=43├Ч15/43=15 days.