Difference between revisions of "2008 AMC 12B Problems/Problem 20"
(→Solution 4 (Position Functions and Piecewise)) |
m (→Problem) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
==Problem== | ==Problem== | ||
− | Michael walks at the rate of <math>5</math> feet per second on a long straight path. Trash pails are located every <math>200</math> feet along the path. A garbage truck traveling at <math>10</math> feet per second in the same direction as Michael stops for <math>30</math> seconds at each pail. As Michael passes a pail, he notices the truck ahead of him just leaving the next pail. How many times will Michael and the truck | + | Michael walks at the rate of <math>5</math> feet per second on a long straight path. Trash pails are located every <math>200</math> feet along the path. A garbage truck traveling at <math>10</math> feet per second in the same direction as Michael stops for <math>30</math> seconds at each pail. As Michael passes a pail, he notices the truck ahead of him just leaving the next pail. How many times will Michael and the truck meet? |
<math>\mathrm{(A)}\ 4\qquad\mathrm{(B)}\ 5\qquad\mathrm{(C)}\ 6\qquad\mathrm{(D)}\ 7\qquad\mathrm{(E)}\ 8</math> | <math>\mathrm{(A)}\ 4\qquad\mathrm{(B)}\ 5\qquad\mathrm{(C)}\ 6\qquad\mathrm{(D)}\ 7\qquad\mathrm{(E)}\ 8</math> | ||
Line 118: | Line 118: | ||
==Solution 4 (Position Functions and Piecewise)== | ==Solution 4 (Position Functions and Piecewise)== | ||
− | This solution might be time consuming, but it is pretty rigorous. Also, throughout the solution refer to the graph in solution 1 to understand this one more. Lets first start off by defining the position function for Michael. We let <math>M(t) = 5t</math>, where <math>t</math> is the amount of seconds passed. Now, lets define the position function of the truck as two independent functions. It is obvious, graphically, that position function of the truck is a piecewise function alternating between linear lines | + | This solution might be time consuming, but it is pretty rigorous. Also, throughout the solution refer to the graph in solution 1 to understand this one more. Lets first start off by defining the position function for Michael. We let <math>M(t) = 5t</math>, where <math>t</math> is the amount of seconds passed. Now, lets define the position function of the truck as two independent functions. It is obvious, graphically, that the position function of the truck is a piecewise function alternating between linear lines and constant lines. Lets focus on the linear pieces of the truck's position function. Let the <math>kth</math> linear part of the truck's position function be denoted as <math>L_k(t)</math>. Then through algebra, it is found that <math>L_k(t) = 10t + 500 - 300k</math>, <math>{50k - 50 <= t <= 50k - 30}</math>. Now, lets move on to the constant pieces, which is a lot easier in terms of algebra. Let the <math>ith</math> constant part of the truck's position function be denoted as <math>C_i(t)</math>. Then, again, through algebra we obtain <math>C_i(t) = 200 * (i + 1)</math>, <math>{50i - 30 <= t <= 50i}</math>. Now, let me stress that <math>i</math> and <math>k</math> are disjoint, which is why I used different variable names. We are interested in where <math>C_i(t)</math> and <math>L_k(t)</math> intersect <math>M(t)</math> or <math>5t</math>. <math>L_k(t)</math> intersects <math>M</math> at <math>(60k - 100, 300k - 500)</math>. However, the only <math>k</math> values that actually work are <math>5 <= k <= 7</math> because of the domain restrictions on <math>L_k(t)</math>. Similarly, we also see that for <math>C_i(t)</math> it intersects at <math>(40i + 40, 200i + 200)</math>. The only <math>i</math> values that work is <math>4 <= i <= 7</math>. However, some pair <math>(i, k)</math> might yield the same exact intersection point. Checking this through simple algebra we see that <math>(4,5)</math> and <math>(7,7)</math> do indeed yield the same intersection point. Thus, our answer is <math>(7 - 5 + 1) + (7 - 4 + 1) - 2 = 7 - 2 = 5</math> or <math>\boxed{\textbf{(B)}}</math>. |
Note: This is probably not the best solution as it seems a lot more tedious, but it still works. I admit this solution isn't elegant at all. | Note: This is probably not the best solution as it seems a lot more tedious, but it still works. I admit this solution isn't elegant at all. |
Latest revision as of 16:55, 11 August 2023
- The following problem is from both the 2008 AMC 12B #20 and 2008 AMC 10B #25, so both problems redirect to this page.
Contents
Problem
Michael walks at the rate of feet per second on a long straight path. Trash pails are located every feet along the path. A garbage truck traveling at feet per second in the same direction as Michael stops for seconds at each pail. As Michael passes a pail, he notices the truck ahead of him just leaving the next pail. How many times will Michael and the truck meet?
Solution 1
Pick a coordinate system where Michael's starting pail is and the one where the truck starts is . Let and be the coordinates of Michael and the truck after seconds. Let be their (signed) distance after seconds. Meetings occur whenever . We have .
The truck always moves for seconds, then stands still for . During the first seconds of the cycle the truck moves by feet and Michael by , hence during the first seconds of the cycle increases by . During the remaining seconds decreases by .
From this observation it is obvious that after four full cycles, i.e. at , we will have for the first time.
During the fifth cycle, will first grow from to , then fall from to . Hence Michael overtakes the truck while it is standing at the pail.
During the sixth cycle, will first grow from to , then fall from to . Hence the truck starts moving, overtakes Michael on their way to the next pail, and then Michael overtakes the truck while it is standing at the pail.
During the seventh cycle, will first grow from to , then fall from to . Hence the truck meets Michael at the moment when it arrives to the next pail.
Obviously, from this point on will always be negative, meaning that Michael is already too far ahead. Hence we found all meetings.
The movement of Michael and the truck is plotted below: Michael in blue, the truck in red.
Solution 2
The truck takes seconds to go from one pail to the next and then stops for seconds at the new pail. Thus it sets off from a pail every 50 sec. Let denote the time elapsed and write , where . In this time Michael has traveled feet. What about the truck? In the first seconds the truck covers pails, i.e. feet so it moves feet from Michael's starting point. Then we have two cases:
(a) if , then the truck travels an additional feet. For them to intersect we must have . Solving, we get . Since must lie in the interval we get .
(b) if , then the truck travels an additional feet. For them to intersect we must have . Solving, we get . Since must lie in the interval we get .
Thus Michael intersects with the truck times, which is option .
Solution 3
We make a chart by seconds in increments of ten.
Notice at 200, 240, 260, 280, and 320 seconds, Michael and the garbage truck meet. It is clear that they met at these times, and will meet no more. Thus the answer is .
~superagh
Solution 4 (Position Functions and Piecewise)
This solution might be time consuming, but it is pretty rigorous. Also, throughout the solution refer to the graph in solution 1 to understand this one more. Lets first start off by defining the position function for Michael. We let , where is the amount of seconds passed. Now, lets define the position function of the truck as two independent functions. It is obvious, graphically, that the position function of the truck is a piecewise function alternating between linear lines and constant lines. Lets focus on the linear pieces of the truck's position function. Let the linear part of the truck's position function be denoted as . Then through algebra, it is found that , . Now, lets move on to the constant pieces, which is a lot easier in terms of algebra. Let the constant part of the truck's position function be denoted as . Then, again, through algebra we obtain , . Now, let me stress that and are disjoint, which is why I used different variable names. We are interested in where and intersect or . intersects at . However, the only values that actually work are because of the domain restrictions on . Similarly, we also see that for it intersects at . The only values that work is . However, some pair might yield the same exact intersection point. Checking this through simple algebra we see that and do indeed yield the same intersection point. Thus, our answer is or .
Note: This is probably not the best solution as it seems a lot more tedious, but it still works. I admit this solution isn't elegant at all.
~triggod
See also
2008 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 19 |
Followed by Problem 21 |
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 12 Problems and Solutions |
2008 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Problem | |
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.