Difference between revisions of "1982 AHSME Problems/Problem 19"
MRENTHUSIASM (talk | contribs) m (→Solution) |
MRENTHUSIASM (talk | contribs) (→Solution) |
||
Line 32: | Line 32: | ||
pair A[]; | pair A[]; | ||
− | A[0] = ( | + | A[0] = (2,0); |
− | A[1 | + | A[1] = (3,2); |
− | + | A[2] = (4,0); | |
− | A[ | + | A[3] = (8,0); |
− | A[ | ||
− | draw(A[0]--A[1]--A[2]--A[3 | + | draw(A[0]--A[1]--A[2]--A[3],red+linewidth(1.5)); |
− | for(int i = 0; i <= | + | for(int i = 0; i <= 3; ++i) { |
dot(A[i],red+linewidth(4.5)); | dot(A[i],red+linewidth(4.5)); | ||
} | } | ||
− | label("$( | + | label("$(2,0)$",A[0],(0,-1.5),UnFill); |
− | + | label("$(3,2)$",A[1],(0,1.5),UnFill); | |
− | label("$(3,2)$",A[ | + | label("$(4,0)$",A[2],(0,-1.5),UnFill); |
− | label("$(4,0)$",A[ | + | label("$(8,0)$",A[3],(0,-1.5),UnFill); |
− | label("$(8,0)$",A[ | ||
</asy> | </asy> | ||
The largest value of <math>f(x)</math> is <math>2,</math> and the smallest value of <math>f(x)</math> is <math>0.</math> So, their sum is <math>\boxed{\textbf {(B)}\ 2}.</math> | The largest value of <math>f(x)</math> is <math>2,</math> and the smallest value of <math>f(x)</math> is <math>0.</math> So, their sum is <math>\boxed{\textbf {(B)}\ 2}.</math> |
Revision as of 21:28, 12 September 2021
Problem
Let for . The sum of the largest and smallest values of is
Solution
Note that at one of the three absolute values is equal to
Without using absolute values, we rewrite as a piecewise function: which simplifies to The graph of is shown below. The largest value of is and the smallest value of is So, their sum is
~MRENTHUSIASM
See Also
1982 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 18 |
Followed by Problem 20 | |
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 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.