Difference between revisions of "2025 AMC 8 Problems/Problem 24"
(→Problem) |
Easy as pi (talk | contribs) (→Solution 9 (Similar to Solution 5)) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
In trapezoid <math>ABCD</math>, angles <math>B</math> and <math>C</math> measure <math>60^\circ</math> and <math>AB = DC</math>. The side lengths are all positive integers, and the perimeter of <math>ABCD</math> is 30 units. How many non-congruent trapezoids satisfy all of these conditions? | In trapezoid <math>ABCD</math>, angles <math>B</math> and <math>C</math> measure <math>60^\circ</math> and <math>AB = DC</math>. The side lengths are all positive integers, and the perimeter of <math>ABCD</math> is 30 units. How many non-congruent trapezoids satisfy all of these conditions? | ||
− | < | + | <asy> |
+ | // Asymptote by aoum | ||
+ | import olympiad; | ||
+ | size(7cm); | ||
+ | |||
+ | pair A,B,C,D; | ||
+ | A = (-1,2); | ||
+ | B = (-2,0); | ||
+ | C = (2,0); | ||
+ | D = (1,2); | ||
+ | |||
+ | draw(A--B--C--D--cycle); | ||
+ | |||
+ | label("$A$", A, NW); | ||
+ | label("$B$", B, SW); | ||
+ | label("$C$", C, SE); | ||
+ | label("$D$", D, NE); | ||
− | ==Solution 1== | + | draw(anglemark(B,A,D,t=6)); |
− | Let <math>a</math> be the length of the shorter base, and let <math>b</math> be the length of the longer one. Note that these two parameters, along with the angle measures and the fact that the trapezoid is isosceles, uniquely determine a trapezoid. We drop perpendiculars down from the endpoints of the top base. Then the length from the foot of this perpendicular to either vertex will be half the difference between the lengths of the two bases, or <math>\frac{b-a}{2}</math>. Now, since we have a 30-60-90 triangle and this side length corresponds to the "30" part, the length of the hypotenuse (one of the legs) is <math>2 \cdot \frac{b-a}{2} = b-a</math>. Then the perimeter of the trapezoid is <math>2(b-a)+a+b=3b-a=30</math>. The only other stipulation for this trapezoid to be valid is that <math>b>a</math> (which was our assumption). We can now easily count the valid pairs <math>(a,b)</math>, yielding <math>(3,11),(6,12),(9,13),(12,14)</math>. It is clear that proceeding further would cause <math>a \geq b</math>, so we have <math>\boxed{\textbf{(E)}~4}</math> valid trapezoids. ~cxsmi | + | draw(anglemark(A,D,C,t=6)); |
+ | |||
+ | label(scale(0.8)*"$60^\circ$", B, NE + 0.5E); | ||
+ | label(scale(0.8)*"$60^\circ$", C, NW + 0.5W); | ||
+ | |||
+ | add(pathticks(A--B)); | ||
+ | add(pathticks(D--C)); | ||
+ | </asy> | ||
+ | |||
+ | <math>\textbf{(A)}\ 0 \qquad \textbf{(B)}\ 1 \qquad \textbf{(C)}\ 2 \qquad \textbf{(D)}\ 3 \qquad \textbf{(E)}\ 4</math> | ||
+ | |||
+ | == Solution 1 == | ||
+ | |||
+ | Let <math>a</math> be the length of the shorter base, and let <math>b</math> be the length of the longer one. Note that these two parameters, along with the angle measures and the fact that the trapezoid is isosceles, uniquely determine a trapezoid. We drop perpendiculars down from the endpoints of the top base. Then the length from the foot of this perpendicular to either vertex will be half the difference between the lengths of the two bases, or <math>\frac{b-a}{2}</math>. Now, since we have a 30-60-90 triangle and this side length corresponds to the "30" part, the length of the hypotenuse (one of the legs) is <math>2 \cdot \frac{b-a}{2} = b-a</math>. Then the perimeter of the trapezoid is <math>2(b-a)+a+b=3b-a=30</math>. The only other stipulation for this trapezoid to be valid is that <math>b>a</math> (which was our assumption). We can now easily count the valid pairs <math>(a,b)</math>, yielding <math>(3,11),(6,12),(9,13),(12,14)</math>. It is clear that proceeding further would cause <math>a \geq b</math>, so we have <math>\boxed{\textbf{(E)}~4}</math> valid trapezoids. | ||
+ | ~cxsmi | ||
+ | |||
+ | == Solution 2 == | ||
− | |||
Let <math>x</math> be the length of <math>AB</math> and <math>DC</math>, and let <math>b</math> be the length of the shorter base. Because <math>\angle B</math> and <math>\angle C = 60^{\circ}</math>, the length of the longer base is <math>b + \frac{x}{2} + \frac{x}{2} = b + x</math>. Therefore, the perimeter is <math>3x + 2b = 30</math>. The number of positive integer pairs <math>(x, b)</math> is <math>(2,12), (4,9), (6,6), (8,3)</math>, meaning the answer is <math>\boxed{\textbf{(E)}~4}</math>. | Let <math>x</math> be the length of <math>AB</math> and <math>DC</math>, and let <math>b</math> be the length of the shorter base. Because <math>\angle B</math> and <math>\angle C = 60^{\circ}</math>, the length of the longer base is <math>b + \frac{x}{2} + \frac{x}{2} = b + x</math>. Therefore, the perimeter is <math>3x + 2b = 30</math>. The number of positive integer pairs <math>(x, b)</math> is <math>(2,12), (4,9), (6,6), (8,3)</math>, meaning the answer is <math>\boxed{\textbf{(E)}~4}</math>. | ||
~alwaysgonnagiveyouup | ~alwaysgonnagiveyouup | ||
− | ==Solution 3== | + | way where you don't have to test pairs: |
+ | |||
+ | We can rearrange <math>3x + 2b = 30</math> to <math>\frac{30-3x}{2} = b</math>. We want <math>\frac{30-3x}{2}</math> to be a positive integer so b is a positive integer. 30 is a multiple of 3 and <math>-3x</math> is just subtracting multiples of 3's from 30 so every number on the numerator of <math>\frac{30-3x}{2}</math> is a multiple of 3 under 30 (<math>x</math> is also a positive integer so it can't be larger than 30 or not be a multiple of 3). For <math>30-3x</math> to be divisible by 2 it must be even, so we are finding even multiples of 3 under 30 which are 24, 18, 12, and 6. Each number will give us a valid <math>x</math> and a valid <math>b</math> pair giving us 4 solutions. | ||
+ | |||
+ | ~happymaths | ||
+ | |||
+ | == Solution 3 == | ||
+ | |||
Let <math>x</math> be the length of the legs of the trapezoid. Draw the angle bisectors of the 120 degree angles. Now you have 2 equilateral triangles, and another figure in between them. Let <math>x+a</math> be the length of the shorter base of the trapezoid, and let <math>2x+a</math> be the length of the longer base. Since the perimeter of the trapezoid is 30, <math>5x+2a = 30</math>. Since <math>x></math>0, and <math>a</math> can be negative as long as <math>x+a>0</math>, you get 4 solutions for <math>(x,a)</math>, namely <math>(2,10), (4,5), (6,0), (8,-5)</math>. Any solution with <math>x\ge10</math> would lead to <math>x+a\le0</math>. Hence, the answer is <math>\boxed{\textbf{(E)}~4}</math> | Let <math>x</math> be the length of the legs of the trapezoid. Draw the angle bisectors of the 120 degree angles. Now you have 2 equilateral triangles, and another figure in between them. Let <math>x+a</math> be the length of the shorter base of the trapezoid, and let <math>2x+a</math> be the length of the longer base. Since the perimeter of the trapezoid is 30, <math>5x+2a = 30</math>. Since <math>x></math>0, and <math>a</math> can be negative as long as <math>x+a>0</math>, you get 4 solutions for <math>(x,a)</math>, namely <math>(2,10), (4,5), (6,0), (8,-5)</math>. Any solution with <math>x\ge10</math> would lead to <math>x+a\le0</math>. Hence, the answer is <math>\boxed{\textbf{(E)}~4}</math> | ||
~adi2011 | ~adi2011 | ||
− | ==Solution 4== | + | == Solution 4 == |
Drop altitudes from angle <math>A</math> and angle <math>D</math>. Then, two <math>30-60-90</math> triangles and a rectangle are created. Let the hypotenuse of both of the triangles equal <math>x</math> and let side <math>AD</math> equal <math>y</math>. Then, the distance from <math>B</math> and <math>C</math> to the feet of the altitudes that are closest to them is <math>\frac{x}{2}</math>, and the distance between the feet of the two altitudes would be <math>y</math>. The rest is similar to Solution 2 | Drop altitudes from angle <math>A</math> and angle <math>D</math>. Then, two <math>30-60-90</math> triangles and a rectangle are created. Let the hypotenuse of both of the triangles equal <math>x</math> and let side <math>AD</math> equal <math>y</math>. Then, the distance from <math>B</math> and <math>C</math> to the feet of the altitudes that are closest to them is <math>\frac{x}{2}</math>, and the distance between the feet of the two altitudes would be <math>y</math>. The rest is similar to Solution 2 | ||
~Soupboy0 | ~Soupboy0 | ||
− | ==Solution 5 | + | == Solution 5 (SIMILAR TO SOLUTION 4) == |
− | SIMILAR TO SOLUTION | ||
− | We give lengths to the base of the <math>30-60-90</math> triangles on both sides as the trapezoid as variable <math>x</math>. We give lengths of Line <math>AB</math> and the other side as variable <math>y</math>. When we add them, we have <math>6x+2y=30</math> from the sides. If we lext <math>x=5</math>, the other sides won't work so it has to be integers less than <math>5</math> which is <math>4</math> which is the answer. | + | We give lengths to the base of the <math>30-60-90</math> triangles on both sides as the trapezoid as variable <math>x</math>. We give lengths of Line <math>AB</math> and the other side as variable <math>y</math>. When we add them, we have <math>6x+2y=30</math> from the sides. If we lext <math>x=5</math>, the other sides won't work so it has to be integers less than <math>5</math> which is <math>4</math> which is the answer. |
+ | - Spacepandamath13 | ||
− | ==Solution 6== | + | == Solution 6 == |
Since the trapezoid perimeter is <math>30</math>, we can name the top, congruent side lengths, and bottom variables. The top length is <math>A</math>, the congruent side length is <math>C</math>, and the bottom should be <math>B</math>. (Since the top side is <math>A</math>, and its parallel to the bottom, then the bottom side length should be <math>A + 2B,</math> <math>B</math> being one of the two lengths.) The perimeter of the trapezoid is <math>2A + 2B + 2C = 30,</math> which can be divided by <math>2</math> to become <math>A + B + C = 15</math> Now, since the <math>B</math> is the base of a 30-60-90 right triangle, and its angle opposite to the side is <math>30</math> degrees. Therefore, <math>B</math> is exactly half of side <math>C</math>. We can test out cases of <math>B</math>. If <math>B = 1</math>, then <math>C = 2</math>, <math>A + 1 + 2 = 15</math> which would give <math>A</math> the value of <math>12</math>. Keep repeating this process until <math>A</math> is no longer a positive integer. Therefore, there are <math>\boxed{\textbf{(E)}~4}</math> possible configurations of the trapezoid. | Since the trapezoid perimeter is <math>30</math>, we can name the top, congruent side lengths, and bottom variables. The top length is <math>A</math>, the congruent side length is <math>C</math>, and the bottom should be <math>B</math>. (Since the top side is <math>A</math>, and its parallel to the bottom, then the bottom side length should be <math>A + 2B,</math> <math>B</math> being one of the two lengths.) The perimeter of the trapezoid is <math>2A + 2B + 2C = 30,</math> which can be divided by <math>2</math> to become <math>A + B + C = 15</math> Now, since the <math>B</math> is the base of a 30-60-90 right triangle, and its angle opposite to the side is <math>30</math> degrees. Therefore, <math>B</math> is exactly half of side <math>C</math>. We can test out cases of <math>B</math>. If <math>B = 1</math>, then <math>C = 2</math>, <math>A + 1 + 2 = 15</math> which would give <math>A</math> the value of <math>12</math>. Keep repeating this process until <math>A</math> is no longer a positive integer. Therefore, there are <math>\boxed{\textbf{(E)}~4}</math> possible configurations of the trapezoid. | ||
~Imhappy62789 | ~Imhappy62789 | ||
− | |||
− | ==Solution 7 == | + | == Solution 7 == |
Explanations and Reasoning to Similar Solutions | Explanations and Reasoning to Similar Solutions | ||
Line 49: | Line 86: | ||
− | ==Solution 8 == | + | == Solution 8 == |
Let <math>a = AD</math> and <math>s = AB = DC</math>. Draw a segment from <math>A</math> to <math>\overline{BC}</math> parallel to <math>\overline{DC}</math>, meeting <math>\overline{BC}</math> at point <math>P</math>, forming parallelogram <math>ADCP</math>. It follows that <math>AP = DC = s</math> and <math>PC = AD = a</math>. Isosceles <math>\triangle ABP</math> has base angles measuring <math>60^\circ</math>, so it is equilateral and <math>BP = s</math>. | Let <math>a = AD</math> and <math>s = AB = DC</math>. Draw a segment from <math>A</math> to <math>\overline{BC}</math> parallel to <math>\overline{DC}</math>, meeting <math>\overline{BC}</math> at point <math>P</math>, forming parallelogram <math>ADCP</math>. It follows that <math>AP = DC = s</math> and <math>PC = AD = a</math>. Isosceles <math>\triangle ABP</math> has base angles measuring <math>60^\circ</math>, so it is equilateral and <math>BP = s</math>. | ||
Line 77: | Line 114: | ||
The table below lists the side lengths <math>a</math>, <math>s</math>, and <math>a + s</math> for these <math>4</math> trapezoids, along with their perimeters. | The table below lists the side lengths <math>a</math>, <math>s</math>, and <math>a + s</math> for these <math>4</math> trapezoids, along with their perimeters. | ||
− | |||
\begin{array}{c|c|c|c} | \begin{array}{c|c|c|c} | ||
Line 90: | Line 126: | ||
~ alwaysgonnagiveyouup | ~ alwaysgonnagiveyouup | ||
+ | == Solution 9 (Similar to Solution 5) == | ||
+ | We can draw altitudes from A and B and create a rectangle and <math>2</math> <math>30-60-90</math> triangles. Two sides of each triangle are on the trapezoid. We can label each of the hypotenuses of the small <math>30-60-90</math> triangles as <math>2a</math> and each of the short sides of the triangles as <math>a</math>. Then, the perimeter of the trapezoid becomes <math>2(2a + a) +</math> a positive integer (we'll call this integer <math>n</math>) <math> = 30</math>. Simplifying, we get <math>6a + n = 30</math>, and since <math>n</math> is not 0, <math>a</math> must be a positive integer less than <math>5</math>, which yields <math>\boxed{4}</math> options: <math>1</math>, <math>2</math>, <math>3</math>, and <math>4</math>. | ||
+ | |||
+ | ~easy_as_pi | ||
+ | == Video Solution 1 by SpreadTheMathLove == | ||
− | |||
https://www.youtube.com/watch?v=jTTcscvcQmI | https://www.youtube.com/watch?v=jTTcscvcQmI | ||
− | ==Video Solution | + | == Video Solution 2 == |
− | https://youtu.be/VP7g-s8akMY?si=M07mdfj4FenZ8dEk&t=3797 | + | |
− | ~hsnacademy | + | [https://youtu.be/VP7g-s8akMY?si=M07mdfj4FenZ8dEk&t=3797 ~hsnacademy] |
+ | |||
+ | == Video Solution 4 by Thinking Feet == | ||
− | |||
https://youtu.be/PKMpTS6b988 | https://youtu.be/PKMpTS6b988 | ||
− | ==Video Solution by Dr. David== | + | == Video Solution 5 by Dr. David == |
+ | |||
https://youtu.be/BbaifFoDeCk | https://youtu.be/BbaifFoDeCk | ||
− | ==See Also== | + | == See Also == |
+ | |||
{{AMC8 box|year=2025|num-b=23|num-a=25}} | {{AMC8 box|year=2025|num-b=23|num-a=25}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
+ | |||
+ | [[Category:Introductory Geometry Problems]] |
Latest revision as of 18:42, 19 August 2025
Contents
- 1 Problem
- 2 Solution 1
- 3 Solution 2
- 4 Solution 3
- 5 Solution 4
- 6 Solution 5 (SIMILAR TO SOLUTION 4)
- 7 Solution 6
- 8 Solution 7
- 9 Solution 8
- 10 Solution 9 (Similar to Solution 5)
- 11 Video Solution 1 by SpreadTheMathLove
- 12 Video Solution 2
- 13 Video Solution 4 by Thinking Feet
- 14 Video Solution 5 by Dr. David
- 15 See Also
Problem
In trapezoid , angles
and
measure
and
. The side lengths are all positive integers, and the perimeter of
is 30 units. How many non-congruent trapezoids satisfy all of these conditions?
Solution 1
Let be the length of the shorter base, and let
be the length of the longer one. Note that these two parameters, along with the angle measures and the fact that the trapezoid is isosceles, uniquely determine a trapezoid. We drop perpendiculars down from the endpoints of the top base. Then the length from the foot of this perpendicular to either vertex will be half the difference between the lengths of the two bases, or
. Now, since we have a 30-60-90 triangle and this side length corresponds to the "30" part, the length of the hypotenuse (one of the legs) is
. Then the perimeter of the trapezoid is
. The only other stipulation for this trapezoid to be valid is that
(which was our assumption). We can now easily count the valid pairs
, yielding
. It is clear that proceeding further would cause
, so we have
valid trapezoids.
~cxsmi
Solution 2
Let be the length of
and
, and let
be the length of the shorter base. Because
and
, the length of the longer base is
. Therefore, the perimeter is
. The number of positive integer pairs
is
, meaning the answer is
.
~alwaysgonnagiveyouup
way where you don't have to test pairs:
We can rearrange to
. We want
to be a positive integer so b is a positive integer. 30 is a multiple of 3 and
is just subtracting multiples of 3's from 30 so every number on the numerator of
is a multiple of 3 under 30 (
is also a positive integer so it can't be larger than 30 or not be a multiple of 3). For
to be divisible by 2 it must be even, so we are finding even multiples of 3 under 30 which are 24, 18, 12, and 6. Each number will give us a valid
and a valid
pair giving us 4 solutions.
~happymaths
Solution 3
Let be the length of the legs of the trapezoid. Draw the angle bisectors of the 120 degree angles. Now you have 2 equilateral triangles, and another figure in between them. Let
be the length of the shorter base of the trapezoid, and let
be the length of the longer base. Since the perimeter of the trapezoid is 30,
. Since
0, and
can be negative as long as
, you get 4 solutions for
, namely
. Any solution with
would lead to
. Hence, the answer is
~adi2011
Solution 4
Drop altitudes from angle and angle
. Then, two
triangles and a rectangle are created. Let the hypotenuse of both of the triangles equal
and let side
equal
. Then, the distance from
and
to the feet of the altitudes that are closest to them is
, and the distance between the feet of the two altitudes would be
. The rest is similar to Solution 2
~Soupboy0
Solution 5 (SIMILAR TO SOLUTION 4)
We give lengths to the base of the triangles on both sides as the trapezoid as variable
. We give lengths of Line
and the other side as variable
. When we add them, we have
from the sides. If we lext
, the other sides won't work so it has to be integers less than
which is
which is the answer.
- Spacepandamath13
Solution 6
Since the trapezoid perimeter is , we can name the top, congruent side lengths, and bottom variables. The top length is
, the congruent side length is
, and the bottom should be
. (Since the top side is
, and its parallel to the bottom, then the bottom side length should be
being one of the two lengths.) The perimeter of the trapezoid is
which can be divided by
to become
Now, since the
is the base of a 30-60-90 right triangle, and its angle opposite to the side is
degrees. Therefore,
is exactly half of side
. We can test out cases of
. If
, then
,
which would give
the value of
. Keep repeating this process until
is no longer a positive integer. Therefore, there are
possible configurations of the trapezoid.
~Imhappy62789
Solution 7
Explanations and Reasoning to Similar Solutions
Note that trapezoid is isosceles with
and
being the bottom 2 vertices. The shape can be dissected into 3 shapes with 2 congruent right triangles separated by a rectangle. This is done by dropping an altitude, a perpendicular point on the base from each of the 2 top vertices, named
and
, respectively below
and
. The property that angles
and
measure
is significant here, forming
triangles (
and
). Now the assumed larger
side
is separated into 3 sections by the 3 shapes. Or
.
Recall that
and
are
triangles, the side length ratios are
. Naming the length of the shorter side of the right triangles as
, and the length of side
as
, then the trapezoid's side lengths can be expressed in only 2 variables. Now knowing
,
,
, and
, the perimeter is
. Simplifying,
, only 4 pairs of values satisfy this condition, namely
,
,
,
.
Thus there possible non-congruent trapezoids.
The question asks for non-congruent trapezoids, and rotation preserves congruence so the assumption is always true WLOG.
The shortest side of
ABE, the length of AD (shape ADFE is a rectangle so FE = AD), and the shortest side of
DCF.
,
and
are the hypotenuse of triangles
ABE and
DCF.
~moracle
Solution 8
Let and
. Draw a segment from
to
parallel to
, meeting
at point
, forming parallelogram
. It follows that
and
. Isosceles
has base angles measuring
, so it is equilateral and
.
Then the perimeter of is
. To satisfy this equation with positive integer values, the number
must be divisible by
because
. The only possible values for
are
and
, each value corresponding to a different trapezoid. Greater multiples of
will not lead to a positive integer value for
. Therefore there are
different trapezoids that satisfy the conditions.
The table below lists the side lengths ,
, and
for these
trapezoids, along with their perimeters.
\begin{array}{c|c|c|c} a & s & a + s & L = 2a + 3s \\ \hline 3 & 8 & 11 & 2 \cdot 3 + 3 \cdot 8 = 30 \\ 6 & 6 & 12 & 2 \cdot 6 + 3 \cdot 6 = 30 \\ 9 & 4 & 13 & 2 \cdot 9 + 3 \cdot 4 = 30 \\ 12 & 2 & 14 & 2 \cdot 12 + 3 \cdot 2 = 30 \\ \end{array}
~ alwaysgonnagiveyouup
Solution 9 (Similar to Solution 5)
We can draw altitudes from A and B and create a rectangle and
triangles. Two sides of each triangle are on the trapezoid. We can label each of the hypotenuses of the small
triangles as
and each of the short sides of the triangles as
. Then, the perimeter of the trapezoid becomes
a positive integer (we'll call this integer
)
. Simplifying, we get
, and since
is not 0,
must be a positive integer less than
, which yields
options:
,
,
, and
.
~easy_as_pi
Video Solution 1 by SpreadTheMathLove
https://www.youtube.com/watch?v=jTTcscvcQmI
Video Solution 2
Video Solution 4 by Thinking Feet
Video Solution 5 by Dr. David
See Also
2025 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 23 |
Followed by Problem 25 | |
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 AJHSME/AMC 8 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.