14
Part of 2021 AMC 12/AHSME Fall
Problems(2)
friendly reminder that equilateral hexagons are not regular
Source: 2021 Fall AMC 12A #14
11/11/2021
In the figure, equilateral hexagon has three nonadjacent acute interior angles that each measure . The enclosed area of the hexagon is . What is the perimeter of the hexagon?
[asy]
size(6cm);
pen p=black+linewidth(1),q=black+linewidth(5);
pair C=(0,0),D=(cos(pi/12),sin(pi/12)),E=rotate(150,D)*C,F=rotate(-30,E)*D,A=rotate(150,F)*E,B=rotate(-30,A)*F;
draw(C--D--E--F--A--B--cycle,p);
dot(A,q);
dot(B,q);
dot(C,q);
dot(D,q);
dot(E,q);
dot(F,q);
label("",C,2*S);
label("",D,2*S);
label("",E,2*S);
label("",F,2*dir(0));
label("",A,2*N);
label("",B,2*W);
[/asy]
AMCAMC 12AMC 12 A
Complex Roots
Source: 2021 Fall AMC 12B #14
11/17/2021
Suppose that , and are polynomials with real coefficients, having degrees , , and , respectively, and constant terms , , and , respectively. Let be the number of distinct complex numbers that satisfy the equation . What is the minimum possible value of ?
AMCAMC 12AMC 12 B