2019 AMC 10B Problems/Problem 10: Difference between revisions
Kevinmathz (talk | contribs) Undo revision 103404 by Sevenoptimus (talk) Tag: Undo |
|||
| (29 intermediate revisions by 17 users not shown) | |||
| Line 3: | Line 3: | ||
==Problem== | ==Problem== | ||
In a given plane, points <math>A</math> and <math>B</math> are <math>10</math> units apart. How many points <math>C</math> are there in the plane such that the perimeter of <math>\triangle ABC</math> is <math>50</math> units and the area of <math>\triangle | In a given plane, points <math>A</math> and <math>B</math> are <math>10</math> units apart. How many points <math>C</math> are there in the plane such that the perimeter of <math>\triangle ABC</math> is <math>50</math> units and the area of <math>\triangle ABC</math> is <math>100</math> square units? | ||
<math>\textbf{(A) }0\qquad\textbf{(B) }2\qquad\textbf{(C) }4\qquad\textbf{(D) }8\qquad\textbf{(E) }\text{infinitely many}</math> | |||
==Solution 1== | ==Solution 1== | ||
Notice that whatever point we pick for < | Notice that whatever point we pick for <math>C</math>, <math>AB</math> will be the base of the triangle. Without loss of generality, let points <math>A</math> and <math>B</math> be <math>(0,0)</math> and <math>(10,0)</math>, since for any other combination of points, we can just rotate the plane to make them <math>(0,0)</math> and <math>(10,0)</math> under a new coordinate system. When we pick point <math>C</math>, we have to make sure that its <math>y</math>-coordinate is <math>\pm20</math>, because that's the only way the area of the triangle can be <math>100</math>. | ||
Now when the perimeter is minimized, by symmetry, we put < | Now when the perimeter is minimized, by symmetry, we put <math>C</math> in the middle, at <math>(5, 20)</math>. We can easily see that <math>AC</math> and <math>BC</math> will both be <math>\sqrt{20^2+5^2} = \sqrt{425}</math>. The perimeter of this minimal triangle is <math>2\sqrt{425} + 10</math>, which is larger than <math>50</math>. Since the minimum perimeter is greater than <math>50</math>, there is no triangle that satisfies the condition, giving us <math>\boxed{\textbf{(A) }0}</math>. | ||
~IronicNinja | ~IronicNinja | ||
==Solution 2== | ==Solution 2== | ||
Without loss of generality, let < | Without loss of generality, let <math>AB</math> be a horizontal segment of length <math>10</math>. Now realize that <math>C</math> has to lie on one of the lines parallel to <math>AB</math> and vertically <math>20</math> units away from it. But <math>10+20+20</math> is already 50, and this doesn't form a triangle. Otherwise, without loss of generality, <math>AC<20</math>. Dropping altitude <math>CD</math>, we have a right triangle <math>ACD</math> with hypotenuse <math>AC<20</math> and leg <math>CD=20</math>, which is clearly impossible, again giving the answer as <math>\boxed{\textbf{(A) }0}</math>. | ||
==Solution 3 (A bit tedious)== | |||
We have: | |||
1. Area = <math>100</math> | |||
2. Perimeter = <math>50</math> | |||
3. Semiperimeter <math>s = 50 \div 2 = 25</math> | |||
We let: | |||
1. <math>z = \overline{AB} = 10</math> | |||
2. <math>x = \overline{AC}</math> | |||
3. <math>y = 50-10-x = 40-x</math>. | |||
Heron's formula states that for real numbers <math>x</math>, <math>y</math>, <math>z</math>, and semiperimeter <math>s</math>, the area is <math>\sqrt{(s)(s-x)(s-y)(s-z)}</math>. | |||
Plugging numbers in, we have <math>100 = \sqrt{(25)(25-10)(25-x)(25-(40-x))} = \sqrt{(375)(25-x)(x-15)}</math>. | |||
Square both sides, divide by <math>375</math> and expand the polynomial to get <math>40x - x^2 - 375 = \frac{80}{3}</math>. | |||
<math>x^2 - 40x + \left(375 + \frac{80}{3}\right) = 0</math> and the discriminant is <math>\left((-40)^2 - 4 \times 1 \times 401 \frac{2}{3}\right) < 0</math>. Thus, there are no real solutions. | |||
~hashbrown2009 | |||
==Solution 4 (graphing)== | |||
First, let's assume that A and B are <imath>(-5,0)</imath> and <imath>(5,0)</imath> respectively. The graph of "the perimeter is <imath>50</imath>" means that <imath>\overline{AC}+\overline{BC}=50-10=40</imath>. So this is the graph of an ellipse (memorize that!). Now let the endpoints of the major axis be <imath>(-x,0)</imath> and <imath>(x,0)</imath>. Then <imath>(x-5)+(x+5)=40</imath> and <imath>x=20</imath>. So the <imath>2</imath> endpoints of the major axis are <imath>(-20,0)</imath> and <imath>(20,0)</imath>. We can also figure out the endpoints of the minor axis must have a y-coordinate less than <imath>20</imath>. It is actually <imath>\sqrt{395}</imath>. | |||
Now, we consider "the area is <imath>100</imath>". Since the base has length <imath>10</imath>, then the height must have length <imath>20</imath>. So the graph of "the area is 100" is <imath>2</imath> lines, one at <imath>y=20</imath> and the other at <imath>y=-20</imath>. However, this graph does NOT intersect the ellipse, as <imath>\sqrt{395} < 20</imath>. So, there are no intersections and thus no solutions, so the answer is <imath>\boxed{\textbf{(A) }0}</imath>. | |||
~Yrock | |||
==Solution 5 (kinda bashy quadratics)== | |||
Since <imath>AB</imath> has a length of <imath>10</imath>, the height must be <imath>10</imath> as well for the area to be <imath>50</imath>, so we can drop an altitude from <imath>C</imath> that has length <imath>10</imath>, and call the foot of the altitude on <imath>AB</imath> as <imath>D</imath>. Let <imath>AD</imath> have length <imath>x</imath>, so <imath>BD</imath> must have length <imath>10-x</imath>. From the Pythagorean Theorem, <imath>AC</imath> has length <imath>\sqrt{x^2+100}</imath> and <imath>BC</imath> has length <imath>\sqrt{(10-x)^2+100}</imath>. For the perimeter to be <imath>50</imath>, <imath>10+\sqrt{x^2+100}+\sqrt{(10-x)^2+100}=50</imath>, so <imath>40-\sqrt{x^2+100}=\sqrt{(10-x)^2+100}</imath>. Squaring both sides and simplifying, <imath>1600-80\sqrt{x^2+100}=-20x+100</imath>. We can rearrange this and divide all sides by <imath>10</imath> to get <imath>150+2x=8\sqrt{x^2+100}</imath>. Squaring both sides yet again, rearranging, and simplifying some more, we get the quadratic <imath>3x^2-30x-805=0</imath>. So, from the quadratic formula, <imath>x = \frac{30+\sqrt{900+4\cdot3\cdot805}}{6}</imath> or <imath>x = \frac{30-\sqrt{900+4\cdot3\cdot805}}{6}</imath>. Immediately we can rule out the negative solution (it's negative because the square root of the discriminant is greater than <imath>30</imath>, and we'll use this later too), as <imath>x</imath> must be a positive number since it is a length. However, for the positive solution, we see that the discriminant is greater than <imath>900</imath>, so the square root is greater than <imath>30</imath>, so the entire expression when divided by <imath>6</imath> for <imath>x</imath> is greater than <imath>10</imath>, but this is not possible because <imath>x</imath> should be less than <imath>10</imath>. Therefore, the number of possibilities is <imath>\boxed{\textbf{(A) }0}</imath>. | |||
~vaishnav | |||
==Video Solution== | |||
https://youtu.be/MNVKkjVvBUU | |||
~Education, the Study of Everything | |||
==Video Solution== | |||
https://youtu.be/7xf_g3YQk00 | |||
~IceMatrix | |||
https://youtu.be/INvRdwQzC-w | |||
~savannahsolver | |||
==See Also== | ==See Also== | ||
Latest revision as of 15:45, 11 November 2025
- The following problem is from both the 2019 AMC 10B #10 and 2019 AMC 12B #6, so both problems redirect to this page.
Problem
In a given plane, points
and
are
units apart. How many points
are there in the plane such that the perimeter of
is
units and the area of
is
square units?
Solution 1
Notice that whatever point we pick for
,
will be the base of the triangle. Without loss of generality, let points
and
be
and
, since for any other combination of points, we can just rotate the plane to make them
and
under a new coordinate system. When we pick point
, we have to make sure that its
-coordinate is
, because that's the only way the area of the triangle can be
.
Now when the perimeter is minimized, by symmetry, we put
in the middle, at
. We can easily see that
and
will both be
. The perimeter of this minimal triangle is
, which is larger than
. Since the minimum perimeter is greater than
, there is no triangle that satisfies the condition, giving us
.
~IronicNinja
Solution 2
Without loss of generality, let
be a horizontal segment of length
. Now realize that
has to lie on one of the lines parallel to
and vertically
units away from it. But
is already 50, and this doesn't form a triangle. Otherwise, without loss of generality,
. Dropping altitude
, we have a right triangle
with hypotenuse
and leg
, which is clearly impossible, again giving the answer as
.
Solution 3 (A bit tedious)
We have:
1. Area =
2. Perimeter =
3. Semiperimeter
We let:
1.
2.
3.
.
Heron's formula states that for real numbers
,
,
, and semiperimeter
, the area is
.
Plugging numbers in, we have
.
Square both sides, divide by
and expand the polynomial to get
.
and the discriminant is
. Thus, there are no real solutions.
~hashbrown2009
Solution 4 (graphing)
First, let's assume that A and B are
and
respectively. The graph of "the perimeter is
" means that
. So this is the graph of an ellipse (memorize that!). Now let the endpoints of the major axis be
and
. Then
and
. So the
endpoints of the major axis are
and
. We can also figure out the endpoints of the minor axis must have a y-coordinate less than
. It is actually
.
Now, we consider "the area is
". Since the base has length
, then the height must have length
. So the graph of "the area is 100" is
lines, one at
and the other at
. However, this graph does NOT intersect the ellipse, as
. So, there are no intersections and thus no solutions, so the answer is
.
~Yrock
Solution 5 (kinda bashy quadratics)
Since
has a length of
, the height must be
as well for the area to be
, so we can drop an altitude from
that has length
, and call the foot of the altitude on
as
. Let
have length
, so
must have length
. From the Pythagorean Theorem,
has length
and
has length
. For the perimeter to be
,
, so
. Squaring both sides and simplifying,
. We can rearrange this and divide all sides by
to get
. Squaring both sides yet again, rearranging, and simplifying some more, we get the quadratic
. So, from the quadratic formula,
or
. Immediately we can rule out the negative solution (it's negative because the square root of the discriminant is greater than
, and we'll use this later too), as
must be a positive number since it is a length. However, for the positive solution, we see that the discriminant is greater than
, so the square root is greater than
, so the entire expression when divided by
for
is greater than
, but this is not possible because
should be less than
. Therefore, the number of possibilities is
.
~vaishnav
Video Solution
~Education, the Study of Everything
Video Solution
~IceMatrix
~savannahsolver
See Also
| 2019 AMC 10B (Problems • Answer Key • Resources) | ||
| Preceded by Problem 9 |
Followed by Problem 11 | |
| 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 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 5 |
Followed by Problem 7 |
| 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.