problem
stringlengths 10
7.44k
| answer
stringlengths 1
270
| difficulty
stringclasses 8
values |
---|---|---|
Given a triangle $ABC$ and its incircle. The incircle is tangent to sides $AC, BC,$ and $AB$ at points $Y, X,$ and $Z$ respectively. Let $G$ be the intersection point of the segments $[BY]$ and $[CZ]$. $R$ and $S$ are points such that $BZRC$ and $CYBS$ are parallelograms. Show that $GR = GS$. | GR=GS | 2/8 |
What is the maximum number of self-intersection points that a closed polyline with 7 segments can have? | 14 | 2/8 |
Find all integers \( n \) such that \( n^{4} + 6n^{3} + 11n^{2} + 3n + 31 \) is a perfect square. | 10 | 1/8 |
From 9 students, select 5 to form a class committee. The selection must meet the following conditions: both of students A and B must be either selected together or not selected together, and students C and D must not be selected together. How many possible selections are there? (Answer in numerical form). | 41 | 7/8 |
Given the point \( A(1505,1008) \), find the sum of the radii of all circles that pass through this point and are tangent to the lines \( l_{1}: y=0 \) and \( l_{2}: y=\frac{4}{3} x \). | 2009 | 7/8 |
Anna flips an unfair coin 10 times. The coin has a $\frac{1}{3}$ probability of coming up heads and a $\frac{2}{3}$ probability of coming up tails. What is the probability that she flips exactly 7 tails? | \frac{5120}{19683} | 6/8 |
Given \( x > 0 \), find the range of the function
\[
f(x) = \frac{x + \frac{1}{x}}{[x] \cdot \left[\frac{1}{x}\right] + [x] + \left[\frac{1}{x}\right] + 1}
\]
where \([x]\) denotes the greatest integer less than or equal to \( x \). | {\frac{1}{2}}\cup[\frac{5}{6},\frac{5}{4}) | 1/8 |
Squares $JKLM$ and $NOPQ$ are congruent, $JM=20$, and $P$ is the midpoint of side $JM$ of square $JKLM$. Calculate the area of the region covered by these two squares in the plane.
A) $500$
B) $600$
C) $700$
D) $800$
E) $900$ | 600 | 1/8 |
In circle $\Omega$ , let $\overline{AB}=65$ be the diameter and let points $C$ and $D$ lie on the same side of arc $\overarc{AB}$ such that $CD=16$ , with $C$ closer to $B$ and $D$ closer to $A$ . Moreover, let $AD, BC, AC,$ and $BD$ all have integer lengths. Two other circles, circles $\omega_1$ and $\omega_2$ , have $\overline{AC}$ and $\overline{BD}$ as their diameters, respectively. Let circle $\omega_1$ intersect $AB$ at a point $E \neq A$ and let circle $\omega_2$ intersect $AB$ at a point $F \neq B$ . Then $EF=\frac{m}{n}$ , for relatively prime integers $m$ and $n$ . Find $m+n$ .
[asy]
size(7cm);
pair A=(0,0), B=(65,0), C=(117/5,156/5), D=(125/13,300/13), E=(23.4,0), F=(9.615,0);
draw(A--B--C--D--cycle);
draw(A--C);
draw(B--D);
dot(" $A$ ", A, SW);
dot(" $B$ ", B, SE);
dot(" $C$ ", C, NE);
dot(" $D$ ", D, NW);
dot(" $E$ ", E, S);
dot(" $F$ ", F, S);
draw(circle((A + C)/2, abs(A - C)/2));
draw(circle((B + D)/2, abs(B - D)/2));
draw(circle((A + B)/2, abs(A - B)/2));
label(" $\mathcal P$ ", (A + B)/2 + abs(A - B)/2 * dir(-45), dir(-45));
label(" $\mathcal Q$ ", (A + C)/2 + abs(A - C)/2 * dir(-210), dir(-210));
label(" $\mathcal R$ ", (B + D)/2 + abs(B - D)/2 * dir(70), dir(70));
[/asy]
*Proposed by **AOPS12142015*** | 961 | 1/8 |
Alice refuses to sit next to either Bob or Carla. Derek refuses to sit next to Eric. How many ways are there for the five of them to sit in a row of $5$ chairs under these conditions? | 28 | 3/8 |
The dollar is now worth $\frac{1}{980}$ ounce of gold. After the $n^{th}$ 7001 billion dollars bailout package passed by congress, the dollar gains $\frac{1}{2{}^2{}^{n-1}}$ of its $(n-1)^{th}$ value in gold. After four bank bailouts, the dollar is worth $\frac{1}{b}(1-\frac{1}{2^c})$ in gold, where $b, c$ are positive integers. Find $b + c$ . | 506 | 6/8 |
Compute $\binom{18}{6}$. | 18564 | 7/8 |
Starting with the number 0, Casey performs an infinite sequence of moves as follows: he chooses a number from \(\{1, 2\}\) at random (each with probability \(\frac{1}{2}\)) and adds it to the current number. Let \(p_{m}\) be the probability that Casey ever reaches the number \(m\). Find \(p_{20} - p_{15}\). | \frac{11}{2^{20}} | 1/8 |
Olga Ivanovna, the class teacher of Grade 5B, is organizing a "Mathematical Ballet." She wants to arrange boys and girls so that at a distance of 5 meters from each girl there are exactly 2 boys. What is the maximum number of girls that can participate in the ballet, given that 5 boys are participating? | 20 | 2/8 |
\(A B C D\) and \(E F G H\) are squares of side length 1, and \(A B \parallel E F\). The overlapped region of the two squares has area \(\frac{1}{16}\). Find the minimum distance between the centers of the two squares. | \frac{\sqrt{14}}{4} | 6/8 |
Around a circular table, six people are seated. Each person is wearing a hat. There is a partition between each pair of adjacent people such that each one can see the hats of the three people sitting directly across from them, but they cannot see the hat of the person to their immediate left, their immediate right, or their own hat. They all know that three of the hats are white and three are black. They also know that each one of them is capable of making any feasible logical deduction. We start with one of the six people and ask them, "Can you deduce the color of any of the hats you cannot see?" Once they have responded (and everyone hears the answer), we move to the person to their left and ask the same question, and so on. Prove that one of the first three people will respond "Yes."
Each hat-not-seen by person 1, person 2, and person 3 and how the colors relate to each other. Assuming neither person 1 nor person 2 can deduce the hat color:
1. The hats of persons 3, 4, and 5 cannot all be the same color because, in that case, person 1 would be able to deduce the colors of all hats they can't see.
2. If persons 4 and 5 have hats of the same color, person 2 can deduce that hat 3 must be of the opposite color.
3. Thus, hats of persons 4 and 5 are of different colors. Therefore, person 3 can deduce the color of hat 4 (which they cannot see), as it must be the opposite color of hat 5 (which they can see).
Consequently, if both of the first two people answer "No," the third person will answer "Yes." | 3 | 3/8 |
Let \(ABC\) be a triangle with \(AB=7\), \(BC=9\), and \(CA=4\). Let \(D\) be the point such that \(AB \parallel CD\) and \(CA \parallel BD\). Let \(R\) be a point within triangle \(BCD\). Lines \(\ell\) and \(m\) going through \(R\) are parallel to \(CA\) and \(AB\) respectively. Line \(\ell\) meets \(AB\) and \(BC\) at \(P\) and \(P'\) respectively, and \(m\) meets \(CA\) and \(BC\) at \(Q\) and \(Q'\) respectively. If \(S\) denotes the largest possible sum of the areas of triangles \(BPP'\), \(RP'Q'\), and \(CQQ'\), determine the value of \(S^2\). | 180 | 1/8 |
Compute the following expressions:
(1) $2 \sqrt{12} -6 \sqrt{ \frac{1}{3}} + \sqrt{48}$
(2) $(\sqrt{3}-\pi)^{0}-\frac{\sqrt{20}-\sqrt{15}}{\sqrt{5}}+(-1)^{2017}$ | \sqrt{3} - 2 | 3/8 |
How many ordered quadruples $(a, b, c, d)$ of four distinct numbers chosen from the set $\{1,2,3, \ldots, 9\}$ satisfy $b<a, b<c$, and $d<c$? | 630 | 3/8 |
The statement $x^2 - x - 6 < 0$ is equivalent to the statement: | -2 < x < 3 | 1/8 |
In right triangle \( ABC \), a point \( D \) is on hypotenuse \( AC \) such that \( BD \perp AC \). Let \(\omega\) be a circle with center \( O \), passing through \( C \) and \( D \) and tangent to line \( AB \) at a point other than \( B \). Point \( X \) is chosen on \( BC \) such that \( AX \perp BO \). If \( AB = 2 \) and \( BC = 5 \), then \( BX \) can be expressed as \(\frac{a}{b}\) for relatively prime positive integers \( a \) and \( b \). Compute \( 100a + b \). | 8041 | 7/8 |
Let \( x_{i} (i=1, 2, 3, 4) \) be real numbers such that \( \sum_{i=1}^{4} x_{i} = \sum_{i=1}^{4} x_{i}^{7} = 0 \). Find the value of the following expression:
\[ u = x_{4} \left( x_{4} + x_{1} \right) \left( x_{4} + x_{2} \right) \left( x_{4} + x_{3} \right). \] | 0 | 1/8 |
Given $\sin\left(\frac{\pi}{3}+\frac{\alpha}{6}\right)=-\frac{3}{5}$, $\cos\left(\frac{\pi}{12}-\frac{\beta}{2}\right)=-\frac{12}{13}$, $-5\pi < \alpha < -2\pi$, $-\frac{11\pi}{6} < \beta < \frac{\pi}{6}$,
Find the value of $\sin \left(\frac{\alpha }{6}+\frac{\beta }{2}+\frac{\pi }{4}\right)$. | \frac{16}{65} | 7/8 |
Five six-sided dice are rolled. It is known that after the roll, there are two pairs of dice showing the same number, and one odd die. The odd die is rerolled. What is the probability that after rerolling the odd die, the five dice show a full house? | \frac{1}{3} | 7/8 |
A natural number $n$ is called a "good number" if the column addition of $n$, $n+1$, and $n+2$ does not produce any carry-over. For example, 32 is a "good number" because $32+33+34$ does not result in a carry-over; however, 23 is not a "good number" because $23+24+25$ does result in a carry-over. The number of "good numbers" less than 1000 is \_\_\_\_\_\_. | 48 | 1/8 |
Let \( x \) and \( y \) be positive real numbers such that:
\[ x \cdot y^{1 + \lg x} = 1 \]
Find the range of possible values for \( xy \). | (0,10^{-4}]\cup[1,+\infty) | 1/8 |
Given that \( x, y, z \in \mathbf{R}_{+} \) and \( x^{2} + y^{2} + z^{2} = 1 \), find the value of \( z \) when \(\frac{(z+1)^{2}}{x y z} \) reaches its minimum. | \sqrt{2} - 1 | 7/8 |
Given that \( E \) is the midpoint of side \( AB \) of quadrilateral \( ABCD \), \( BC = CD = CE \), \(\angle B = 75^\circ\), and \(\angle D = 90^\circ\). Find the measure of \(\angle DAB\). | 105 | 2/8 |
Given an ellipse \( C \) defined by \(\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1\) with \(a > b > 0\) and an eccentricity of \(\frac{2}{3}\). Points \(A_{1}\) and \(A_{2}\) are the left and right vertices of the ellipse \(C\), \(B\) is the top vertex, and \(F_{1}\) is the left focus of the ellipse \(C\). The area of triangle \(\triangle A_{1} F_{1} B\) is \(\frac{\sqrt{5}}{2}\).
(1) Find the equation of the ellipse \(C\).
(2) Suppose a moving line \(l\) passes through the point \(D(1,0)\) and intersects the ellipse \(C\) at points \(E\) and \(F\) (point \(E\) is above the x-axis). Points \(M\) and \(N\) are the intersections of lines \(A_{1} E\) and \(A_{2} F\) with the y-axis, respectively. Find the value of \(\frac{|OM|}{|ON|}\). | \frac{1}{2} | 1/8 |
A regular $n$ -gonal truncated pyramid is circumscribed around a sphere. Denote the areas of the base and the lateral surfaces of the pyramid by $S_1, S_2$ , and $S$ , respectively. Let $\sigma$ be the area of the polygon whose vertices are the tangential points of the sphere and the lateral faces of the pyramid. Prove that
\[\sigma S = 4S_1S_2 \cos^2 \frac{\pi}{n}.\] | \sigmaS=4S_1S_2\cos^2\frac{\pi}{n} | 1/8 |
A manufacturer built a machine which will address $500$ envelopes in $8$ minutes. He wishes to build another machine so that when both are operating together they will address $500$ envelopes in $2$ minutes. The equation used to find how many minutes $x$ it would require the second machine to address $500$ envelopes alone is: | $\frac{1}{8}+\frac{1}{x}=\frac{1}{2}$ | 7/8 |
A rectangular parallelepiped is inscribed in a cylinder, with its diagonal forming angles $\alpha$ and $\beta$ with the adjacent sides of the base. Find the ratio of the volume of the parallelepiped to the volume of the cylinder. | \frac{4\cos\alpha\cos\beta}{\pi(\cos^2\alpha+\cos^2\beta)} | 6/8 |
A cube with an edge length of 1 and its circumscribed sphere intersect with a plane to form a cross section that is a circle and an inscribed equilateral triangle. What is the distance from the center of the sphere to the plane of the cross section? | $\frac{\sqrt{3}}{6}$ | 7/8 |
Call a \(2n\)-digit base-10 number special if we can split its digits into two sets of size \(n\) such that the sum of the numbers in the two sets is the same. Let \(p_{n}\) be the probability that a randomly-chosen \(2n\)-digit number is special. (We allow leading zeros in \(2n\)-digit numbers). The sequence \(p_{n}\) converges to a constant \(c\). Find \(c\). | \frac{1}{2} | 1/8 |
Four houses are located at the vertices of a convex quadrilateral. Where should a well be dug so that the sum of the distances from the well to the four houses is minimized? | 0 | 1/8 |
Let \(a_{1} \geq a_{2} \geq a_{3}\) be given positive integers and let \(N(a_{1}, a_{2}, a_{3})\) be the number of solutions \((x_{1}, x_{2}, x_{3})\) of the equation
\[ \frac{a_{1}}{x_{1}} + \frac{a_{2}}{x_{2}} + \frac{a_{3}}{x_{3}} = 1, \]
where \(x_{1}, x_{2},\) and \(x_{3}\) are positive integers. Show that
\[ N(a_{1}, a_{2}, a_{3}) \leq 6 a_{1} a_{2}\left(3 + \ln(2 a_{1})\right). \] | 6a_1a_2(3+\ln(2a_1)) | 1/8 |
Convert the 2015 fractions $\frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \cdots \frac{1}{2014}, \frac{1}{2015}, \frac{1}{2016}$ to decimals. How many of them are finite decimals? | 33 | 6/8 |
Given that positive integers \( a, b, c \) (where \( a \leq b \leq c \)) and real numbers \( x, y, z, w \) satisfy \( a^x = b^y = c^z = 70^w \) and \( \frac{1}{x} + \frac{1}{y} + \frac{1}{z} = \frac{1}{w} \), find the value of \( c \). | 7 | 7/8 |
An ellipse has foci at $(9,20)$ and $(49,55)$ in the $xy$-plane and is tangent to the $x$-axis. What is the length of its major axis? | 85 | 6/8 |
At Math- \( e^{e} \)-Mart, cans of cat food are arranged in a pentagonal pyramid of 15 layers high, with 1 can in the top layer, 5 cans in the second layer, 12 cans in the third layer, 22 cans in the fourth layer, etc., so that the \( k^{\text{th}} \) layer is a pentagon with \( k \) cans on each side.
(a) How many cans are on the bottom, 15th, layer of this pyramid?
(b) The pentagonal pyramid is rearranged into a prism consisting of 15 identical layers. How many cans are on the bottom layer of the prism?
(c) Prove that a pentagonal pyramid of cans with any number of layers \( l \geq 2 \) can be rearranged (without a deficit or leftover) into a triangular prism of cans with the same number of layers \( l \). | 120 | 7/8 |
The constant term in the expansion of \\(\left(x^{2}- \frac{1}{x}+3\right)^{4}\\) is ______. | 117 | 7/8 |
Pauline Bunyan can shovel snow at the rate of $20$ cubic yards for the first hour, $19$ cubic yards for the second, $18$ for the third, etc., always shoveling one cubic yard less per hour than the previous hour. If her driveway is $4$ yards wide, $10$ yards long, and covered with snow $3$ yards deep, then the number of hours it will take her to shovel it clean is closest to
$\text{(A)}\ 4 \qquad \text{(B)}\ 5 \qquad \text{(C)}\ 6 \qquad \text{(D)}\ 7 \qquad \text{(E)}\ 12$ | (D)\7 | 1/8 |
In the kite \(ABCD\), \(AB = AD\) and \(BC = CD\). Let \(O\) be the intersection point of \(AC\) and \(BD\). Draw two lines through \(O\), which intersect \(AD\) at \(E\) and \(BC\) at \(F\), \(AB\) at \(G\) and \(CD\) at \(H\). \(GF\) and \(EH\) intersect \(BD\) at \(I\) and \(J\) respectively. Prove that \(IO = OJ\). | IO=OJ | 2/8 |
Given any 5 points, no three of which are collinear and no four of which are concyclic, show that exactly 4 of the 10 circles passing through any 3 of these points will contain exactly one of the remaining two points. | 4 | 1/8 |
Let $n\ge 2$ be a given integer. Find the greatest value of $N$ , for which the following is true: there are infinitely many ways to find $N$ consecutive integers such that none of them has a divisor greater than $1$ that is a perfect $n^{\mathrm{th}}$ power.
*Proposed by Péter Pál Pach, Budapest* | 2^n-1 | 4/8 |
Given a convex quadrilateral, construct with a compass and straightedge a point whose projections onto the lines containing its sides are the vertices of a parallelogram. | P | 3/8 |
Given a circle with 800 points labeled in sequence clockwise as \(1, 2, \ldots, 800\), dividing the circle into 800 arcs. Initially, one point is painted red, and subsequently, additional points are painted red according to the following rule: if the \(k\)-th point is already red, the next point to be painted red is found by moving clockwise \(k\) arcs from \(k\). What is the maximum number of red points that can be obtained on the circle? Explain the reasoning. | 25 | 1/8 |
A set $D$ of positive integers is called *indifferent* if there are at least two integers in the set, and for any two distinct elements $x,y\in D$ , their positive difference $|x-y|$ is also in $D$ . Let $M(x)$ be the smallest size of an indifferent set whose largest element is $x$ . Compute the sum $M(2)+M(3)+\dots+M(100)$ .
*Proposed by Yannick Yao* | 1257 | 1/8 |
A circle inscribed in a right triangle \(A B C\) \(\left(\angle A B C = 90^{\circ}\right)\) is tangent to sides \(A B\), \(B C\), and \(A C\) at points \(C_{1}\), \(A_{1}\), and \(B_{1}\) respectively. An excircle is tangent to side \(B C\) at point \(A_{2}\). \(A_{0}\) is the center of the circle circumscribed around triangle \(A_{1} A_{2} B_{1}\); similarly, point \(C_{0}\) is defined. Find the angle \(A_{0} B C_{0}\). | 45 | 1/8 |
Find the smallest positive integer $n$ for which $315^2-n^2$ evenly divides $315^3-n^3$ .
*Proposed by Kyle Lee* | 90 | 3/8 |
A circle of radius $2$ is cut into four congruent arcs. The four arcs are joined to form the star figure shown. What is the ratio of the area of the star figure to the area of the original circle?
[asy] size(0,50); draw((-1,1)..(-2,2)..(-3,1)..(-2,0)..cycle); dot((-1,1)); dot((-2,2)); dot((-3,1)); dot((-2,0)); draw((1,0){up}..{left}(0,1)); dot((1,0)); dot((0,1)); draw((0,1){right}..{up}(1,2)); dot((1,2)); draw((1,2){down}..{right}(2,1)); dot((2,1)); draw((2,1){left}..{down}(1,0));[/asy] | \frac{4-\pi}{\pi} | 1/8 |
Given that the polar coordinate equation of circle C is ρ² + 2$\sqrt {2}$ρsin(θ + $\frac {π}{4}$) + 1 = 0, and the origin O of the rectangular coordinate system xOy coincides with the pole, and the positive semi-axis of the x-axis coincides with the polar axis. (1) Find the standard equation and a parametric equation of circle C; (2) Let P(x, y) be any point on circle C, find the maximum value of xy. | \frac {3}{2} + \sqrt {2} | 7/8 |
When $0.73\overline{864}$ is expressed as a fraction in the form $\frac{y}{999900}$, what is the value of $y$? | 737910 | 2/8 |
Given a regular tetrahedron, how many different edge-length cubes exist such that each vertex of the cube lies on a face of the tetrahedron? | 2 | 1/8 |
A collector has \( N \) precious stones. If he takes away the three heaviest stones, then the total weight of the stones decreases by \( 35\% \). From the remaining stones, if he takes away the three lightest stones, the total weight further decreases by \( \frac{5}{13} \). Find \( N \). | 10 | 7/8 |
Given the sequence \(\left\{a_{n}\right\}\) satisfying \(a_{1} = p\), \(a_{2} = p + 1\), and \(a_{n+2} - 2a_{n+1} + a_{n} = n - 20\), where \(p\) is a given real number and \(n\) is a positive integer, find the value of \(n\) such that \(a_{n}\) is minimized. | 40 | 1/8 |
The base-ten representation for $19!$ is $121,6T5,100,40M,832,H00$, where $T$, $M$, and $H$ denote digits that are not given. What is $T+M+H$? | 12 | 7/8 |
A three-digit number is thought of, where for each of the numbers 543, 142, and 562, one digit matches and the other two do not. What is the thought number? | 163 | 6/8 |
Let $S$ be the area of a given triangle, $R$ the radius of its circumscribed circle, and $d$ the distance from the circumcenter to a certain point. Let $S_{1}$ be the area of the triangle formed by the feet of the perpendiculars dropped from this point to the sides of the given triangle. Prove that
\[ S_{1} = \frac{S}{4} \left| 1 - \frac{d^{2}}{R^{2}} \right|. \] | S_{1}=\frac{S}{4}|1-\frac{^2}{R^2}| | 1/8 |
Simplify \(\left(\cos 42^{\circ}+\cos 102^{\circ}+\cos 114^{\circ}+\cos 174^{\circ}\right)^{2}\) into a rational number. | \frac{3}{4} | 4/8 |
Find all functions \( f: \mathbb{N}^{*} \rightarrow \mathbb{N}^{*} \) such that for any \( x, y \in \mathbb{N}^{*} \), \( (f(x))^{2} + y \) is divisible by \( f(y) + x^{2} \). | f(x)=x | 1/8 |
The internal angles of quadrilateral $ABCD$ form an arithmetic progression. Triangles $ABD$ and $DCB$ are similar with $\angle DBA = \angle DCB$ and $\angle ADB = \angle CBD$. Moreover, the angles in each of these two triangles also form an arithmetic progression. In degrees, what is the largest possible sum of the two largest angles of $ABCD$? | 240 | 2/8 |
Calculate
\[T = \sum \frac{1}{n_1! \cdot n_2! \cdot \cdots n_{1994}! \cdot (n_2 + 2 \cdot n_3 + 3 \cdot n_4 + \ldots + 1993 \cdot n_{1994})!}\]
where the sum is taken over all 1994-tuples of the numbers $n_1, n_2, \ldots, n_{1994} \in \mathbb{N} \cup \{0\}$ satisfying $n_1 + 2 \cdot n_2 + 3 \cdot n_3 + \ldots + 1994 \cdot n_{1994} = 1994.$ | \frac{1}{1994!} | 1/8 |
In a right triangle JKL, the hypotenuse KL measures 13 units, and side JK measures 5 units. Determine $\tan L$ and $\sin L$. | \frac{5}{13} | 7/8 |
Let \( a_{0} = 1994 \). For any non-negative integer \( n \), \( a_{n+1} = \frac{a_{n}^{2}}{a_{n+1}} \). Prove that \( 1994 - n \) is the largest integer less than or equal to \( a_{n} \), where \( 1 \leqslant n \leqslant 998 \). | 1994-n | 2/8 |
Let $x$ and $y$ be real numbers such that
\[4x^2 + 8xy + 5y^2 = 1.\]Let $m$ and $M$ be the minimum and maximum values of $2x^2 + 3xy + 2y^2,$ respectively. Find the product $mM.$ | \frac{7}{16} | 7/8 |
Two sides of a regular polygon of $n$ sides when extended meet at $28$ degrees. What is smallest possible value of $n$ | 45 | 7/8 |
Determine all pairs \((p, q)\) of positive integers such that \(p\) and \(q\) are prime, and \(p^{q-1} + q^{p-1}\) is the square of an integer. | (2,2) | 5/8 |
A circle of radius 2 is centered at $A$. An equilateral triangle with side 4 has a vertex at $A$. What is the difference between the area of the region that lies inside the circle but outside the triangle and the area of the region that lies inside the triangle but outside the circle?
$\textbf{(A)}\; 8-\pi \qquad\textbf{(B)}\; \pi+2 \qquad\textbf{(C)}\; 2\pi-\dfrac{\sqrt{2}}{2} \qquad\textbf{(D)}\; 4(\pi-\sqrt{3}) \qquad\textbf{(E)}\; 2\pi-\dfrac{\sqrt{3}}{2}$ | \textbf{(D)}\;4(\pi-\sqrt{3}) | 1/8 |
Let \( f(x) = x^4 + 14x^3 + 52x^2 + 56x + 16 \). Let \( z_1, z_2, z_3, z_4 \) be the four roots of \( f \). Find the smallest possible value of \( \left| z_a z_b + z_c z_d \right| \) where \( \{a, b, c, d\} = \{1, 2, 3, 4\} \). | 8 | 2/8 |
How many ways are there to put 4 distinguishable balls into 2 indistinguishable boxes? | 8 | 7/8 |
In \(\triangle PMO\), \(PM = 6\sqrt{3}\), \(PO = 12\sqrt{3}\), and \(S\) is a point on \(MO\) such that \(PS\) is the angle bisector of \(\angle MPO\). Let \(T\) be the reflection of \(S\) across \(PM\). If \(PO\) is parallel to \(MT\), find the length of \(OT\). | 2\sqrt{183} | 7/8 |
We color certain squares of an $8 \times 8$ chessboard red. How many squares can we color at most if we want no red trimino? How many squares can we color at least if we want every trimino to have at least one red square? | 32 | 1/8 |
A circle with center \( Q \) and radius 2 rolls around the inside of a right triangle \( DEF \) with side lengths 9, 12, and 15, always remaining tangent to at least one side of the triangle. When \( Q \) first returns to its original position, through what distance has \( Q \) traveled? | 24 | 1/8 |
The inhabitants of the island of Misfortune divide a day into several hours, an hour into several minutes, and a minute into several seconds, just like us. However, on their island, a day is 77 minutes and an hour is 91 seconds. How many seconds are there in a day on the island of Misfortune? | 1001 | 5/8 |
A bug moves in the coordinate plane, starting at $(0,0)$. On the first turn, the bug moves one unit up, down, left, or right, each with equal probability. On subsequent turns the bug moves one unit up, down, left, or right, choosing with equal probability among the three directions other than that of its previous move. For example, if the first move was one unit up then the second move has to be either one unit down or one unit left or one unit right.
After four moves, what is the probability that the bug is at $(2,2)$? | 1/54 | 3/8 |
Given $\triangle ABC$ with a point $P$ inside, lines $DE$ and $FG$ are drawn parallel to $BC$ and $AC$ respectively, intersecting lines $AB$ and $AC$ at points $D$ and $E$, $AB$ and $BC$ at points $F$ and $G$. Line $HK$ is parallel to $AB$, intersecting lines $AC$ and $BC$ at points $H$ and $K$. Lines $FK$ and $HG$ intersect line $DE$ at points $M$ and $N$. Then:
(1) $\frac{1}{PM} - \frac{1}{PN} = \frac{1}{PD} - \frac{1}{PE}$;
(2) If $P$ is the midpoint of $DE$, then $PM = PN$. | PM=PN | 1/8 |
Vasya and Petya live in the mountains and like to visit each other. They ascend the mountain at a speed of 3 km/h and descend at a speed of 6 km/h (there are no flat sections of the road). Vasya calculated that it takes him 2 hours and 30 minutes to go to Petya, and 3 hours and 30 minutes to return. What is the distance between Vasya and Petya's homes? | 12 | 5/8 |
Let \(ABCD\) be a regular tetrahedron, and let \(O\) be the centroid of triangle \(BCD\). Consider the point \(P\) on \(AO\) such that \(P\) minimizes \(PA + 2(PB + PC + PD)\). Find \(\sin \angle PBO\). | \frac{1}{6} | 6/8 |
Find the area of an isosceles triangle if its base is \( a \), and the length of the altitude drawn to the base is equal to the length of the segment connecting the midpoints of the base and a lateral side. | \frac{^2\sqrt{3}}{12} | 2/8 |
In front of the elevator doors, there are people with masses $130, 60, 61, 65, 68, 70, 79, 81, 83, 87, 90, 91$, and 95 kg. The elevator's capacity is 175 kg. What is the minimum number of trips needed to transport all the people? | 7 | 5/8 |
Given that \(\alpha\) is an acute angle satisfying
$$
\sqrt{369-360 \cos \alpha}+\sqrt{544-480 \sin \alpha}-25=0
$$
find the value of \(40 \tan \alpha\). | 30 | 4/8 |
After viewing the John Harvard statue, a group of tourists decides to estimate the distances of nearby locations on a map by drawing a circle, centered at the statue, of radius $\sqrt{n}$ inches for each integer $2020 \leq n \leq 10000$, so that they draw 7981 circles altogether. Given that, on the map, the Johnston Gate is 10 -inch line segment which is entirely contained between the smallest and the largest circles, what is the minimum number of points on this line segment which lie on one of the drawn circles? (The endpoint of a segment is considered to be on the segment.) | 49 | 1/8 |
On weekdays, a Scientist commutes to work on the circular line of the Moscow metro from "Taganskaya" station to "Kievskaya" station and returns in the evening.
Upon entering the station, the Scientist boards the first arriving train. It is known that in both directions trains depart at approximately equal intervals. The travel time from "Kievskaya" to "Taganskaya" or vice versa is 17 minutes via the northern route (through "Belorusskaya") and 11 minutes via the southern route (through "Paveletskaya").
Based on the Scientist's long-term observations:
- A train heading counterclockwise arrives at "Kievskaya" on average 1 minute 15 seconds after a train heading clockwise arrives. The same is true for "Taganskaya".
- The average time it takes the Scientist to travel from home to work is 1 minute less than the time it takes to travel from work to home.
Find the expected interval between trains traveling in one direction. | 3 | 5/8 |
A and B start from points A and B simultaneously, moving towards each other and meet at point C. If A starts 2 minutes earlier, then their meeting point is 42 meters away from point C. Given that A's speed is \( a \) meters per minute, B's speed is \( b \) meters per minute, where \( a \) and \( b \) are integers, \( a > b \), and \( b \) is not a factor of \( a \). What is the value of \( a \)? | 21 | 1/8 |
900 cards are inscribed with all natural numbers from 1 to 900. Cards inscribed with squares of integers are removed, and the remaining cards are renumbered starting from 1.
Then, the operation of removing the squares is repeated. How many times must this operation be repeated to remove all the cards? | 59 | 5/8 |
Given the inequality $ax^{2}+bx+c \gt 0$ with the solution set $\{x\left|\right.1 \lt x \lt 2\}$, find the solution set of the inequality $cx^{2}+bx+a \gt 0$ in terms of $x$. When studying the above problem, Xiaoming and Xiaoning respectively came up with the following Solution 1 and Solution 2:
**Solution 1:** From the given information, the roots of the equation $ax^{2}+bx+c=0$ are $1$ and $2$, and $a \lt 0$. By Vieta's formulas, we have $\left\{\begin{array}{c}1+2=-\frac{b}{a},\\ 1×2=\frac{c}{a},\end{array}\right.\left\{\begin{array}{c}b=-3a,\\ c=2a,\end{array}\right.$. Therefore, the inequality $cx^{2}+bx+a \gt 0$ can be transformed into $2ax^{2}-3ax+a \gt 0$, which simplifies to $\left(x-1\right)\left(2x-1\right) \lt 0$. Solving this inequality gives $\frac{1}{2}<x<1$, so the solution set of the inequality $cx^{2}+bx+a \gt 0$ is $\{x|\frac{1}{2}<x<1\}$.
**Solution 2:** From $ax^{2}+bx+c \gt 0$, we get $c{(\frac{1}{x})}^{2}+b\frac{1}{x}+a>0$. Let $y=\frac{1}{x}$, then $\frac{1}{2}<y<1$. Therefore, the solution set of the inequality $cx^{2}+bx+a \gt 0$ is $\{x|\frac{1}{2}<x<1\}$.
Based on the above solutions, answer the following questions:
$(1)$ If the solution set of the inequality $\frac{k}{x+a}+\frac{x+c}{x+b}<0$ is $\{x\left|\right.-2 \lt x \lt -1$ or $2 \lt x \lt 3\}$, write down the solution set of the inequality $\frac{kx}{ax+1}+\frac{cx+1}{bx+1}<0$ directly.
$(2)$ If real numbers $m$ and $n$ satisfy the equations $\left(m+1\right)^{2}+\left(4m+1\right)^{2}=1$ and $\left(n+1\right)^{2}+\left(n+4\right)^{2}=n^{2}$, and $mn\neq 1$, find the value of $n^{3}+m^{-3}$. | -490 | 3/8 |
Find all the real numbers $k$ that have the following property: For any non-zero real numbers $a$ and $b$ , it is true that at least one of the following numbers: $$ a, b,\frac{5}{a^2}+\frac{6}{b^3} $$ is less than or equal to $k$ . | 2 | 5/8 |
Let $A$ and $B$ be two sets of non-negative integers, define $A+B$ as the set of the values obtained when we sum any (one) element of the set $A$ with any (one) element of the set $B$ . For instance, if $A=\{2,3\}$ and $B=\{0,1,2,5\}$ so $A+B=\{2,3,4,5,7,8\}$ .
Determine the least integer $k$ such that there is a pair of sets $A$ and $B$ of non-negative integers with $k$ and $2k$ elements, respectively, and $A+B=\{0,1,2,\dots, 2019,2020\}$ | 32 | 5/8 |
If $x, y, z \in \mathbb{R}$ are solutions to the system of equations $$ \begin{cases}
x - y + z - 1 = 0
xy + 2z^2 - 6z + 1 = 0
\end{cases} $$ what is the greatest value of $(x - 1)^2 + (y + 1)^2$ ? | 11 | 5/8 |
Given positive integers \( a, b, \) and \( c \) such that
\[ 2019 \geqslant 10a \geqslant 100b \geqslant 1000c, \]
determine the number of possible tuples \((a, b, c)\). | 574 | 7/8 |
Given any point $P$ on the ellipse $\frac{x^{2}}{a^{2}}+ \frac{y^{2}}{b^{2}}=1\; \; (a > b > 0)$ with foci $F\_{1}$ and $F\_{2}$, if $\angle PF\_1F\_2=\alpha$, $\angle PF\_2F\_1=\beta$, $\cos \alpha= \frac{ \sqrt{5}}{5}$, and $\sin (\alpha+\beta)= \frac{3}{5}$, find the eccentricity of this ellipse. | \frac{\sqrt{5}}{7} | 6/8 |
Fix an odd integer $n > 1$ . For a permutation $p$ of the set $\{1,2,...,n\}$ , let S be the number of pairs of indices $(i, j)$ , $1 \le i \le j \le n$ , for which $p_i +p_{i+1} +...+p_j$ is divisible by $n$ . Determine the maximum possible value of $S$ .
Croatia | \frac{(n+1)(n+3)}{8} | 1/8 |
A rectangular flag is divided into four triangles, labelled Left, Right, Top, and Bottom. Each triangle is to be colored one of red, white, blue, green, and purple such that no two triangles that share an edge are the same color. Determine the total number of different flags that can be made. | 260 | 6/8 |
The circle \( S_{1} \) is tangent to the sides \( AC \) and \( AB \) of the triangle \( ABC \), the circle \( S_{2} \) is tangent to the sides \( BC \) and \( AB \), furthermore, \( S_{1} \) and \( S_{2} \) are tangent to each other externally. Prove that the sum of the radii of these circles is greater than the radius of the incircle \( S \) of the triangle \( ABC \). | r_1+r_2>r | 1/8 |
Given a regular $n$-sided polygon inscribed in a circle, let $P$ be a point on the circumcircle. Define $f(P)$ as the product of the distances from $P$ to each of the vertices of the polygon. Find the maximum value of $f(P)$. | 2 | 3/8 |
Find the number of different complex numbers $z$ with the properties that $|z|=1$ and $z^{6!}-z^{5!}$ is a real number. | 1440 | 4/8 |
Given positive integers $n$ and $k$, $n > k^2 >4.$ In a $n \times n$ grid, a $k$[i]-group[/i] is a set of $k$ unit squares lying in different rows and different columns.
Determine the maximal possible $N$, such that one can choose $N$ unit squares in the grid and color them, with the following condition holds: in any $k$[i]-group[/i] from the colored $N$ unit squares, there are two squares with the same color, and there are also two squares with different colors. | n(k-1)^2 | 1/8 |
Let $F=\log\dfrac{1+x}{1-x}$. Find a new function $G$ by replacing each $x$ in $F$ by $\dfrac{3x+x^3}{1+3x^2}$, and simplify.
The simplified expression $G$ is equal to: | 3F | 2/8 |
A Mediterranean polynomial has only real roots and it is of the form
\[ P(x) = x^{10}-20x^9+135x^8+a_7x^7+a_6x^6+a_5x^5+a_4x^4+a_3x^3+a_2x^2+a_1x+a_0 \] with real coefficients $a_0\ldots,a_7$ . Determine the largest real number that occurs as a root of some Mediterranean polynomial.
*(Proposed by Gerhard Woeginger, Austria)* | 11 | 6/8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.