Subcontests
(15)Number of $f$ for which $f(f(x))$ is constant
Let A={1,2,3,4,5,6,7} and let N be the number of functions f from set A to set A such that f(f(x)) is a constant function. Find the remainder when N is divided by 1000. Sum of All Possible Sums of Roots of Cubic
There are nonzero integers a, b, r, and s such that the complex number r+si is a zero of the polynomial P(x)=x3−ax2+bx−65. For each possible combination of a and b, let pa,b be the sum of the zeroes of P(x). Find the sum of the pa,b's for all possible combinations of a and b. Folded Paper Equilateral Triangle
A paper equilateral triangle ABC has side length 12. The paper triangle is folded so that vertex A touches a point on side BC a distance 9 from point B. The length of the line segment along which the triangle is folded can be written as nmp, where m, n, and p are positive integers, m and n are relatively prime, and p is not divisible by the square of any prime. Find m+n+p.
[asy]
import cse5;
size(12cm);
pen tpen = defaultpen + 1.337;
real a = 39/5.0;
real b = 39/7.0;
pair B = MP("B", (0,0), dir(200));
pair A = MP("A", (9,0), dir(-80));
pair C = MP("C", (12,0), dir(-20));
pair K = (6,10.392);
pair M = (a*B+(12-a)*K) / 12;
pair N = (b*C+(12-b)*K) / 12;
draw(B--M--N--C--cycle, tpen);
draw(M--A--N--cycle);
fill(M--A--N--cycle, mediumgrey);
pair shift = (-20.13, 0);
pair B1 = MP("B", B+shift, dir(200));
pair A1 = MP("A", K+shift, dir(90));
pair C1 = MP("C", C+shift, dir(-20));
draw(A1--B1--C1--cycle, tpen);[/asy] Cyclic hexagon with lengths 22, 22, 20, 22, 22, 20
A hexagon that is inscribed in a circle has side lengths 22, 22, 20, 22, 22, and 20 in that order. The radius of the circle can be written as p+q, where p and q are positive integers. Find p+q. # of Triples Satisfying Condition
Let N be the number of ordered triples (A,B,C) of integers satisfying the conditions(a) 0≤A<B<C≤99,
(b) there exist integers a, b, and c, and prime p where 0≤b<a<c<p,
(c) p divides A−a, B−b, and C−c, and
(d) each ordered triple (A,B,C) and each ordered triple (b,a,c) form arithmetic sequences.Find N. Cyclic trigonometric expression that dies to an identity
Let A,B,C be angles of an acute triangle with
\begin{align*}
\cos^2 A + \cos^2 B + 2 \sin A \sin B \cos C &= \frac{15}{8} \text{ and} \\
\cos^2 B + \cos^2 C + 2 \sin B \sin C \cos A &= \frac{14}{9}.
\end{align*}
There are positive integers p, q, r, and s for which cos2C+cos2A+2sinCsinAcosB=sp−qr, where p+q and s are relatively prime and r is not divisible by the square of any prime. Find p+q+r+s.Note: due to an oversight by the exam-setters, there is no acute triangle satisfying these conditions. You should instead assume ABC is obtuse with ∠B>90∘. Not Burnside's Lemma
In the array of 13 squares shown below, 8 squares are colored red, and the remaining 5 squares are colored blue. If one of all possible such colorings is chosen at random, the probability that the chosen colored array appears the same when rotated 90∘ around the central square is n1, where n is a positive integer. Find n.
[asy]
draw((0,0)--(1,0)--(1,1)--(0,1)--(0,0));
draw((2,0)--(2,2)--(3,2)--(3,0)--(3,1)--(2,1)--(4,1)--(4,0)--(2,0));
draw((1,2)--(1,4)--(0,4)--(0,2)--(0,3)--(1,3)--(-1,3)--(-1,2)--(1,2));
draw((-1,1)--(-3,1)--(-3,0)--(-1,0)--(-2,0)--(-2,1)--(-2,-1)--(-1,-1)--(-1,1));
draw((0,-1)--(0,-3)--(1,-3)--(1,-1)--(1,-2)--(0,-2)--(2,-2)--(2,-1)--(0,-1));
size(100);
[/asy] Equilateral triangle at (1,0) and (2,2rt3)
In the Cartesian plane let A=(1,0) and B=(2,23). Equilateral triangle ABC is constructed so that C lies in the first quadrant. Let P=(x,y) be the center of △ABC. Then x⋅y can be written as rpq, where p and r are relatively prime positive integers and q is an integer that is not divisible by the square of any prime. Find p+q+r.