2023 AMC 10B Problems/Problem 13: Difference between revisions
E is 2.71828 (talk | contribs) |
E is 2.71828 (talk | contribs) |
||
| Line 8: | Line 8: | ||
== Solution == | == Solution == | ||
First consider, <math>|x-1|+|y-1| | First consider, <math>|x-1|+|y-1| \le 1.</math> | ||
We can see that it's a square with radius 1 (diagonal 2). The area of the square is <math>\sqrt{2}^2 = 2.</math> | We can see that it's a square with radius 1 (diagonal 2). The area of the square is <math>\sqrt{2}^2 = 2.</math> | ||
Next, we add one more absolute value and get <math>|x-1|+||y|-1| | Next, we add one more absolute value and get <math>|x-1|+||y|-1| \le 1.</math> This will double the square reflecting over x-axis. | ||
So now we got 2 squares. | So now we got 2 squares. | ||
Finally, we add one more absolute value and get <math>||x|-1|+||y|-1| | Finally, we add one more absolute value and get <math>||x|-1|+||y|-1| \le 1.</math> This will double the squares reflecting over y-axis. | ||
In the end, we got 4 squares. The total area is <math>4\cdot2 = </math> <math>\boxed{\text{(B)} 8}</math> | In the end, we got 4 squares. The total area is <math>4\cdot2 = </math> <math>\boxed{\text{(B)} 8}</math> | ||
~Minor formatting change: e_is_2.71828 | |||
Revision as of 17:42, 15 November 2023
Problem 13
What is the area of the region in the coordinate plane defined by
?
Solution
First consider,
We can see that it's a square with radius 1 (diagonal 2). The area of the square is
Next, we add one more absolute value and get
This will double the square reflecting over x-axis.
So now we got 2 squares.
Finally, we add one more absolute value and get
This will double the squares reflecting over y-axis.
In the end, we got 4 squares. The total area is
~Minor formatting change: e_is_2.71828