Difference between revisions of "2021 Fall AMC 10A Problems/Problem 11"
m (Added See Also) |
(→Solution 1 (One Variable)) |
||
(41 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Solution== | + | ==Problem== |
− | Let the speed at which Emily walks be 42 steps per hour. Let the speed at which the ship is moving be <math>s</math>. Walking in the direction of the ship, it takes her 210 steps, or 210 | + | |
− | <cmath>210-5s = 42 + s</cmath> | + | Emily sees a ship traveling at a constant speed along a straight section of a river. She walks parallel to the riverbank at a uniform rate faster than the ship. She counts <math>210</math> equal steps walking from the back of the ship to the front. Walking in the opposite direction, she counts <math>42</math> steps of the same size from the front of the ship to the back. In terms of Emily's equal steps, what is the length of the ship? |
− | <cmath>s = | + | |
− | <cmath> | + | <math>\textbf{(A) }70\qquad\textbf{(B) }84\qquad\textbf{(C) }98\qquad\textbf{(D) }105\qquad\textbf{(E) }126</math> |
− | ~ | + | |
+ | ==Solution 1 (One Variable)== | ||
+ | Let <math>x</math> be the length of the ship. | ||
+ | Then, in the time that Emily walks <math>210</math> steps, the ship moves <math>210-x</math> steps. | ||
+ | Also, in the time that Emily walks <math>42</math> steps, the ship moves <math>x-42</math> steps. | ||
+ | Since the ship and Emily have the same ratio of absolute speeds in either direction, <math>\frac{210}{210-x} = \frac{42}{x-42}</math>. Dividing both sides by <math>42</math> and cross multiplying, we get <math>5(x-42) = 210-x</math>, so <math>6x = 420</math>, and <math>x = \boxed{\textbf{(A) }70}</math>. | ||
+ | |||
+ | ~ihatemath123 | ||
+ | |||
+ | ==Solution 2 (Two Variables)== | ||
+ | Let the speed at which Emily walks be <math>42</math> steps per hour. Let the speed at which the ship is moving be <math>s</math>. Walking in the direction of the ship, it takes her <math>210</math> steps, or <math>\frac {210}{42} = 5</math> hours, to travel. We can create an equation: <cmath>d = 5(42-s),</cmath> where <math>d</math> is the length of the ship. Walking in the opposite direction of the ship, it takes her <math>42</math> steps, or <math>42/42 = 1</math> hour. We can create a similar equation: <cmath>d = 1(42+s).</cmath> Now we have two variables and two equations. We can equate the expressions for <math>d</math> and solve for <math>s</math>: | ||
+ | <cmath>\begin{align*} | ||
+ | 210-5s &= 42 + s \\ | ||
+ | s &= 28. \\ | ||
+ | \end{align*}</cmath> | ||
+ | Therefore, we have <math>d = 42 + s = \boxed{\textbf{(A) }70}</math>. | ||
+ | |||
+ | ~LucaszDuzMatz (Solution) | ||
+ | |||
+ | == Solution 3 (Three Variables) == | ||
+ | Suppose that Emily and the ship take steps simultaneously such that Emily's steps cover a greater length than the ship's steps. | ||
+ | |||
+ | Let <math>L</math> be the length of the ship, <math>E</math> be Emily's step length, and <math>S</math> be the ship's step length. We wish to find <math>\frac LE.</math> | ||
+ | |||
+ | When Emily walks from the back of the ship to the front, she walks a distance of <math>210E</math> and the front of the ship moves a distance of <math>210S.</math> We have <math>210E=L+210S</math> for this scenario, which rearranges to <cmath>210E-210S=L. \hspace{15mm}(1)</cmath> When Emily walks in the opposite direction, she walks a distance of <math>42E</math> and the back of the ship moves a distance of <math>42S.</math> We have <math>42E=L-42S</math> for this scenario, which rearranges to <cmath>42E+42S=L. \hspace{19.125mm}(2)</cmath> | ||
+ | We multiply <math>(2)</math> by <math>5</math> and then add <math>(1)</math> to get <math>420E=6L,</math> from which <math>\frac LE = \boxed{\textbf{(A) }70}.</math> | ||
+ | |||
+ | ~Steven Chen (www.professorchenedu.com) | ||
+ | |||
+ | ~MRENTHUSIASM | ||
+ | |||
+ | ==Solution 4 (Using the Boat's "Step")== | ||
+ | Every time Emily takes a step, the boat also "takes a step". Call the length of the boats step <math>s</math>. Call the length of the boat <math>x</math>. | ||
+ | |||
+ | When Emily is walking in the same direction as the boat, every time she takes a step the boat moves an additional distance of <math>s</math>. This means that she travels a total distance of <math>x + 210 s</math> to reach the other end of the boat. | ||
+ | |||
+ | When Emily is walking in the opposite direction of the boat, every time she takes a step the distance till the end of the boat reduces by <math>s</math> (since the boat is coming towards her and moves a distance of <math>s</math>). This means that she travels a total distance of <math>x - 42 s</math> to reach the other end of the boat. | ||
+ | |||
+ | Taking Emily's step as a unit of distance, we now have two equations | ||
+ | <cmath>\begin{align*} | ||
+ | 210 &= x + 210 s, \\ | ||
+ | 42 &= x - 42s. | ||
+ | \end{align*}</cmath> | ||
+ | Solving for <math>x</math> you get <math>\boxed{\textbf{(A) }70}</math>. | ||
+ | |||
+ | ~zeeshan12 | ||
+ | |||
+ | == Solution 5 (Relative Speeds) == | ||
+ | Call the speed of the boat <math>v_s</math> and the speed of Emily <math>v_e</math>. | ||
+ | |||
+ | Consider the scenario when Emily is walking along with the boat. Relative to an observer on the boat, her speed is <math>v_e-v_s</math>. | ||
+ | |||
+ | Consider the scenario when Emily is walking in the opposite direction. Relative to an observer on the boat, her speed is <math>v_e+v_s</math> | ||
+ | |||
+ | Since Emily takes <math>210</math> steps to walk along with the boat and <math>42</math> steps to walk opposite the boat, that means it takes her <math>5</math> times longer to walk the length of a stationary boat at <math>v_e-v_s</math> compared to <math>v_e+v_s</math>. | ||
+ | |||
+ | This means that <math>5(v_e-v_s)=v_e+v_s</math>, so <math>v_s = \frac{2v_e}{3}</math>. | ||
+ | |||
+ | As Emily takes <math>210</math> steps to walk the length of the boat at a speed of <math>v_e- \frac{2v_e}{3}=\frac{v_e}{3}</math>, she must take <math>\frac13</math> of the time to walk the length of the boat at a speed of <math>v_e</math>, so our answer is <math>\frac{210}{3} = \boxed{\textbf{(A) }70}</math>. | ||
+ | |||
+ | ==Video Solution by TheBeautyofMath== | ||
+ | https://youtu.be/zq3UPu4nwsE | ||
+ | |||
+ | ~IceMatrix | ||
+ | |||
+ | ==Video Solution by WhyMath== | ||
+ | |||
+ | https://youtu.be/0JOj_fbCB40 | ||
+ | |||
+ | ~savannahsolver | ||
+ | |||
==See Also== | ==See Also== | ||
{{AMC10 box|year=2021 Fall|ab=A|num-b=10|num-a=12}} | {{AMC10 box|year=2021 Fall|ab=A|num-b=10|num-a=12}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 09:38, 23 November 2023
Contents
Problem
Emily sees a ship traveling at a constant speed along a straight section of a river. She walks parallel to the riverbank at a uniform rate faster than the ship. She counts equal steps walking from the back of the ship to the front. Walking in the opposite direction, she counts steps of the same size from the front of the ship to the back. In terms of Emily's equal steps, what is the length of the ship?
Solution 1 (One Variable)
Let be the length of the ship. Then, in the time that Emily walks steps, the ship moves steps. Also, in the time that Emily walks steps, the ship moves steps. Since the ship and Emily have the same ratio of absolute speeds in either direction, . Dividing both sides by and cross multiplying, we get , so , and .
~ihatemath123
Solution 2 (Two Variables)
Let the speed at which Emily walks be steps per hour. Let the speed at which the ship is moving be . Walking in the direction of the ship, it takes her steps, or hours, to travel. We can create an equation: where is the length of the ship. Walking in the opposite direction of the ship, it takes her steps, or hour. We can create a similar equation: Now we have two variables and two equations. We can equate the expressions for and solve for : Therefore, we have .
~LucaszDuzMatz (Solution)
Solution 3 (Three Variables)
Suppose that Emily and the ship take steps simultaneously such that Emily's steps cover a greater length than the ship's steps.
Let be the length of the ship, be Emily's step length, and be the ship's step length. We wish to find
When Emily walks from the back of the ship to the front, she walks a distance of and the front of the ship moves a distance of We have for this scenario, which rearranges to When Emily walks in the opposite direction, she walks a distance of and the back of the ship moves a distance of We have for this scenario, which rearranges to We multiply by and then add to get from which
~Steven Chen (www.professorchenedu.com)
~MRENTHUSIASM
Solution 4 (Using the Boat's "Step")
Every time Emily takes a step, the boat also "takes a step". Call the length of the boats step . Call the length of the boat .
When Emily is walking in the same direction as the boat, every time she takes a step the boat moves an additional distance of . This means that she travels a total distance of to reach the other end of the boat.
When Emily is walking in the opposite direction of the boat, every time she takes a step the distance till the end of the boat reduces by (since the boat is coming towards her and moves a distance of ). This means that she travels a total distance of to reach the other end of the boat.
Taking Emily's step as a unit of distance, we now have two equations Solving for you get .
~zeeshan12
Solution 5 (Relative Speeds)
Call the speed of the boat and the speed of Emily .
Consider the scenario when Emily is walking along with the boat. Relative to an observer on the boat, her speed is .
Consider the scenario when Emily is walking in the opposite direction. Relative to an observer on the boat, her speed is
Since Emily takes steps to walk along with the boat and steps to walk opposite the boat, that means it takes her times longer to walk the length of a stationary boat at compared to .
This means that , so .
As Emily takes steps to walk the length of the boat at a speed of , she must take of the time to walk the length of the boat at a speed of , so our answer is .
Video Solution by TheBeautyofMath
~IceMatrix
Video Solution by WhyMath
~savannahsolver
See Also
2021 Fall AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.