Difference between revisions of "2019 AMC 10A Problems/Problem 7"
Sevenoptimus (talk | contribs) m (Fixed formatting) |
(→Solution 4) |
||
Line 19: | Line 19: | ||
==Solution 4== | ==Solution 4== | ||
− | Like in the other solutions, we find, either using algebra or simply by drawing the lines on squared paper, that the three points of intersection are <math>(2, 2)</math>, <math>(4, 6)</math> and <math>(6, 4)</math>. We can now draw the bounding square with vertices <math>(2, 2)</math>, <math>(2, 6)</math>, <math>(6, 6)</math> and <math>(6, 2)</math>, and deduce that the triangle's area is <math>16-4-2-4=\boxed{\textbf{(C) }6}</math>. | + | Like in the other solutions, we find, either using algebra or simply by drawing the lines on squared paper, that the three points of intersection are <math>(2, 2)</math>, <math>(4, 6)</math>, and <math>(6, 4)</math>. We can now draw the bounding square with vertices <math>(2, 2)</math>, <math>(2, 6)</math>, <math>(6, 6)</math> and <math>(6, 2)</math>, and deduce that the triangle's area is <math>16-4-2-4=\boxed{\textbf{(C) }6}</math>. |
+ | |||
+ | ==Solution 5== | ||
+ | Like in other solutions, we find that the three points of intersection are <math>(2, 2)</math>, <math>(4, 6)</math>, and <math>(6, 4)</math>. Using graph paper, we can see that this triangle has <math>6</math> boundary lattice points and <math>4</math> interior lattice points. By Pick's Theorem, the area is <math>\frac62 + 4 - 1 = \boxed{\textbf{(C) }6}</math>. | ||
+ | |||
+ | ==Solution 6== | ||
+ | Like in other solutions, we find the three points of intersection. Label these <math>A (2, 2)</math>, <math>B (4, 6)</math>, and <math>C (6, 4)</math>. By the Pythagorean Theorem, <math>AB = AC = 2\sqrt5</math> and <math>BC = 2\sqrt2</math>. By the Law of Cosines, | ||
+ | <cmath>\cos A = \frac{(2\sqrt5)^2 + (2\sqrt5)^2 - (2\sqrt2)^2}{2 \cdot 2\sqrt5 \cdot 2\sqrt5} = \frac{20 + 20 - 8}{40} = \frac{32}{40} = \frac45</cmath> | ||
+ | Therefore, <math>\sin A = \sqrt{1 - \cos^2 A} = \frac35</math>, so the area is <math>\frac12 bc \sin A = \frac12 \cdot 2\sqrt5 \cdot 2\sqrt5 \cdot \frac35 = \boxed{\textbf{(C) }6}</math>. | ||
+ | |||
+ | ==Solution 7== | ||
+ | Like in other solutions, we find that the three points of intersection are <math>(2, 2)</math>, <math>(4, 6)</math>, and <math>(6, 4)</math>. The area of the triangle is half the absolute value of the determinant of the matrix determined by these points. | ||
+ | <cmath> | ||
+ | \frac12\begin{Vmatrix} | ||
+ | 2&2&1\\ | ||
+ | 4&6&1\\ | ||
+ | 6&4&1\\ | ||
+ | \end{Vmatrix} = \frac12|-12| = \frac12 \cdot 12 = \boxed{\textbf{(C) }6}</cmath> | ||
+ | |||
+ | |||
+ | ==Solution 8== | ||
+ | Like in other solutions, we find the three points of intersection. Label these <math>A (2, 2)</math>, <math>B (4, 6)</math>, and <math>C (6, 4)</math>. Then vectors <math>\overrightarrow{AB} = \langle 2, 4 \rangle</math> and <math>\overrightarrow{AC} = \langle 4, 2 \rangle</math>. The area of the triangle is half the magnitude of the cross product of these two vectors. | ||
+ | <cmath> | ||
+ | \frac12\begin{Vmatrix} | ||
+ | i&j&k\\ | ||
+ | 2&4&0\\ | ||
+ | 4&2&0\\ | ||
+ | \end{Vmatrix} = \frac12|-12k| = \frac12 \cdot 12 = \boxed{\textbf{(C) }6}</cmath> | ||
==See Also== | ==See Also== |
Revision as of 22:04, 29 March 2019
- The following problem is from both the 2019 AMC 10A #7 and 2019 AMC 12A #5, so both problems redirect to this page.
Contents
Problem
Two lines with slopes and intersect at . What is the area of the triangle enclosed by these two lines and the line
Solution 1
Let's first work out the slope-intercept form of all three lines: and implies so , while implies so . Also, implies . Thus the lines are and . Now we find the intersection points between each of the lines with , which are and . Using the distance formula and then the Pythagorean Theorem, we see that we have an isosceles triangle with base and height , whose area is .
Solution 2
Like in Solution 1, we determine the coordinates of the three vertices of the triangle. Now, using the Shoelace Theorem, we can directly find that the area is .
Solution 3
Like in the other solutions, solve the systems of equations to see that the triangle's two other vertices are at and . Then apply Heron's Formula: the semi-perimeter will be , so the area reduces nicely to a difference of squares, making it .
Solution 4
Like in the other solutions, we find, either using algebra or simply by drawing the lines on squared paper, that the three points of intersection are , , and . We can now draw the bounding square with vertices , , and , and deduce that the triangle's area is .
Solution 5
Like in other solutions, we find that the three points of intersection are , , and . Using graph paper, we can see that this triangle has boundary lattice points and interior lattice points. By Pick's Theorem, the area is .
Solution 6
Like in other solutions, we find the three points of intersection. Label these , , and . By the Pythagorean Theorem, and . By the Law of Cosines, Therefore, , so the area is .
Solution 7
Like in other solutions, we find that the three points of intersection are , , and . The area of the triangle is half the absolute value of the determinant of the matrix determined by these points.
Solution 8
Like in other solutions, we find the three points of intersection. Label these , , and . Then vectors and . The area of the triangle is half the magnitude of the cross product of these two vectors.
See Also
2019 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
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 |
2019 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 4 |
Followed by Problem 6 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.