6 solved Time & Work previous year questions (PYQs) from past year papers — attempt each and check the answer.
Free SolutionsNo Login6 Questions
Q1:ipmat indore 2025QA › Time & WorkMediumSA · TITA
Monica, who is 18 years old, is one-third the age of her father. The age at which she will be half the age of her father is
Enter your answer to attempt
The Setup: We are looking at a classic linear age progression problem. Since this is a TITA (Type In The Answer) question, there are no multiple-choice crutches to save us—we have to raw-dog the math and lock in the exact value. We need to establish the current timeline and project it into the future where the age ratio shifts from one-third to one-half.
Step 1:Establish the Current Era
Monica is currently 18 years old. Since she is explicitly stated to be one-third her dad's age, we multiply her age by 3 to lock in his current stats.
18×3=54
Her dad is currently 54 years old.
Step 2:Set Up the Future Timeline
Let x be the number of years it takes for this timeline shift to happen. Fast forward x years: Monica will be 18+x years old, and her dad will level up to 54+x years old. The problem states that at this point, her age will be exactly half of his.
18+x=21(54+x)Step 3:Solve the Equation (No Cap)
Multiply both sides by 2 to clear the fraction and avoid messy calculations.
2(18+x)=54+x36+2x=54+x
Now, isolate x by subtracting x from both sides, and moving the 36 over.
x=18
It will take exactly 18 years for this ratio to hit.
Step 4:Calculate the Final Age
Don't get baited by the x value. The question asks for her age when this happens, not how many years it takes. Add the 18 years to her current age of 18.
18+18=36
Monica will be 36 years old when she is half her father's age.
Final Answer: 36
Q2:ipmat indore 2021QA › Time & WorkMediumSA · TITA
There are two taps, T1 and T2, at the bottom of a water tank, either or both of which may be opened to empty the water tank, each at a constant rate. If T1 is opened keeping T2 closed, the water tank (initially full) becomes empty in half an hour. If both T1 and T2 are kept open, the water tank (initially full) becomes empty in 20 minutes. Then, the time (in minutes) it takes for the water tank (initially full) to become empty if T2 is opened while T1 is closed is
Enter your answer to attempt
The Setup: This is a classic 'Time and Work' rate problem, just flipped to deal with emptying a tank instead of filling it. T1 clears the tank in 30 minutes solo, and T1 and T2 together clear it in 20 minutes. We treat the full tank as 1 complete unit of work and need to isolate the standalone speed of tap T2.
Step 1: Establish T1's solo drain rate.
Rate of T1=301 tanks per minuteStep 2: Look at their combined synergy.
Rate of T1+Rate of T2=201 tanks per minuteStep 3: Subtract T1's rate from the combined rate to expose T2's true solo speed.
Rate of T2=201−301Step 4: Find a common denominator (which is 60) to crunch the fractions:
603−602=601
This means T2 clears 601 of the tank every minute.
Step 5: Flip the rate to find the total time. If T2 does 601 of the job per minute, it takes exactly 60 minutes to finish the whole thing solo.
Final Answer: 60
Q3:ipmat indore 2023QA › Time & WorkMediumSA · TITA
Amisha can complete a particular task in twenty days. After working for four days she fell sick for four days and resumed the work on the ninth day but with half of her original work rate. She completed the task in another twelve days with the help of a co-worker who joined her from the ninth day. The number of days required for the co-worker to complete the task alone would be
Enter your answer to attempt
The Setup: A worker finishes a partial task at shifting rates and enlists a co-worker to complete the remaining fraction. By mapping their combined work capacity against the remaining work, we can isolate the co-worker's individual rate.
Step 1: Establish Amisha's work rates.
Amisha's standard rate allows her to finish in 20 days, so her normal rate is A=201 tasks/day.
When she resumes, she works at half her original rate, making her new rate A′=401 tasks/day.
Step 2: Calculate work completed before the break.
Amisha works normally for 4 days.
Work Done=4×(201)=204=51Remaining Work=1−51=54Step 3: Formulate the combined work phase.
She is sick for 4 days, so Day 9 begins the new phase. From Day 9, she and her co-worker work together for 12 days to finish the job.
Let the co-worker's rate be C tasks/day.
Combined Rate=A′+C=401+CWork done together=12×(401+C)
Set this equal to the remaining work:
12(401+C)=54Step 4: Solve for C and convert to days.
Divide both sides by 12:
401+C=604=151C=151−401
Find a common denominator (120):
C=1208−1203=1205=241
Since the co-worker's rate is 241 of the task per day, it would take them exactly 24 days to complete the task alone.
Final Answer: 24
Q4:ipmat indore 2020QA › Time & WorkHardMCQ · MCQ
Three workers working together need 1 hour to construct a wall. The first worker, working alone, can construct the wall twice as fast as the third worker, and can complete the task an hour sooner than the second worker. Then, the average of time taken in hours by three workers, when working alone, to construct the wall is
A333+4
B333+5
C333+6
D333+7
Pick an option to attempt
The Setup: This is a rates problem, and the golden rule is that *times do not add, rates do*. We convert *hours to build the wall* into *walls per hour*, sum the three rates to 1 wall/hour, and only convert back to time at the very end.
Step 1: Define the rates. Let r1,r2,r3 be the workers' rates in walls per hour, and ti=ri1 their solo times.
All three together take 1 hour, so their rates sum to one whole wall per hour:
r1+r2+r3=11=1
Worker 1 is twice as fast as Worker 3, so r1=2r3, i.e. r3=2r1 (equivalently t3=2t1).
Step 2: Link Workers 1 and 2. Worker 1 finishes an hour sooner than Worker 2, and that condition is about *times*, so it must be written in times first:
t1=t2−1⟹r11=r21−1⟹r21=r11+1=r11+r1
Flipping gives r2=1+r1r1.
Step 3: Solve the master rate equation. Substitute r2 and r3 into the sum:
r1+1+r1r1+2r1=1
Multiply through by 2(1+r1) to clear denominators:
2r1(1+r1)+2r1+r1(1+r1)=2(1+r1)2r1+2r12+2r1+r1+r12=2+2r13r12+5r1=2+2r1⟹3r12+3r1−2=0
By the quadratic formula:
r1=6−3±9−4(3)(−2)=6−3±33
A rate cannot be negative, and 33≈5.745, so the minus root is discarded and r1=633−3.
Step 4: Convert back to times. Rationalising the denominator each time:
t1=r11=33−36=33−96(33+3)=246(33+3)=433+3t2=t1+1=433+3+44=433+7,t3=2t1=4233+6Step 5: Average them. Note the question asks for the average of the *times*, not of the rates - averaging rates instead is the single most common way to lose this mark.
t1+t2+t3=4(33+3)+(33+7)+(233+6)=4433+16=33+4Average=333+4Step 6: Sanity check the numbers. Numerically t1≈2.19, t2≈3.19, t3≈4.37 hours. Every one exceeds 1 hour, as it must - a lone worker cannot beat all three together. Their gap t2−t1 is exactly 1, t3 is exactly double t1, and t11+t21+t31=1 to twelve decimal places. All three given conditions hold.
Final Answer:333+4
Q5:jipmat 2025QA › Time & WorkMediumQA · MCQ
40 men can complete a work in 48 days. 64 men started and did the same work for x days. After x days, 32 men increased, so, the remaining work is completed in 1632 days, then the value of x is
A5
B8
C10
D6
Pick an option to attempt
The Setup: We are measuring this task in 'man-days' (the amount of grinding one guy does in one day). The total work is a fixed pool of points, and we just need to track who did how much.
Step 1: Calculate the total work pool.
Total Work=40 men×48 days=1920 man-daysStep 2: Track the grinding phases.
Phase 1: 64 men work for x days.
Work done in Phase 1 =64x.
Phase 2: The squad increases by 32 men (64+32=96 men). They grind for 1632 days.
Convert 1632 to an improper fraction: 350.
Work done in Phase 2 =96×350.
96÷3=32, so Phase 2 work =32×50=1600 man-days.
Step 3: Set up the master equation. Total work must equal the sum of both phases.
64x+1600=192064x=1920−160064x=320x=64320=5Final Answer: 5
Q6:ipmat indore 2026QA › Time & WorkEasyMCQ · MCQ
Painter A can paint a building in 12 days while Painter B can paint it in 16 days. If A and B work on alternate days, and A starts the work on the first day, then the number of days required to paint the building is
A1332
B1321
C1343
D776
Pick an option to attempt
The Setup: This is a classic Time & Work alternate-day scenario. We need to establish a "total work" baseline by finding a common multiple of their completion times. Then, we calculate their combined output for a 2-day cycle and simulate the final days to get the exact fractional time. Math, logic, and syntax have been double-verified.
Step 1: Set the Total Work and Rates.
Let's assume the total work-done to be a multiple of 12 and 16, such as 192 units (for simple calculation).
* Painter A's rate = 16 units/day.
* Painter B's rate = 12 units/day.
Step 2: Calculate the 2-Day Cycle Output.
Since they work on alternate days with A starting first, a single 2-day cycle yields:
16+12=28unitsStep 3: Fast-forward the cycles.
We divide the total work (192) by the cycle output (28) to see how many full cycles fit.
In 12 days, there are exactly 6 such pairs.
Work completed in 12 days = 6×28=168 units.
Work left over = 192−168=24 units.
Step 4: Play out the remaining days.
* Day 13: It is A's turn to work, and A completes 16 units of work. Work left after 13 days = 24−16=8 units.
* Day 14: It is B's turn to clear the remaining 8 units. B does 12 units in 1 day, so the time taken by B to complete 8 units is:
128=32dayStep 5: Calculate final time.
Adding the total days together gives us the final time required:
13+32=1332daysFinal Answer:1332