Q1
On top of a rectangular card with sides of length
and
, an identical card is placed so that two of their diagonals line up, as shown (
, in this case).
![[asy] defaultpen(fontsize(12)+0.85); size(150); real h=2.25; pair C=origin,B=(0,h),A=(1,h),D=(1,0),Dp=reflect(A,C)*D,Bp=reflect(A,C)*B; pair L=extension(A,Dp,B,C),R=extension(Bp,C,A,D); draw(L--B--A--Dp--C--Bp--A); draw(C--D--R); draw(L--C^^R--A,dashed+0.6); draw(A--C,black+0.6); dot("$C$",C,2*dir(C-R)); dot("$A$",A,1.5*dir(A-L)); dot("$B$",B,dir(B-R)); [/asy]](https://latex.artofproblemsolving.com/5/5/7/55798e965d22d0047d5702a95bff6b78fb909bf7.png)
Continue the process, adding a third card to the second, and so on, lining up successive diagonals after rotating clockwise. In total, how many cards must be used until a vertex of a new card lands exactly on the vertex labeled
in the figure?

Q2
Rectangle
lies in a plane with
and
. The rectangle is rotated
clockwise about
, then rotated
clockwise about the point
moved to after the first rotation. What is the length of the path traveled by point
?

Q3
Three concentric circles have radii
,
, and
. An equilateral triangle of side length
has one vertex on each circle. What is
?

Q4 2022 AMC 12A Problems / Problem 12
Let
be the midpoint of
in regular tetrahedron
. What is
?

Q5 2022 AMC 12A Problems / Problem 12
In
medians
and
intersect at
and
is equilateral. Then
can be written as
, where
and
are relatively prime positive integers and
is a positive integer not divisible by the square of any prime. What is ![]()

Q6 2018 AIME I Problems/Problem 4
In $\triangle ABC, AB = AC = 10$ and $BC = 12$. Point $D$ lies strictly between $A$ and $B$ on $\overline{AB}$ and point $E$ lies strictly between $A$ and $C$ on $\overline{AC}$ so that $AD = DE = EC$. Then $AD$ can be expressed in the form $\dfrac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p+q$.
Q1 6
Q2 C
Q3 7
Q4 1/3
Q5 44
Q6 289
Leave a Reply
You must be logged in to post a comment.