Last visit was: 24 Apr 2026, 14:48 It is currently 24 Apr 2026, 14:48
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
811,068
 [1]
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,068
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
811,068
 [1]
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,068
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
General Discussion
User avatar
paragw
Joined: 17 May 2024
Last visit: 22 Apr 2026
Posts: 189
Own Kudos:
193
 [2]
Given Kudos: 38
Posts: 189
Kudos: 193
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
HowCanIDoThis
Joined: 11 Oct 2025
Last visit: 06 Feb 2026
Posts: 19
Own Kudos:
14
 [1]
Given Kudos: 3
Posts: 19
Kudos: 14
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Quote:
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

(1): The amount of time taken for the cart to travel is 180/45=4 hours. Sufficient
(2): Suppose that the amount of time it takes for the cart to travel to the station is t
From the question stem: d = 45*t (distance = speed * time). With the average speed of both trips being 36, we also have 2d = 36*(t+6)
=> 2*45*t = 36*t + 216 => 54t = 216 => t = 4 => It takes 4 hours for the cart to travel. Sufficient.
The answer is D
avatar
ManifestDreamMBA
Joined: 17 Sep 2024
Last visit: 21 Feb 2026
Posts: 1,387
Own Kudos:
897
 [1]
Given Kudos: 243
Posts: 1,387
Kudos: 897
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
SpeedTimeDistance
MW - RMS45TD
RMS - MWD/66D
Total36T+62D

T=?
D = 45T

S1
D = 180
S=D/T
45 = 180/T
T =4
Sufficient

S2
S = D/T
36 = 2D/(6+T)
D = 18T + 108
D = 45T
45T = 18T + 108
T = 108/27 = 4
Sufficient

Answer D


Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
User avatar
luisdicampo
Joined: 10 Feb 2025
Last visit: 19 Apr 2026
Posts: 480
Own Kudos:
Given Kudos: 328
Products:
Posts: 480
Kudos: 74
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
Deconstructing the Question
We need to find the time taken for the outbound trip (\(t_{out}\)).
Given: 1. Outbound trip (Workshop \(\to\) Station):
Speed = 45 km/h.
Distance \(D = 45 \times t_{out}\).
From this, \(t_{out} = D / 45\).
So, finding \(D\) is sufficient. 2.
Return trip (Station \(\to\) Workshop):
Time = 6 hours.
Distance is the same \(D\).

Analyze Statement (1)
"The distance from the workshop to the monitoring station is 180 kilometers."
\(D = 180\).
Substitute into our formula:
\(t_{out} = 180 / 45 = 4\) hours.
We have a unique value. SUFFICIENT

Analyze Statement (2)
"The cart’s average speed for the entire round trip is 36 km/h."

Theory: Average Speed = Total Distance / Total Time

Total Distance = \(2D\).
Total Time = \(t_{out} + 6\).
Equation: \(36 = \frac{2D}{t_{out} + 6}\)
We know from the prompt that \(D = 45 \times t_{out}\).
Let's substitute \(D\) into the equation:
\(36 = \frac{2(45 \cdot t_{out})}{t_{out} + 6}\) \(36 = \frac{90 \cdot t_{out}}{t_{out} + 6}\)
Divide both sides by 18 to simplify:
\(2 = \frac{5 \cdot t_{out}}{t_{out} + 6}\) \(2(t_{out} + 6) = 5 \cdot t_{out}\) \(2t_{out} + 12 = 5t_{out}\) \(3t_{out} = 12\) \(t_{out} = 4\).

We found a unique value for time. SUFFICIENT

Answer: D
User avatar
ghimires28
Joined: 19 Jul 2025
Last visit: 24 Apr 2026
Posts: 27
Own Kudos:
18
 [1]
Given Kudos: 1
Location: Nepal
Concentration: Technology, Entrepreneurship
Posts: 27
Kudos: 18
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
1)
given
ws to rms 45 km/hr
rms to ws=6 hour
time to reach rms?
1)
D=180km
t=d/s
=180/45
we get a definite answer for time sufficent
2)
avg speed=36
avg=2s1s2/s1+s2
s1 =45km/hr
36/2=45s1/s1+45
we get s2 and we have coming back time at 6 we get distance
diastance is same
so
time=dist/speed(given in question) sufficent
therefore D
User avatar
sitrem
Joined: 19 Nov 2025
Last visit: 24 Feb 2026
Posts: 91
Own Kudos:
84
 [1]
Given Kudos: 238
Posts: 91
Kudos: 84
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(1) you have distance and speed -> distance / speed = time -> 180/45=4h

(2) avg speed = total distance / total time
avg speed = 36
total distance = 2x
total time = x/45 + 6
solve -> x=180

180/45 = 4h

each statement alone is sufficient
User avatar
givemethescore
Joined: 29 Nov 2025
Last visit: 02 Jan 2026
Posts: 10
Own Kudos:
10
 [1]
Given Kudos: 11
Posts: 10
Kudos: 10
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
From workshop to monitor : 45*T1 = S
From monitor to workshop : 6*V2 = S

(1) S = 180 => sufficient to find T1
(2) v = (45+V2)/2 = 36 => V2 = 27 => S = 162 => sufficient to find T1
User avatar
truedelulu
Joined: 01 Sep 2025
Last visit: 24 Jan 2026
Posts: 81
Own Kudos:
70
 [1]
Given Kudos: 16
Products:
Posts: 81
Kudos: 70
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(1) Obviously, t=S/v= 180/45 = 4 hours. This statement is SUFFICIENT.
(2) Lets call the distance from workshop to the station (and vice versa) is A
Round trip: 2A=36*6 => A = 108km => t = 108/45 = 2,4 hours. This statement is SUFFICIENT.

Answer: D
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
User avatar
Archit3110
User avatar
Major Poster
Joined: 18 Aug 2017
Last visit: 24 Apr 2026
Posts: 8,629
Own Kudos:
5,190
 [1]
Given Kudos: 243
Status:You learn more from failure than from success.
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1: 545 Q79 V79 DI73
GMAT Focus 2: 645 Q83 V82 DI81
GPA: 4
WE:Marketing (Energy)
Products:
GMAT Focus 2: 645 Q83 V82 DI81
Posts: 8,629
Kudos: 5,190
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?
(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

speed to monitoring is 45 kmph
return time is 6 hours
#1
distance to monitoring station is 180 km
180/45 = 4hours
sufficient
#2
2 * 45*b = ( (45+b)) * 36
solve for b we get 30
distance is 30*6 = 180 km
time it takes to reach monitoring station = 180/45 ; 4 hours
sufficient
OPTION D is correct
User avatar
chasing725
Joined: 22 Jun 2025
Last visit: 13 Jan 2026
Posts: 176
Own Kudos:
173
 [1]
Given Kudos: 5
Location: United States (OR)
Schools: Stanford
Schools: Stanford
Posts: 176
Kudos: 173
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more

1) Distance is know, and speed is known. Hence we can find the time.

Time = 180 / 45

Sufficient

2) Lets assume that the distance between Main workshop and monitoring station is d

average speed = 2d / (d/45 + 6) = 36

We can find the value of d and thereby find the average speed.

This statement is also sufficient.

Option D
User avatar
okHedwig
Joined: 13 Apr 2022
Last visit: 22 Apr 2026
Posts: 51
Own Kudos:
30
 [1]
Given Kudos: 68
Posts: 51
Kudos: 30
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
IMO D

St 1: Since D is given & in the Q stem we have speed, we can find T. Sufficient
St 2: Avg speed = Tot dist/Tot time = 2(45*t)/(t+6), t can be solved. Sufficient

Hence D
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 24 Apr 2026
Posts: 5,986
Own Kudos:
5,859
 [1]
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,986
Kudos: 5,859
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
From main workshop to remote monitoring station: -
Distance = x km
Speed = 45 mph
Time taken = x/45 hours

From remote monitoring station to main workshop (return trip): -
Distance = x km
Time taken = 6 hours
Speed = x/6 mph

Average speed = 2x/(x/45+6)

What is time taken to reach the monitoring station = x/45 = ?

(1) The distance from the workshop to the monitoring station is 180 km.
x = 180
x/45 = 180/45 = 4 hours
The time taken to reach the monitoring station = 4 hours
Sufficient

(2)The cart's average (arithmetic mean) speed for the entire round trip is 36 mph
2x/(x/45+6) = 36
2x = 36x/45 + 36*6 = 4x/5 + 216
2x - 4x/5 = 6x/5 = 216
x = 216*5/6 = 180
x/45 = 180/45 = 4 hours
The time taken to reach the monitoring station = 4 hours
Sufficient

IMO D
User avatar
jefferyillman
Joined: 01 Dec 2024
Last visit: 24 Apr 2026
Posts: 50
Own Kudos:
27
 [1]
Given Kudos: 3
Posts: 50
Kudos: 27
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
answer D. both are sufficient.

1) 180km distance, speed 45km/hour. t=distance/velocity 180km/45km/h = 4 hours

2) average speed 36km/hour. speed from workshop to monitoring station 45km/hour. average speed = total distance/time 2x(there and back)/time 1 plus time 2.

time 1= distance x / velocity 45km/hour time 2= distance x / velocity y

therefore average speed 36km/hour = 2x / x/45 + x/velocity y

x/45 + x/velocity y = 2x/36
divide by x equals 1/45 + 1/velocity y = 2/36
1/velocity y = 1/18 - 1/45
1/velocity y = 5/90 - 2/90
1/velocity y = 3/90 = 1/30
velocity y = 30

return distance x = return velocity X return time
x = 30km/h x 6 hours (given in question)
x = 180 km

time to monitoring station = 180 km / 45km/h (given in question)
time to monitoring station = 4hours
User avatar
gchandana
Joined: 16 May 2024
Last visit: 24 Apr 2026
Posts: 193
Own Kudos:
142
 [1]
Given Kudos: 170
Location: India
Products:
Posts: 193
Kudos: 142
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We know the distance is the same both ways.

(1) Gives distance, we have speed, we can calculate the time taken. Sufficient.

(2) Average speed formula, when the distance covered is the same, is Avg speed = 2*s1*s2 / (s1 + s2). We have s1, we can s2, which then gives us the distance, since we have the time taken in the return trip. We can then find the time taken for the onward journey. Sufficient.

Option D
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
User avatar
Rahilgaur
Joined: 24 Jun 2024
Last visit: 26 Jan 2026
Posts: 162
Own Kudos:
125
 [1]
Given Kudos: 47
GMAT Focus 1: 575 Q81 V82 DI72
Products:
GMAT Focus 1: 575 Q81 V82 DI72
Posts: 162
Kudos: 125
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more


AD ---> Total distance = 180 Km , Speed = 45 KMPH , TIME = distance/speed= 180/45=4 hours. ---> Sufficient

D ---> Average speed = 36kmph = Total distance/ total time = 2x/(6+t), also t=x/45 (given )

36(6+x/45) = 2x ---> 18*6 + 18*x/45 = x ----> 18*6 + 2x/5 = x ---> x(1-2/5) = 18*6 --> x = 18*6*5/3 = 180 Km

tIME REQUIRED = 180/45 = 4 Hours -- Sufficient D answer.
User avatar
Sumimasen
Joined: 21 Jan 2024
Last visit: 24 Apr 2026
Posts: 36
Own Kudos:
33
 [1]
Given Kudos: 11
Products:
Posts: 36
Kudos: 33
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given: Distance (D) is same from workshop to monitoring station and station to workshop and t2 = 6hours
Speed from workshop to monitoring station is V1 (45km/hour) and Time t1.

Statement (1)
D is 180 km. So, t1 = D/V1 = 180/45 = 4 hours. (Sufficient)

Statement (2)
Average speed for round trip is 36km/hour.
Average speed formula = 2D/(t1+t2) = 2D/(D/V1+t2) = 36
=> 2D/((D/45)+6) =36
After solving, D=180. t1=D/V1 = 180/45 = 4hours (Sufficient)

Ans. D
User avatar
Chaithanya20
Joined: 15 Dec 2025
Last visit: 26 Dec 2025
Posts: 14
Own Kudos:
12
 [1]
Given Kudos: 1
Posts: 14
Kudos: 12
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Speed from workshop to station = 45kph
Time taken to workshop from station = 6hrs

(1) => Distance = 180kms => Time =180/45 = 4hrs. Sufficient
(2) => Average = 36 => Total Distance/Total Time =36 => 2d/(d/45+6) = 36. Sufficient.
User avatar
iBN
Joined: 13 Jan 2025
Last visit: 06 Mar 2026
Posts: 45
Own Kudos:
36
 [1]
Given Kudos: 25
Location: India
WE:Marketing (Consulting)
Products:
Posts: 45
Kudos: 36
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
An inspection cart travels from a main workshop to a remote monitoring station and then returns to the workshop along the same track. On the trip to the monitoring station, the cart travels at a constant speed of 45 kilometers per hour. If the return trip takes 6 hours, how many hours does the cart take to reach the monitoring station?

(1) The distance from the workshop to the monitoring station is 180 kilometers.

(2) The cart’s average (arithmetic mean) speed for the entire round trip is 36 kilometers per hour.

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more

lets take two trips individually

S1= 45 kmph
D1= D
t1 = The information we have to find

S2 = unknown
t2 = 6 km/hr
D1=D

Before going into the options we can formulate. an equation of D1=d2=45xt1. ..

take the first option - D1=180Km , Plug it in the new formula we formulated. we will get t1=180/45 which is 4 hrs . sufficient

take the second option avg speed formula is d1+d2/t1+t2. we already found d1=d2=45t . hence 90t1/6+t1= 36...solve for t1 hence second option is also sufficient

hence answer is D..each statement alone is sufficient
 1   2   3   4   
Moderators:
Math Expert
109818 posts
498 posts
212 posts