Difference between revisions of "2023 AMC 8 Problems/Problem 9"
MRENTHUSIASM (talk | contribs) |
MRENTHUSIASM (talk | contribs) (→Solution) |
||
Line 31: | Line 31: | ||
==Solution== | ==Solution== | ||
− | We mark the time intervals in which Malaika's elevation is between <math>4</math> and <math>7</math> meters, as shown below: | + | We mark the time intervals in which Malaika's elevation is between <math>4</math> and <math>7</math> meters in red, as shown below: |
<asy> | <asy> | ||
// Diagram by TheMathGuyd. Found cubic, so graph is perfect. | // Diagram by TheMathGuyd. Found cubic, so graph is perfect. | ||
Line 53: | Line 53: | ||
} | } | ||
draw(graph(f,0,15.225),currentpen+1); | draw(graph(f,0,15.225),currentpen+1); | ||
− | draw(graph(f,2,4)^^graph(f,6,10)^^graph(f,12,14),red+currentpen+ | + | draw(graph(f,2,4)^^graph(f,6,10)^^graph(f,12,14),red+currentpen+2); |
real dpt=2; | real dpt=2; | ||
real ts=0.75; | real ts=0.75; |
Revision as of 04:19, 26 January 2023
Contents
Problem
Malaika is skiing on a mountain. The graph below shows her elevation, in meters, above the base of the mountain as she skis along a trail. In total, how many seconds does she spend at an elevation between and meters?
Solution
We mark the time intervals in which Malaika's elevation is between and meters in red, as shown below: The requested time intervals are:
- from the nd to the th seconds
- from the th to the th seconds
- from the th to the th seconds
In total, Malaika spends seconds at such elevation.
~apex304, MRENTHUSIASM
Video Solution by SpreadTheMathLove
https://www.youtube.com/watch?v=lfyg5ZMV0gg
Video Solution by Magic Square
https://youtu.be/-N46BeEKaCQ?t=4903
See Also
2023 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
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 AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.