Why this topic matters · 8 min read
Time and Distance is one of the most consistent topics in RRB NTPC Quant, appearing in almost every paper with 2-4 questions. Questions cover basic speed-time calculations, relative speed (same and opposite direction), trains crossing objects, boats and streams, and average speed. Difficulty is usually easy to moderate. Mastering this topic is a reliable way to score quickly in the exam.
Core Relationship
Everything in this topic flows from one triangle: Speed, Distance, Time. Think of it like a pizza slice — Distance is the whole pizza, Speed and Time are the two things you cut it with. If you know any two, you can find the third. Unit conversion is the most common trap — always make sure speed, distance, and time are in matching units before applying the formula.
- Distance = Speed x Time (DST triangle — cover the one you want to find)
- Speed = Distance / Time
- Time = Distance / Speed
- To convert km/h to m/s: multiply by 5/18
- To convert m/s to km/h: multiply by 18/5
- 1 km/h = 5/18 m/s, so 18 km/h = 5 m/s (a handy benchmark)
Key formulas
Basic Formula
Distance = Speed x Time
When: Use always as the base. Rearrange as needed.
km/h to m/s
Speed (m/s) = Speed (km/h) x 5/18
When: When train length is in metres and time in seconds
m/s to km/h
Speed (km/h) = Speed (m/s) x 18/5
When: When converting back to km/h for the final answer
Worked examples
A car travels 240 km in 4 hours. Speed = 240/4 = 60 km/h. Simple direct formula.
Convert 72 km/h to m/s: 72 x 5/18 = 20 m/s. Always do this first in train problems.
Average Speed
Average speed is not the simple average of two speeds. This is the most common trap in the entire topic. When the same distance is covered at two different speeds, use the harmonic mean formula. Only use simple average when the same TIME is spent at two speeds (which is rare in questions).
- For equal distances at speed A and B: Average Speed = 2AB / (A + B)
- For equal time at speed A and B: Average Speed = (A + B) / 2
- If a person goes at 40 and returns at 60, average is NOT 50
- The answer is always less than the simple average when distances are equal
- Quick check: 2 x 40 x 60 / (40+60) = 4800/100 = 48 km/h
Key formulas
Average Speed (equal distance)
Avg Speed = 2AB / (A + B)
When: Same distance covered at two different speeds — most common case
Average Speed (equal time)
Avg Speed = (A + B) / 2
When: Same time spent at two different speeds — rare but possible
Worked example
A man goes from X to Y at 30 km/h and returns at 60 km/h. Average speed = 2x30x60/(30+60) = 3600/90 = 40 km/h. Note: not 45.
Relative Speed and Trains
When two objects move, their relative speed depends on direction. Opposite direction means they are closing in on each other fast, so add their speeds. Same direction means one is slowly catching up, so subtract. For trains, always remember to add the lengths of both objects involved — a train crossing a platform must cover its own length PLUS the platform length.
- Opposite direction: Relative Speed = S1 + S2
- Same direction: Relative Speed = S1 - S2 (faster minus slower)
- Train crossing a pole or person: Distance = Length of train only
- Train crossing a platform or bridge: Distance = Length of train + Length of platform
- Train crossing another train: Distance = Sum of both train lengths
- Time = Total Distance / Relative Speed
Key formulas
Crossing Time
Time = (L1 + L2) / Relative Speed
When: Any train crossing problem — L2 is 0 if crossing a pole or person
Opposite Direction
Relative Speed = S1 + S2
When: Two objects moving towards each other
Same Direction
Relative Speed = S1 - S2
When: Two objects moving in same direction
Worked examples
A 200m train at 54 km/h crosses a 100m platform. Convert speed: 54 x 5/18 = 15 m/s. Total distance = 200+100 = 300m. Time = 300/15 = 20 seconds.
Two trains of 150m and 250m run at 60 km/h and 40 km/h in opposite directions. Relative speed = 100 km/h = 100x5/18 = 250/9 m/s. Time = 400 / (250/9) = 400x9/250 = 14.4 seconds.
Boats and Streams
Boats and Streams is just relative speed in water clothing. The stream either helps or hurts the boat. Downstream means water helps, so speeds add. Upstream means fighting the current, so subtract. Think of it like cycling — with wind you go fast, against wind you slow down. If you know downstream and upstream speeds, you can find the boat speed and stream speed using simple averages.
- Downstream speed = Boat speed + Stream speed (u + v)
- Upstream speed = Boat speed - Stream speed (u - v)
- Boat speed in still water = (Downstream + Upstream) / 2
- Stream speed = (Downstream - Upstream) / 2
- Distance upstream = Distance downstream when time is the same (set up equation)
Key formulas
Downstream
D = u + v
When: Moving with the current
Upstream
U = u - v
When: Moving against the current
Boat Speed
u = (D + U) / 2
When: Finding still-water speed from given downstream and upstream speeds
Stream Speed
v = (D - U) / 2
When: Finding current speed from given downstream and upstream speeds
Worked example
A boat goes 20 km/h downstream and 10 km/h upstream. Boat speed = (20+10)/2 = 15 km/h. Stream speed = (20-10)/2 = 5 km/h.
Meeting and Chasing Problems
When two people start from opposite ends and walk toward each other, time to meet = Total Distance / Sum of Speeds. When one person chases another, time to catch = Initial Gap / Difference of Speeds. Think of it as: approaching problems close the gap at (S1+S2) rate, chasing problems close the gap at (S1-S2) rate.
- Meeting (towards each other): Time = Total Distance / (S1 + S2)
- Chasing (same direction): Time = Gap / (S1 - S2)
- If they meet at point P, ratio of distances = ratio of speeds
- A and B start simultaneously: distance covered is proportional to speed
Key formulas
Meeting Time
T = d / (S1 + S2)
When: Two people/trains moving toward each other
Chase Time
T = Gap / (S1 - S2)
When: One object catching another moving in same direction
Worked example
A is 100m ahead of B. A runs at 5 m/s and B at 8 m/s in same direction. Time to catch = 100 / (8-5) = 100/3 = 33.3 seconds.
⚠ Common mistakes to avoid
- Using simple average for average speed when equal distances are covered — always use 2AB/(A+B) in that case
- Forgetting to add the platform/bridge length to the train length — the full crossing distance is train + obstacle
- Not converting km/h to m/s when lengths are in metres and time is in seconds — mismatched units give wrong answers
- Confusing downstream speed with boat speed — downstream includes the stream boost, boat speed in still water is the average
- In chasing problems, dividing by the sum of speeds instead of the difference — use difference only when same direction
🧠 Memory aids
- DST Triangle: write D on top, S and T at bottom. Cover the letter you want — what remains is the operation to apply.
- 5-18 Rule: 5 goes to m/s (divide by 18), 18 goes to km/h (divide by 5). Think 5 is smaller like metres, 18 is bigger like kilometres.
- ADDS for water: Downstream ADDS, Upstream SUBTRACTS. DA = Downstream Add.
- Chasing and Meeting shortcut: Same direction = Subtract speeds. Opposite direction = Add speeds. SOSA — Same Subtract, Opposite Add.
🎯 RRB NTPC exam tips
- RRB NTPC typically gives 2-3 questions from this topic per paper. Train crossing and average speed are the most repeated question types — prioritize them.
- Unit conversion errors are the number one reason candidates lose marks here. Write down the unit at each step and convert at the very beginning.
- Boats and Streams questions in RRB NTPC are usually straightforward — finding boat speed or stream speed from given values. Rarely complex.
- For train problems, if the question says crosses a man or a pole, length to use is only the train length. Any stationary object with length means add both lengths.
- Average speed questions are set as traps — the two-speed scenario with equal distance appears almost every year. Do not fall for the simple average.
Q1 · medium · AI-verified
A person travels from A to B at 60 km/hr and returns at 40 km/hr. If the total journey takes 5 hours, what is the distance between A and B?
- 120 km
- 140 km
- 150 km
- 160 km
Q2 · medium · AI-verified
Two trains running in opposite directions cross each other in 12 seconds. If their speeds are 54 km/h and 72 km/h respectively, find the sum of their lengths.
- 420 m
- 450 m
- 480 m
- 500 m
Q3 · medium · AI-verified
A car covers a distance of 360 km in 5 hours. Due to traffic, its speed reduces by 8 km/h. How much extra time will it take to cover the same distance?
- 45 minutes
- 1 hour
- 1.5 hours
- 2 hours
Q4 · medium · AI-verified
Two persons A and B start walking towards each other from points 20 km apart. A walks at 4 km/h and B at 6 km/h. After how much time will they meet?
- 1.5 hours
- 2 hours
- 2.5 hours
- 3 hours
Q5 · medium · AI-verified
A man can row a boat at 12 km/hr in still water. If the river flows at 3 km/hr, how long will it take him to row 45 km upstream?
- 4 hours
- 5 hours
- 6 hours
- 7 hours