Difference between revisions of "2025 AMC 8 Problems/Problem 24"

(Problem)
(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?
  
<math>\textbf{(A)}\ 0 \qqua \textbf{(B)}\ 1 \qquad \textbf{(C)}\ 2 \qquad \textbf{(D)}\ 3 \qquad \textbf{(E)}\ 4</math>
+
<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 ==
  
==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 <math>4</math>
 
  
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
+
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 ==
  
==Vide Solution 1 by SpreadTheMathLove==
 
 
https://www.youtube.com/watch?v=jTTcscvcQmI
 
https://www.youtube.com/watch?v=jTTcscvcQmI
  
==Video Solution (A Clever Explanation You’ll Get Instantly)==
+
== 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 ==
  
==Video Solution 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

Problem

In trapezoid $ABCD$, angles $B$ and $C$ measure $60^\circ$ and $AB = DC$. The side lengths are all positive integers, and the perimeter of $ABCD$ 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);  draw(anglemark(B,A,D,t=6)); 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]

$\textbf{(A)}\ 0 \qquad \textbf{(B)}\ 1 \qquad \textbf{(C)}\ 2 \qquad \textbf{(D)}\ 3 \qquad \textbf{(E)}\ 4$

Solution 1

Let $a$ be the length of the shorter base, and let $b$ 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 $\frac{b-a}{2}$. 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 $2 \cdot \frac{b-a}{2} = b-a$. Then the perimeter of the trapezoid is $2(b-a)+a+b=3b-a=30$. The only other stipulation for this trapezoid to be valid is that $b>a$ (which was our assumption). We can now easily count the valid pairs $(a,b)$, yielding $(3,11),(6,12),(9,13),(12,14)$. It is clear that proceeding further would cause $a \geq b$, so we have $\boxed{\textbf{(E)}~4}$ valid trapezoids. ~cxsmi

Solution 2

Let $x$ be the length of $AB$ and $DC$, and let $b$ be the length of the shorter base. Because $\angle B$ and $\angle C = 60^{\circ}$, the length of the longer base is $b + \frac{x}{2} + \frac{x}{2} = b + x$. Therefore, the perimeter is $3x + 2b = 30$. The number of positive integer pairs $(x, b)$ is $(2,12), (4,9), (6,6), (8,3)$, meaning the answer is $\boxed{\textbf{(E)}~4}$.

~alwaysgonnagiveyouup

way where you don't have to test pairs:

We can rearrange $3x + 2b = 30$ to $\frac{30-3x}{2} = b$. We want $\frac{30-3x}{2}$ to be a positive integer so b is a positive integer. 30 is a multiple of 3 and $-3x$ is just subtracting multiples of 3's from 30 so every number on the numerator of $\frac{30-3x}{2}$ is a multiple of 3 under 30 ($x$ is also a positive integer so it can't be larger than 30 or not be a multiple of 3). For $30-3x$ 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 $x$ and a valid $b$ pair giving us 4 solutions.

~happymaths

Solution 3

Let $x$ 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 $x+a$ be the length of the shorter base of the trapezoid, and let $2x+a$ be the length of the longer base. Since the perimeter of the trapezoid is 30, $5x+2a = 30$. Since $x>$0, and $a$ can be negative as long as $x+a>0$, you get 4 solutions for $(x,a)$, namely $(2,10), (4,5), (6,0), (8,-5)$. Any solution with $x\ge10$ would lead to $x+a\le0$. Hence, the answer is $\boxed{\textbf{(E)}~4}$

~adi2011

Solution 4

Drop altitudes from angle $A$ and angle $D$. Then, two $30-60-90$ triangles and a rectangle are created. Let the hypotenuse of both of the triangles equal $x$ and let side $AD$ equal $y$. Then, the distance from $B$ and $C$ to the feet of the altitudes that are closest to them is $\frac{x}{2}$, and the distance between the feet of the two altitudes would be $y$. The rest is similar to Solution 2 ~Soupboy0

Solution 5 (SIMILAR TO SOLUTION 4)

We give lengths to the base of the $30-60-90$ triangles on both sides as the trapezoid as variable $x$. We give lengths of Line $AB$ and the other side as variable $y$. When we add them, we have $6x+2y=30$ from the sides. If we lext $x=5$, the other sides won't work so it has to be integers less than $5$ which is $4$ which is the answer. - Spacepandamath13

Solution 6

Since the trapezoid perimeter is $30$, we can name the top, congruent side lengths, and bottom variables. The top length is $A$, the congruent side length is $C$, and the bottom should be $B$. (Since the top side is $A$, and its parallel to the bottom, then the bottom side length should be $A + 2B,$ $B$ being one of the two lengths.) The perimeter of the trapezoid is $2A + 2B + 2C = 30,$ which can be divided by $2$ to become $A + B + C = 15$ Now, since the $B$ is the base of a 30-60-90 right triangle, and its angle opposite to the side is $30$ degrees. Therefore, $B$ is exactly half of side $C$. We can test out cases of $B$. If $B = 1$, then $C = 2$, $A + 1 + 2 = 15$ which would give $A$ the value of $12$. Keep repeating this process until $A$ is no longer a positive integer. Therefore, there are $\boxed{\textbf{(E)}~4}$ possible configurations of the trapezoid. ~Imhappy62789

Solution 7

Explanations and Reasoning to Similar Solutions


Note that trapezoid $ABCD$ is isosceles with $B$ and $C$ 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 $E$ and $F$, respectively below $A$ and $D$. The property that angles $\angle$$B$ and $\angle$$C$ measure $60^\circ$ is significant here, forming $30-60-90$ triangles ($\triangle$$ABE$ and $\triangle$$DCF$). Now the assumed larger $^a$ side $BC$ is separated into 3 sections by the 3 shapes. Or $BC = BE + EF + CF$. $^b$ Recall that $\triangle$$ABE$ and $\triangle$$DCF$ are $30-60-90$ triangles, the side length ratios are $1:\sqrt3:2$. Naming the length of the shorter side of the right triangles as $a$, and the length of side $AD$ as $b$, then the trapezoid's side lengths can be expressed in only 2 variables. Now knowing $AD = b$, $DC = 2a$ $^c$, $BC = a + b + a = 2a + b$, and $AC = 2a$, the perimeter is $b + 2a + 2a + b + 2a = 2b + 6a = 30$. Simplifying, $3a + b = 15$, only 4 pairs of values satisfy this condition, namely $(1,12)$, $(2,9)$, $(3,6)$, $(4,3)$.

Thus there $\boxed{\textbf{(E)}~4}$ possible non-congruent trapezoids.

$^a$ The question asks for non-congruent trapezoids, and rotation preserves congruence so the assumption is always true WLOG.

$^b$ The shortest side of $\triangle$ABE, the length of AD (shape ADFE is a rectangle so FE = AD), and the shortest side of $\triangle$DCF.

$^c$ $AB = DC = 2a$, $AB$ and $DC$ are the hypotenuse of triangles $\triangle$ABE and $\triangle$DCF. ~moracle


Solution 8

Let $a = AD$ and $s = AB = DC$. Draw a segment from $A$ to $\overline{BC}$ parallel to $\overline{DC}$, meeting $\overline{BC}$ at point $P$, forming parallelogram $ADCP$. It follows that $AP = DC = s$ and $PC = AD = a$. Isosceles $\triangle ABP$ has base angles measuring $60^\circ$, so it is equilateral and $BP = s$.

[asy] size(8cm);  draw((-6, 0)--(6, 0)--(3, 3sqrt(3))--(-3, 3sqrt(3))--cycle); draw((0, 0)--(-3, 3sqrt(3))--cycle); label("$P$", (0, 0), S); label("$B$", (-6, 0), SW); label("$C$", (6, 0), SE); label("$A$", (-3, 3sqrt(3)), NW); label("$D$", (3, 3sqrt(3)), NE); label("$a$", (0, 3sqrt(3)), N); label("$a$", (3, 0), S); label("$s$", (-3, 0), S); label("$s$", (-4.5, 3sqrt(3)/2), W); label("$s$", (-1.5, 3sqrt(3)/2), E); label("$s$", (4.5, 3sqrt(3)/2), E); label("$60^{\circ}$", (-5.75, 0), NE); label("$60^{\circ}$", (-0.25, 0), NW); label("$60^{\circ}$", (5.75, 0), NW); [/asy]

Then the perimeter of $ABCD$ is $L = 2a + 3s = 30$. To satisfy this equation with positive integer values, the number $a$ must be divisible by $3$ because $2a = 3(10 - s)$. The only possible values for $a$ are $3, 6, 9,$ and $12$, each value corresponding to a different trapezoid. Greater multiples of $3$ will not lead to a positive integer value for $s$. Therefore there are $\boxed{4}$ different trapezoids that satisfy the conditions.

The table below lists the side lengths $a$, $s$, and $a + s$ for these $4$ 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 $2$ $30-60-90$ triangles. Two sides of each triangle are on the trapezoid. We can label each of the hypotenuses of the small $30-60-90$ triangles as $2a$ and each of the short sides of the triangles as $a$. Then, the perimeter of the trapezoid becomes $2(2a + a) +$ a positive integer (we'll call this integer $n$) $= 30$. Simplifying, we get $6a + n = 30$, and since $n$ is not 0, $a$ must be a positive integer less than $5$, which yields $\boxed{4}$ options: $1$, $2$, $3$, and $4$.

~easy_as_pi

Video Solution 1 by SpreadTheMathLove

https://www.youtube.com/watch?v=jTTcscvcQmI

Video Solution 2

~hsnacademy

Video Solution 4 by Thinking Feet

https://youtu.be/PKMpTS6b988

Video Solution 5 by Dr. David

https://youtu.be/BbaifFoDeCk

See Also

2025 AMC 8 (ProblemsAnswer KeyResources)
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. AMC Logo.png