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

2018 Canadian Senior Mathematics Contest, A5

Tags:
In the diagram, $ABCDEF$ is a regular hexagon with side length 2. Points $E$ and $F$ are on the $x$ axis and points $A$, $B$, $C$, and $D$ lie on a parabola. What is the distance between the two $x$ intercepts of the parabola? [asy] /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki go to User:Azjps/geogebra */ import graph; size(6cm); real labelscalefactor = 0.5; pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); pen dotstyle = black; real xmin = -3.3215445204635294, xmax = 7.383669550094284, ymin = -4.983460515387094, ymax = 6.688676116382409; pen zzttqq = rgb(0.6,0.2,0); pen cqcqcq = rgb(0.7529411764705882,0.7529411764705882,0.7529411764705882); draw((2,0)--(4,0)--(5,1.7320508075688774)--(4,3.4641016151377553)--(2,3.4641016151377557)--(1,1.732050807568879)--cycle, linewidth(1)); Label laxis; laxis.p = fontsize(10); xaxis(xmin, xmax, EndArrow(6), above = true); yaxis(ymin, ymax, EndArrow(6), above = true); draw((2,0)--(4,0), linewidth(1)); draw((4,0)--(5,1.7320508075688774), linewidth(1)); draw((5,1.7320508075688774)--(4,3.4641016151377553), linewidth(1)); draw((4,3.4641016151377553)--(2,3.4641016151377557), linewidth(1)); draw((2,3.4641016151377557)--(1,1.732050807568879), linewidth(1)); draw((1,1.732050807568879)--(2,0), linewidth(1)); real f1 (real x) {return -0.58*x^(2)+3.46*x-1.15;} draw(graph(f1,-3.3115445204635297,7.373669550094284), linewidth(1)); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /*yes i used geogebra fight me*/ [/asy]

2007 APMO, 3

Consider $n$ disks $C_{1}; C_{2}; ... ; C_{n}$ in a plane such that for each $1 \leq i < n$, the center of $C_{i}$ is on the circumference of $C_{i+1}$, and the center of $C_{n}$ is on the circumference of $C_{1}$. Define the [i]score[/i] of such an arrangement of $n$ disks to be the number of pairs $(i; j )$ for which $C_{i}$ properly contains $C_{j}$ . Determine the maximum possible score.

2007 All-Russian Olympiad, 7

Given a convex polyhedron $F$. Its vertex $A$ has degree $5$, other vertices have degree $3$. A colouring of edges of $F$ is called nice, if for any vertex except $A$ all three edges from it have different colours. It appears that the number of nice colourings is not divisible by $5$. Prove that there is a nice colouring, in which some three consecutive edges from $A$ are coloured the same way. [i]D. Karpov[/i]

1975 Spain Mathematical Olympiad, 1

Tags: limit , analysis , algebra
Calculate the limit $$\lim_{n \to \infty} \frac{1}{n} \left(\frac{1}{n^k} +\frac{2^k}{n^k} +....+\frac{(n-1)^k}{n^k} +\frac{n^k}{n^k}\right).$$ (For the calculation of the limit, the integral construction procedure can be followed).

2020 Turkey MO (2nd round), 4

Let $p$ be a prime number such that $\frac{28^p-1}{2p^2+2p+1}$ is an integer. Find all possible values of number of divisors of $2p^2+2p+1$.

2020 Junior Balkan Team Selection Tests - Moldova, 5

Let there be $A=1^{a_1}2^{a_2}\dots100^{a_100}$ and $B=1^{b_1}2^{b_2}\dots100^{b_100}$ , where $a_i , b_i \in N$ , $a_i + b_i = 101 - i$ , ($i= 1,2,\dots,100$). Find the last 1124 digits of $P = A * B$.

2023 AMC 12/AHSME, 2

Tags: word problem
The weight of $\frac 13$ of a large pizza together with $3 \frac 12$ cups of orange slices is the same as the weight of $\frac 34$ of a large pizza together with $\frac 12$ cup of orange slices. A cup of orange slices weighs $\frac 14$ of a pound. What is the weight, in pounds, of a large pizza? $\textbf{(A)}~1\frac45\qquad\textbf{(B)}~2\qquad\textbf{(C)}~2\frac25\qquad\textbf{(D)}~3\qquad\textbf{(E)}~3\frac35$

2011 QEDMO 8th, 1

A $T$-tetromino is a non-convex as well as non-rotationally symmetrical tetromino, which has a maximum number of outside corners (popularly also "Tetris Stone "called). Find all natural numbers $n$ for which, a $n \times n$ chessboard is found that can be covered only with such $T$-tetrominos.

2024 LMT Fall, 28

Tags: guts
Find the number of ways to tile a $2 \times 2 \times 2 \times 2$ four dimensional hypercube with $2 \times 1 \times 1 \times 1$ blocks, with reflections and rotations of the large hypercube distinct.

2022/2023 Tournament of Towns, P2

Does there exist a natural number that can be represented as the product of two numeric palindromes in more than $100{}$ ways?

2002 AMC 10, 23

Tags:
Let \[a=\dfrac{1^2}1+\dfrac{2^2}3+\dfrac{3^2}5+\cdots+\dfrac{1001^2}{2001}\] and \[b=\dfrac{1^2}3+\dfrac{2^2}5+\dfrac{3^2}7+\cdots+\dfrac{1001^2}{2003}.\] Find the integer closest to $a-b$. $\textbf{(A) }500\qquad\textbf{(B) }501\qquad\textbf{(C) }999\qquad\textbf{(D) }1000\qquad\textbf{(E) }1001$

2024 HMIC, 3

Let $S$ be a set of nonnegative integers such that [list] [*] there exist two elements $a$ and $b$ in $S$ such that $a,b>1$ and $\gcd(a,b)=1$; and [*] for any (not necessarily distinct) element $x$ and nonzero element $y$ in $S$, both $xy$ and the remainder when $x$ is divided by $y$ are in $S$. [/list] Prove that $S$ contains every nonnegative integer. [i]Jacob Paltrowitz[/i]

2020 HK IMO Preliminary Selection Contest, 19

Four couples are to be seated in a row. If it is required that each woman may only sit next to her husband or another woman, how many different possible seating arrangements are there?

1974 Dutch Mathematical Olympiad, 2

$n>2$ numbers, $ x_1, x_2, ..., x_n$ are odd . Prove that $4$ divides $$ x_1x_2+x_2x_3+...+x_{n-1}x_n+x_nx_1 -n.$$

2022 VJIMC, 3

Let $x_1,\ldots,x_n$ be given real numbers with $0<m\le x_i\le M$ for each $i\in\{1,\ldots,n\}$. Let $X$ be the discrete random variable uniformly distributed on $\{x_1,\ldots,x_n\}$. The mean $\mu$ and the variance $\sigma^2$ of $X$ are defined as $$\mu(X)=\frac{x_1+\ldots+x_n}n\text{ and }\sigma^2(X)=\frac{(x_1-\mu(X))^2+\ldots+(x_n-\mu(X))^2}n.$$ By $X^2$ denote the discrete random variable uniformly distributed on $\{x_1^2,\ldots,x_n^2\}$. Prove that $$\sigma^2(X)\ge\left(\frac m{2M^2}\right)^2\sigma^2(X^2).$$

2020 IMC, 7

Let $G$ be a group and $n \ge 2$ be an integer. Let $H_1, H_2$ be $2$ subgroups of $G$ that satisfy $$[G: H_1] = [G: H_2] = n \text{ and } [G: (H_1 \cap H_2)] = n(n-1).$$ Prove that $H_1, H_2$ are conjugate in $G.$ Official definitions: $[G:H]$ denotes the index of the subgroup of $H,$ i.e. the number of distinct left cosets $xH$ of $H$ in $G.$ The subgroups $H_1, H_2$ are conjugate if there exists $g \in G$ such that $g^{-1} H_1 g = H_2.$

2014 USAJMO, 5

Let $k$ be a positive integer. Two players $A$ and $B$ play a game on an infinite grid of regular hexagons. Initially all the grid cells are empty. Then the players alternately take turns with $A$ moving first. In his move, $A$ may choose two adjacent hexagons in the grid which are empty and place a counter in both of them. In his move, $B$ may choose any counter on the board and remove it. If at any time there are $k$ consecutive grid cells in a line all of which contain a counter, $A$ wins. Find the minimum value of $k$ for which $A$ cannot win in a finite number of moves, or prove that no such minimum value exists.

2003 South africa National Olympiad, 4

Tags: geometry
In a given pentagon $ABCDE$, triangles $ABC$, $BCD$, $CDE$, $DEA$ and $EAB$ all have the same area. The lines $AC$ and $AD$ intersect $BE$ at points $M$ and $N$. Prove that $BM = EN$.

2018 Bosnia and Herzegovina EGMO TST, 3

Let $O$ be a circumcenter of acute triangle $ABC$ and let $O_1$ and $O_2$ be circumcenters of triangles $OAB$ and $OAC$, respectively. Circumcircles of triangles $OAB$ and $OAC$ intersect side $BC$ in points $D$ ($D \neq B$) and $E$ ($E \neq C$), respectively. Perpendicular bisector of side $BC$ intersects side $AC$ in point $F$($F \neq A$). Prove that circumcenter of triangle $ADE$ lies on $AC$ iff $F$ lies on line $O_1O_2$

2023 Kazakhstan National Olympiad, 2

Tags: algebra
Let $n>100$ be an integer. The numbers $1,2 \ldots, 4n$ are split into $n$ groups of $4$. Prove that there are at least $\frac{(n-6)^2}{2}$ quadruples $(a, b, c, d)$ such that they are all in different groups, $a<b<c<d$ and $c-b \leq |ad-bc|\leq d-a$.

1992 IMO Shortlist, 11

In a triangle $ ABC,$ let $ D$ and $ E$ be the intersections of the bisectors of $ \angle ABC$ and $ \angle ACB$ with the sides $ AC,AB,$ respectively. Determine the angles $ \angle A,\angle B, \angle C$ if $ \angle BDE \equal{} 24 ^{\circ},$ $ \angle CED \equal{} 18 ^{\circ}.$

2013 Kurschak Competition, 3

Is it true that for integer $n\ge 2$, and given any non-negative reals $\ell_{ij}$, $1\le i<j\le n$, we can find a sequence $0\le a_1,a_2,\ldots,a_n$ such that for all $1\le i<j\le n$ to have $|a_i-a_j|\ge \ell_{ij}$, yet still $\sum_{i=1}^n a_i\le \sum_{1\le i<j\le n}\ell_{ij}$?

2018 Danube Mathematical Competition, 2

Let $ABC$ be a triangle such that in its interior there exists a point $D$ with $\angle DAC = \angle DCA = 30^o$ and $ \angle DBA = 60^o$. Denote $E$ the midpoint of the segment $BC$, and take $F$ on the segment $AC$ so that $AF = 2FC$. Prove that $DE \perp EF$.

2021 CCA Math Bonanza, T4

Tags:
Let $ABCD$ be a unit square. Points $M$ and $N$ are the midpoints of sides $AB$ and $BC$ respectively. Let $P$ and $Q$ be the midpoints of line segments $AM$ and $BN$ respectively. Find the reciprocal of the area of the triangle enclosed by the three line segments $PQ$, $MN$, and $DB$. [asy] size(5 cm); pair A=(0,0); pair B=(1,0); pair C=(1,1); pair D=(0,1); pair M=(0.5,0); pair N=(1,0.5); pair P=(0.25,0); pair Q=(1,0.25); draw(A--B--C--D--cycle); draw(M--N); draw(P--Q); draw(B--D); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,NE); label("$D$",D,NW); label("$M$",M,S); label("$N$",N,E); label("$P$",P,S); label("$Q$",Q,E); fill((0.8125,0.1875)--(0.75,0.25)--(0.625,0.125)--cycle, gray);[/asy] [i]2021 CCA Math Bonanza Team Round #4[/i]

2005 National Olympiad First Round, 7

What is the greatest value of $\sin x \cos y + \sin y \cos z + \sin z \cos x$, where $x,y,z$ are real numbers? $ \textbf{(A)}\ \sqrt 2 \qquad\textbf{(B)}\ \dfrac 32 \qquad\textbf{(C)}\ \dfrac {\sqrt 3}2 \qquad\textbf{(D)}\ 2 \qquad\textbf{(E)}\ 3 $