Official Solution: A warehouse tug can operate either with no carts attached or with several identical carts attached. Attaching carts reduces the tug’s speed, and the speed reduction is directly proportional to the square root of the number of carts attached. The tug’s speed is 18 km/h when 4 carts are attached and 12 km/h when 9 carts are attached. What is the greatest number of carts that can be attached so that the tug can still move?A. 14
B. 24
C. 25
D. 30
E. 36
Let the tug’s speed with no carts attached be \(V\).
Since the speed reduction is proportional to \(\sqrt{n}\), we can write the tug’s speed with \(n\) carts as speed = \(V - k\sqrt{n}\), where \(k\) is a positive constant.
Using the two given cases:
When \(n = 4\), \(\sqrt{n} = 2\), so \(V - 2k = 18\).
When \(n = 9\), \(\sqrt{n} = 3\), so \(V - 3k = 12\).
Subtract the second equation from the first:
\((V - 2k) - (V - 3k) = 18 - 12\)
\(k = 6\).
Plug back into \(V - 2k = 18\):
\(V - 12 = 18\)
\(V = 30\).
So the speed with \(n\) carts is:
speed = \(30 - 6\sqrt{n}\).
For the tug to still move, its speed must be positive:
\(30 - 6\sqrt{n} > 0\)
\(\sqrt{n} < 5\)
\(n < 25\).
The greatest integer less than 25 is 24, so the maximum number of carts is 24.
Answer: B