Difference between revisions of "2009 AMC 12B Problems/Problem 9"
VelaDabant (talk | contribs) (New page: == Problem == Triangle <math>ABC</math> has vertices <math>A = (3,0)</math>, <math>B = (0,3)</math>, and <math>C</math>, where <math>C</math> is on the line <math>x + y = 7</math>. What i...) |
Coolmath2017 (talk | contribs) (→Solution 4) |
||
| (7 intermediate revisions by 5 users not shown) | |||
| Line 15: | Line 15: | ||
=== Solution 2 === | === Solution 2 === | ||
| − | The base of the triangle is <math>AB = \sqrt{3^2 + 3^2} = 3\sqrt 2</math>. Its altitude is the distance between the point <math>A</math> and the parallel line <math>x + y = 7</math>, which is | + | The base of the triangle is <math>AB = \sqrt{3^2 + 3^2} = 3\sqrt 2</math>. Its altitude is the distance between the point <math>A</math> and the parallel line <math>x + y = 7</math>, which is <math>\frac 4{\sqrt 2} = 2\sqrt 2</math>. Therefore its area is <math>\frac 12 \cdot 3\sqrt 2 \cdot 2\sqrt 2 = \boxed{6}</math>. The answer is <math>\mathrm{(A)}</math>. |
| − | < | + | |
| − | Therefore its area is <math>\frac 12 \cdot 3\sqrt 2 \cdot 2\sqrt 2 = \boxed{6}</math>. The answer is <math>\mathrm{(A)}</math>. | + | <asy> |
| + | unitsize(0.75cm); | ||
| + | defaultpen(0.8); | ||
| + | pair A=(3,0), B=(0,3); | ||
| + | draw ( (-1,0) -- (9,0), dashed ); | ||
| + | draw ( (0,-1) -- (0,9), dashed ); | ||
| + | dot(A); dot(B); draw(A--B); | ||
| + | draw ( (-1,8) -- (8,-1) ); | ||
| + | label( "$A$", A, S ); | ||
| + | label( "$B$", B, W ); | ||
| + | label( "$3$", A--(0,0), S ); | ||
| + | label( "$3$", B--(0,0), W ); | ||
| + | label( "$x+y=7$", (8,-1), SE ); | ||
| + | pair C = intersectionpoint(A--(10,7),(7,0)--(0,7)); | ||
| + | draw( A--C, dashed ); | ||
| + | draw(rightanglemark(A,C,(7,0))); | ||
| + | draw(rightanglemark(C,A,B)); | ||
| + | label( "$4$", A--(7,0), S ); | ||
| + | label( "$3\sqrt 2$", 0.67*B+0.33*A, NE ); | ||
| + | label( "$\frac 4{\sqrt 2}$", A--C, NW ); | ||
| + | label( "$\frac 4{\sqrt 2}$", C--(7,0), NE ); | ||
| + | </asy> | ||
| + | |||
| + | === Solution 3 === | ||
| + | By Shoelace, our area is: | ||
| + | <cmath>\frac {1}{2} \cdot |(3\cdot 3 + 0 \cdot y+ 0 \cdot x)-(0*0+3(x+y))|.</cmath> | ||
| + | We know <math>x+y=7</math> so we get: | ||
| + | <cmath>\frac {1}{2} \cdot |9-21|=\boxed 6</cmath> | ||
| + | |||
| + | === Solution 4 === | ||
| + | WLOG, let the coordinates of <math>C</math> be <math>(3,4)</math> , or any coordinate, for that matter. Applying the shoelace formula, we get the area as <math>\boxed 6</math>. | ||
| + | |||
| + | ~coolmath2017 | ||
== See also == | == See also == | ||
{{AMC12 box|year=2009|ab=B|num-b=8|num-a=10}} | {{AMC12 box|year=2009|ab=B|num-b=8|num-a=10}} | ||
| + | |||
| + | [[Category:Introductory Geometry Problems]] | ||
| + | [[Category:Area Problems]] | ||
| + | {{MAA Notice}} | ||
Latest revision as of 20:19, 27 April 2020
Contents
Problem
Triangle
has vertices
,
, and
, where
is on the line
. What is the area of
?
Solution
Solution 1
Because the line
is parallel to
, the area of
is independent of the location of
on that line. Therefore it may be assumed that
is
. In that case the triangle has base
and altitude
, so its area is
.
Solution 2
The base of the triangle is
. Its altitude is the distance between the point
and the parallel line
, which is
. Therefore its area is
. The answer is
.
Solution 3
By Shoelace, our area is:
We know
so we get:
Solution 4
WLOG, let the coordinates of
be
, or any coordinate, for that matter. Applying the shoelace formula, we get the area as
.
~coolmath2017
See also
| 2009 AMC 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 8 |
Followed by Problem 10 |
| 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 | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.