Difference between revisions of "2023 WSMO Speed Round Problems/Problem 1"
Line 51: | Line 51: | ||
draw(c--e,red+linewidth(2)); | draw(c--e,red+linewidth(2)); | ||
</asy> | </asy> | ||
+ | |||
+ | The left triangle has an area of <math>\tfrac{1}{2}\cdot1\cdot2 = 1</math>, the center parallelogram has an area of <math>2\cdot2 = 4</math>, and the right triangle has an area of <math>\tfrac{1}{2}\cdot1\cdot2 = 1</math>. Thus, our answer is <math>1+4+1 = \boxed{6}.</math> | ||
+ | ~pinkpig |
Revision as of 11:02, 12 September 2025
Problem
Find the number of square units in the area of the shaded region.
Solution
We divide the shaded region into three sections as follows
The left triangle has an area of , the center parallelogram has an area of
, and the right triangle has an area of
. Thus, our answer is
~pinkpig