Difference between revisions of "2024 SSMO Relay Round 3 Problems/Problem 1"

(Created page with "==Problem== Alice and Bob on the second floor of the building right next to the escalator moving upwards. Alice and Bob each run at 200 steps per minute and the escalator is...")
 
Line 4: Line 4:
  
 
==Solution==
 
==Solution==
 +
Let the speed of the escalators be <math>s.</math> We have the following Distance/Speed/Time chart.
 +
<math></math>\begin{tabular}{c|c|c}
 +
Distance & Speed & Time\\\hline
 +
225 & <math>200-s</math> & <math>a_1</math>\\
 +
300 & <math>200</math> & <math>b_1</math>\\
 +
225 & <math>200+s</math> & <math>b_2</math>\\
 +
\end{tabular}<math></math>
 +
Since Alice and Bob reach the bottom floor at the same time, we have <math>a_1 = b_1+b_2.</math> Since distance is the product of speed and time, we have
 +
\begin{align*}
 +
\frac{225}{200-s}&=\frac{3}{2}+\frac{225}{200+s}\implies\\
 +
\frac{450s}{200^2-s^2} &= \frac{3}{2}\implies\\
 +
s^2+300s-200^2&=0\implies\\
 +
(s+400)(s-100)&=0\implies\\
 +
s&=\boxed{100}.
 +
\end{align*}
 +
 +
~SMO_Team

Revision as of 14:44, 10 September 2025

Problem

Alice and Bob on the second floor of the building right next to the escalator moving upwards. Alice and Bob each run at 200 steps per minute and the escalator is a total of 225 steps. Alice chooses to use the escalator moving upwards, while Bob chooses to run to the escalator moving downwards, 300 steps away, and then ride the escalator down. If Alice and Bob hit the bottom floor at the exact same time, find the speed of the escalators in terms of steps per minute.

Solution

Let the speed of the escalators be $s.$ We have the following Distance/Speed/Time chart. $$ (Error compiling LaTeX. Unknown error_msg)\begin{tabular}{c|c|c} Distance & Speed & Time\\\hline 225 & $200-s$ & $a_1$\\ 300 & $200$ & $b_1$\\ 225 & $200+s$ & $b_2$\\ \end{tabular}$$ (Error compiling LaTeX. Unknown error_msg) Since Alice and Bob reach the bottom floor at the same time, we have $a_1 = b_1+b_2.$ Since distance is the product of speed and time, we have \begin{align*} \frac{225}{200-s}&=\frac{3}{2}+\frac{225}{200+s}\implies\\ \frac{450s}{200^2-s^2} &= \frac{3}{2}\implies\\ s^2+300s-200^2&=0\implies\\ (s+400)(s-100)&=0\implies\\ s&=\boxed{100}. \end{align*}

~SMO_Team