This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 85335

2011 USAMTS Problems, 4

Let $ABCDEF$ and $ABC'D'E'F'$ be regular planar hexagons in three-dimensional space with side length $1$, such that $\angle EAE'=60^{\circ}$. Let $P$ be the convex polyhedron whose vertices are $A$, $B$, $C$, $C'$, $D$, $D'$, $E$, $E'$, $F$, and $F'$. (a) Find the radius $r$ of the largest sphere that can be enclosed in polyhedron $P$. (b) Let $S$ be a sphere enclosed in polyhedron $P$ with radius $r$ (as derived in part (a)). The set of possible centers of $S$ is a line segment $\overline{XY}$. Find the length $XY$.

2021 HMNT, 5

Tags: algebra
Let $n$ be the answer to this problem. The polynomial $x^n+ax^2+bx+c$ has real coefficients and exactly $k$ real roots. Find the sum of the possible values of $k$.

2013 Finnish National High School Mathematics Competition, 5

Find all integer triples $(m,p,q)$ satisfying \[2^mp^2+1=q^5\] where $m>0$ and both $p$ and $q$ are prime numbers.

2006 Purple Comet Problems, 10

An equilateral triangle with side length $6$ has a square of side length $6$ attached to each of its edges as shown. The distance between the two farthest vertices of this figure (marked $A$ and $B$ in the figure) can be written as $m + \sqrt{n}$ where $m$ and $n$ are positive integers. Find $m + n$. [asy] draw((0,0)--(1,0)--(1/2,sqrt(3)/2)--cycle); draw((1,0)--(1+sqrt(3)/2,1/2)--(1/2+sqrt(3)/2,1/2+sqrt(3)/2)--(1/2,sqrt(3)/2)); draw((0,0)--(-sqrt(3)/2,1/2)--(-sqrt(3)/2+1/2,1/2+sqrt(3)/2)--(1/2,sqrt(3)/2)); dot((-sqrt(3)/2+1/2,1/2+sqrt(3)/2)); label("A", (-sqrt(3)/2+1/2,1/2+sqrt(3)/2), N); draw((1,0)--(1,-1)--(0,-1)--(0,0)); dot((1,-1)); label("B", (1,-1), SE); [/asy]

2014 Baltic Way, 18

Let $p$ be a prime number, and let $n$ be a positive integer. Find the number of quadruples $(a_1, a_2, a_3, a_4)$ with $a_i\in \{0, 1, \ldots, p^n - 1\}$ for $i = 1, 2, 3, 4$, such that \[p^n \mid (a_1a_2 + a_3a_4 + 1).\]

1986 IMO, 1

Let $A,B$ be adjacent vertices of a regular $n$-gon ($n\ge5$) with center $O$. A triangle $XYZ$, which is congruent to and initially coincides with $OAB$, moves in the plane in such a way that $Y$ and $Z$ each trace out the whole boundary of the polygon, with $X$ remaining inside the polygon. Find the locus of $X$.

2023 AMC 10, 8

Tags:
Barb the baker creates a new temperature system for baking bread, Breadus, which is linearly based on Fahrenheit. Bread rises at $110$ F$^\circ$, which is $0$ on the Breadus scale. Bread bakes at $350$ F$^\circ$, which is $100$ on the Breadus scale. Bread is done when it’s internal temperature is $200$ F$^\circ.$ What is this temperature on the Breadus scale? $\textbf{(A) }33\qquad\textbf{(B) }34.5\qquad\textbf{(C) }36\qquad\textbf{(D) }37.5\qquad\textbf{(E) }39$

2012 Today's Calculation Of Integral, 817

Define two functions $f(t)=\frac 12\left(t+\frac{1}{t}\right),\ g(t)=t^2-2\ln t$. When real number $t$ moves in the range of $t>0$, denote by $C$ the curve by which the point $(f(t),\ g(t))$ draws on the $xy$-plane. Let $a>1$, find the area of the part bounded by the line $x=\frac 12\left(a+\frac{1}{a}\right)$ and the curve $C$.

2013 AMC 12/AHSME, 9

In $\triangle ABC$, $AB=AC=28$ and $BC=20$. Points $D,E,$ and $F$ are on sides $\overline{AB}$, $\overline{BC}$, and $\overline{AC}$, respectively, such that $\overline{DE}$ and $\overline{EF}$ are parallel to $\overline{AC}$ and $\overline{AB}$, respectively. What is the perimeter of parallelogram $ADEF$? [asy] size(180); pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); real r=5/7; pair A=(10,sqrt(28^2-100)),B=origin,C=(20,0),D=(A.x*r,A.y*r); pair bottom=(C.x+(D.x-A.x),C.y+(D.y-A.y)); pair E=extension(D,bottom,B,C); pair top=(E.x+D.x,E.y+D.y); pair F=extension(E,top,A,C); draw(A--B--C--cycle^^D--E--F); dot(A^^B^^C^^D^^E^^F); label("$A$",A,NW); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,W); label("$E$",E,S); label("$F$",F,dir(0)); [/asy] $\textbf{(A) }48\qquad \textbf{(B) }52\qquad \textbf{(C) }56\qquad \textbf{(D) }60\qquad \textbf{(E) }72\qquad$

2017 Moscow Mathematical Olympiad, 2

Tags: geometry
$\omega$ is incircle of $\triangle ABC$ touch $AC$ in $S$. Point $Q$ lies on $\omega$ and midpoints of $AQ$ and $QC$ lies on $\omega$ . Prove that $QS$ bisects $\angle AQC$

1996 AMC 8, 2

Tags: you are bad
Jose, Thuy, and Kareem each start with the number $10$. Jose subtracts $1$ from the number $10$, doubles his answer, and then adds $2$. Thuy doubles the number $10$, subtracts $1$ from her answer, and then adds $2$. Kareem subtracts $1$ from the number $10$, adds $2$ to his number, and then doubles the result. Who gets the largest final answer? $\text{(A)}\ \text{Jose} \qquad \text{(B)}\ \text{Thuy} \qquad \text{(C)}\ \text{Kareem} \qquad \text{(D)}\ \text{Jose and Thuy} \qquad \text{(E)}\ \text{Thuy and Kareem}$

2000 AIME Problems, 7

Suppose that $x,$ $y,$ and $z$ are three positive numbers that satisfy the equations $xyz=1,$ $x+\frac{1}{z}=5,$ and $y+\frac{1}{x}=29.$ Then $z+\frac{1}{y}=\frac{m}{n},$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$

2011 Bosnia And Herzegovina - Regional Olympiad, 3

Triangle $AOB$ is rotated in plane around point $O$ for $90^{\circ}$ and it maps in triangle $A_1OB_1$ ($A$ maps to $A_1$, $B$ maps to $B_1$). Prove that median of triangle $OAB_1$ of side $AB_1$ is orthogonal to $A_1B$

1987 National High School Mathematics League, 5

Tags:
Two sets $M=\{x,xy,\lg(xy)\},N=\{0,|x|,y\}$, if $M=N$, then $(x+\frac{1}{y})+(x^2+\frac{1}{y^2})+\cdots+(x^{2001}+\frac{1}{y^{2001}})=$________.

1970 Putnam, A4

Tags: sequence , limit
Given a sequence $(x_n )$ such that $\lim_{n\to \infty} x_n - x_{n-2}=0,$ prove that $$\lim_{n\to \infty} \frac{x_n -x_{n-1}}{n}=0.$$

2024 China Team Selection Test, 8

Tags: geometry , ratio
In $\triangle {ABC}$, tangents of the circumcircle $\odot {O}$ at $B, C$ and at $A, B$ intersects at $X, Y$ respectively. $AX$ cuts $BC$ at ${D}$ and $CY$ cuts $AB$ at ${F}$. Ray $DF$ cuts arc $AB$ of the circumcircle at ${P}$. $Q, R$ are on segments $AB, AC$ such that $P, Q, R$ are collinear and $QR \parallel BO$. If $PQ^2=PR \cdot QR$, find $\angle ACB$.

1954 AMC 12/AHSME, 45

In a rhombus, $ ABCD$, line segments are drawn within the rhombus, parallel to diagonal $ BD$, and terminated in the sides of the rhombus. A graph is drawn showing the length of a segment as a function of its distance from vertex $ A$. The graph is: $ \textbf{(A)}\ \text{A straight line passing through the origin.} \\ \textbf{(B)}\ \text{A straight line cutting across the upper right quadrant.} \\ \textbf{(C)}\ \text{Two line segments forming an upright V.} \\ \textbf{(D)}\ \text{Two line segments forming an inverted V.} \\ \textbf{(E)}\ \text{None of these.}$

1985 Miklós Schweitzer, 5

Let $F(x,y)$ and $G(x,y)$ be relatively prime homogeneous polynomials of degree at least one having integer coefficients. Prove that there exists a number $c$ depending only on the degrees and the maximum of the absolute values of the coefficients of $F$ and $G$ such that $F(x,y)\neq G(x,y)$ for any integers $x$ and $y$ that are relatively prime and satisfy $\max \{ |x|,|y|\} > c$. [K. Gyory]

2011 ELMO Shortlist, 6

Do there exist positive integers $k$ and $n$ such that for any finite graph $G$ with diameter $k+1$ there exists a set $S$ of at most $n$ vertices such that for any $v\in V(G)\setminus S$, there exists a vertex $u\in S$ of distance at most $k$ from $v$? [i]David Yang.[/i]

2006 Oral Moscow Geometry Olympiad, 5

The base of the pyramid is a convex quadrangle. Is there necessarily a section of this pyramid that does not intersect the base and is an inscribed quadrangle? (M. Volchkevich)

2001 All-Russian Olympiad, 3

Points $A_1, B_1, C_1$ inside an acute-angled triangle $ABC$ are selected on the altitudes from $A, B, C$ respectively so that the sum of the areas of triangles $ABC_1, BCA_1$, and $CAB_1$ is equal to the area of triangle $ABC$. Prove that the circumcircle of triangle $A_1B_1C_1$ passes through the orthocenter $H$ of triangle $ABC$.

2003 Hungary-Israel Binational, 1

Two players play the following game. They alternately write divisors of $100!$ on the blackboard, not repeating any of the numbers written before. The player after whose move the greatest common divisor of the written numbers equals $1,$ loses the game. Which player has a winning strategy?

1992 Romania Team Selection Test, 2

For a positive integer $a$, define the sequence ($x_n$) by $x_1 = x_2 = 1$ and $x_{n+2 }= (a^4 +4a^2 +2)x_{n+1} -x_n -2a^2$ , for n $\ge 1$. Show that $x_n$ is a perfect square and that for $n > 2$ its square root equals the first entry in the matrix $\begin{pmatrix} a^2+1 & a \\ a & 1 \end{pmatrix}^{n-2}$

1969 Swedish Mathematical Competition, 6

Given $3n$ points in the plane, no three collinear, is it always possible to form $n$ triangles (with vertices at the points), so that no point in the plane lies in more than one triangle?

1950 AMC 12/AHSME, 19

Tags:
If $ m$ men can do a job in $ d$ days, then $ m\plus{}r$ men can do the job in: $\textbf{(A)}\ d+r\text{ days} \qquad \textbf{(B)}\ d-r\text{ days} \qquad \textbf{(C)}\ \dfrac{md}{m+r}\text{ days} \qquad \textbf{(D)}\ \dfrac{d}{m+r}\text{ days} \qquad \textbf{(E)}\ \text{None of these}$