2022 AIME I Problems/Problem 5

Revision as of 13:06, 30 August 2022 by Vvsss (talk | contribs) (Solution 1a (Geometrical))

Problem

A straight river that is $264$ meters wide flows from west to east at a rate of $14$ meters per minute. Melanie and Sherry sit on the south bank of the river with Melanie a distance of $D$ meters downstream from Sherry. Relative to the water, Melanie swims at $80$ meters per minute, and Sherry swims at $60$ meters per minute. At the same time, Melanie and Sherry begin swimming in straight lines to a point on the north bank of the river that is equidistant from their starting positions. The two women arrive at this point simultaneously. Find $D$.

Solution 1 (Euclidean)

Define $m$ as the number of minutes they swim for.

Let their meeting point be $A$. Melanie is swimming against the current, so she must aim upstream from point $A$, to compensate for this; in particular, since she is swimming for $m$ minutes, the current will push her $14m$ meters downstream in that time, so she must aim for a point $B$ that is $14m$ meters upstream from point $A$. Similarly, Sherry is swimming downstream for $m$ minutes, so she must also aim at point $B$ to compensate for the flow of the current.

If Melanie and Sherry were to both aim at point $B$ in a currentless river with the same dimensions, they would still both meet at that point simultaneously. Since there is no current in this scenario, the distances that Melanie and Sherry travel, respectively, are $80m$ and $60m$ meters. We can draw out this new scenario, with the dimensions that we have: [asy] unitsize(0.02cm); draw((0,0)--(0,264)--(550,264)--(550,0)--cycle); pair B = (198,264); dot(B^^(0,0)^^(550,0),linewidth(5)); draw((0,0)--B,dashed); draw((550,0)--B,dashed);  label("$60m$", (0,0)--B, E); label("$80m$", (550,0)--B, W); label("$264$", (0,0)--(0,264), W); label("$\frac{D}{2} - 14m$", (0,264)--B, N); label("$\frac{D}{2} + 14m$", B--(550,264), N); label("$D$", (0,0)--(550,0), S); label("$B$", B, N);  label("\textit{Downstream}", (350,325), E); label("\textit{Upstream}", (200,325), W); draw((225,325)--(325,325), Arrows); [/asy] (While it is indeed true that the triangle above with side lengths $60m$, $80m$ and $D$ is a right triangle, we do not know this yet, so we cannot assume this based on the diagram.)

By the Pythagorean Theorem, we have \begin{align*} 264^{2} + \left( \frac{D}{2} - 14m \right) ^{2} &= 3600m^{2} \\ 264^{2} + \left( \frac{D}{2} + 14m \right) ^{2} &= 6400m^{2}. \end{align*}

Subtracting the first equation from the second gives us $28Dm = 2800m^{2}$, so $D = 100m$. Substituting this into our first equation, we have that \begin{align*}264^{2} + 36^{2} m^{2} &= 60^{2}m^{2} \\ 264^{2} &= 96 \cdot 24 \cdot m^{2} \\ 11^{2} &= 4 \cdot m^{2} \\ m &= \frac{11}{2}. \end{align*}

So $D = 100m = \boxed{550}$.

~ihatemath123

Solution 1a (Geometrical)

Claim

AIME 2022 I 5.png

Median $AM$ and altitude $AH$ are drawn in triangle $ABC$. $AB = c, AC = b < c, BC = a$ are known. Let's denote $MH = x$.

Prove that \begin{align*}2ax = c^{2} – b^{2}\end{align*}

Proof \[BH + CH = a,\] \begin{align*} BH^{2} – CH^{2} = c^{2} – b^{2}\implies BH - CH &= \frac{c^{2} – b^{2}} {a},\end{align*} \[BH =  \frac{c^{2} – b^{2}}{2a} +  \frac{a}{2},\] \begin{align*}MH = BH - BM  &= \frac{c^{2} – b^{2}} {2a}.\end{align*}

Solution

In the coordinate system associated with water, the movement is described by the scheme in the form of a triangle, the side on which Melanie floats is $80t$, where t is the time of Melanie's movement, the side along which Sherry floats is $60t$.

The meeting point floated away at a distance of $14t$ from the midpoint between the starting points of Melanie and Sherry.

In the notation of the Claim, \begin{align*}  c = 80t, b = 60t, x = 14t \implies a = \frac{(80t)^2-(60t)^2}{2 \cdot 14t}=\frac{20^2}{4}\cdot \frac{16-9}{7}t = 100t.\end{align*} Hence, \begin{align*}  AH = \sqrt{BC^2-BH^2}= \sqrt{(80t)^2-(50t+14t)^2}=16t \cdot \sqrt{5^2-4^2}= 48t = 264 \implies t = 5.5.\end{align*} \[D = a = 100t = \boxed{550}\] vladimir.shelomovskii@gmail.com, vvsss

Solution 2 (Vectors)

We have the following diagram: [asy] /* Made by MRENTHUSIASM */ size(350); pair A, B, C; A = (0,264); B = (-275,0); C = (275,0); draw((-300,0)--(300,0)^^(-300,264)--(300,264)^^A--B^^A--C,linewidth(2)); dot("Finish",A,1.75*N,linewidth(5)); dot("Sherry",B,1.75*S,linewidth(5)); dot("Melanie",C,1.75*S,linewidth(5)); Label L1 = Label("$D$", align=(0,0), position=MidPoint, filltype=Fill(3,0,white)); Label L2 = Label("$264$", align=(0,0), position=MidPoint, filltype=Fill(0,3,white)); Label L3 = Label("Current $(14)$", position=EndPoint, filltype=Fill(3,0,white)); Label L4 = Label("$y$", align=(-1,0), position=Relative(0.4)); Label L5 = Label("$x$", align=(0,1), position=Relative(0.4)); Label L6 = Label("$y$", align=(1,0), position=Relative(0.4)); Label L7 = Label("$x$", align=(0,1), position=Relative(0.4)); draw(B-(0,75)--C-(0,75), L=L1, arrow=Arrows(),bar=Bars(15)); draw((-350,0)--(-350,264), L=L2, arrow=Arrows(),bar=Bars(15)); draw((-300,-120)--(300,-120), L=L3, arrow=EndArrow()); draw(B--B+(0,48), L=L4, arrow=EndArrow()); draw(B+(0,48)--B+(50,48), L=L5, arrow=EndArrow()); draw(C--C+(0,48), L=L6, arrow=EndArrow()); draw(C+(0,48)--C+(-50,48), L=L7, arrow=EndArrow()); [/asy] Since Melanie and Sherry swim for the same distance and the same amount of time, they swim at the same net speed.

Let $x$ and $y$ be some positive numbers. We have the following table: \[\begin{array}{c||c|c|c}     & \textbf{Net Velocity Vector (m/min)} & \textbf{Natural Velocity Vector (m/min)} & \textbf{Natural Speed (m/min)} \\ \hline \hline &&& \\ [-2.25ex] \textbf{Melanie} & \langle -x,y\rangle & \langle -x-14,y\rangle & 80  \\ \hline   &&& \\ [-2.25ex] \textbf{Sherry} & \langle x,y\rangle & \langle x-14,y\rangle & 60 \end{array}\] Recall that $|\text{velocity}|=\text{speed},$ so \begin{align*} (-x-14)^2 + y^2 &= 80^2, &&(1) \\ (x-14)^2 + y^2 &= 60^2. &&(2) \end{align*} We subtract $(2)$ from $(1)$ to get $56x=2800,$ from which $x=50.$ Substituting this into either equation, we have $y=48.$

It follows that Melanie and Sherry both swim for $264\div y=5.5$ minutes. Therefore, the answer is \[D=2x\cdot5.5=\boxed{550}.\] ~MRENTHUSIASM

Video Solution

https://youtu.be/MJ_M-xvwHLk?t=1487

~ThePuzzlr

Video Solution 2

https://www.youtube.com/watch?v=s6nXXnBLTdA

~Chickenugget

See Also

2022 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 4
Followed by
Problem 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions