Difference between revisions of "2021 Fall AMC 10A Problems/Problem 16"
MRENTHUSIASM (talk | contribs) (→Solution 2 (Graphing)) |
MRENTHUSIASM (talk | contribs) (→Solution 2 (Graphing)) |
||
Line 79: | Line 79: | ||
Q[i] = (-i,i+1)--(-i-1,i+1); | Q[i] = (-i,i+1)--(-i-1,i+1); | ||
} | } | ||
− | draw(P^^Q,red+linewidth(1.25) | + | draw(P^^Q,red+linewidth(1.25)); |
for (int i = 0; i < 9; ++i) { | for (int i = 0; i < 9; ++i) { | ||
dot((i,i),red+linewidth(4)); | dot((i,i),red+linewidth(4)); | ||
Line 153: | Line 153: | ||
Q[i] = (-i,i+1)--(-i-1,i+1); | Q[i] = (-i,i+1)--(-i-1,i+1); | ||
} | } | ||
− | draw(P^^Q,heavygreen+linewidth(1.25) | + | draw(P^^Q,heavygreen+linewidth(1.25)); |
for (int i = 0; i < 9; ++i) { | for (int i = 0; i < 9; ++i) { | ||
dot((i,i),heavygreen+linewidth(0.7),UnFill); | dot((i,i),heavygreen+linewidth(0.7),UnFill); |
Revision as of 15:42, 25 November 2021
Problem
The graph of is symmetric about which of the following? (Here is the greatest integer not exceeding .)
Solution 1 (Piecewise Function)
IN PROGRESS AND WILL FINISH SOON. NO EDIT PLEASE. A MILLION THANKS.
~MRENTHUSIASM
Solution 2 (Graphing)
Let and
The graph of is shown below: Note that is a reflection of about the -axis, followed by a translation of unit right. The graph of is shown below: Taking the difference, we graph as shown below:
DIAGRAM WILL BE READY VERY SOON. APPRECIATE IT IF THERE'S NO EDIT AT THIS PAGE WITHIN THE NEXT HOUR.
Therefore, the answer is
~MRENTHUSIASM
See Also
2021 Fall AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 15 |
Followed by Problem 17 | |
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.