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

2021 Turkey Team Selection Test, 6

For which positive integers $n$, one can find real numbers $x_1,x_2,\cdots ,x_n$ such that $$\dfrac{x_1^2+x_2^2+\cdots+x_n^2}{\left(x_1+2x_2+\cdots+nx_n\right)^2}=\dfrac{27}{4n(n+1)(2n+1)}$$ and $i\leq x_i\leq 2i$ for all $i=1,2,\cdots ,n$ ?

1980 AMC 12/AHSME, 27

The sum $\sqrt[3] {5+2\sqrt{13}}+\sqrt[3]{5-2\sqrt{13}}$ equals $\text{(A)} \ \frac 32 \qquad \text{(B)} \ \frac{\sqrt[3]{65}}{4} \qquad \text{(C)} \ \frac{1+\sqrt[6]{13}}{2} \qquad \text{(D)} \ \sqrt[3]{2} \qquad \text{(E)} \ \text{none of these}$

2015 Portugal MO, 4

Let $[ABCD]$ be a parallelogram and $P$ a point between $C$ and $D$. The line parallel to $AD$ that passes through $P$ intersects the diagonal $AC$ in $Q$. Knowing that the area of $[PBQ]$ is $2$ and the area of $[ABP]$ is $6$, determine the area of $[PBC]$. [img]https://cdn.artofproblemsolving.com/attachments/0/8/664a00020065b7ad6300a062613fca4650b8d0.png[/img]

2013 Tournament of Towns, 5

On an initially colourless plane three points are chosen and marked in red, blue and yellow. At each step two points marked in different colours are chosen. Then one more point is painted in the third colour so that these three points form a regular triangle with the vertices coloured clockwise in ''red, blue, yellow". A point already marked may be marked again so that it may have several colours. Prove that for any number of moves all the points containing the same colour lie on the same line.

1957 AMC 12/AHSME, 32

The largest of the following integers which divides each of the numbers of the sequence $ 1^5 \minus{} 1,\, 2^5 \minus{} 2,\, 3^5 \minus{} 3,\, \cdots, n^5 \minus{} n, \cdots$ is: $ \textbf{(A)}\ 1 \qquad \textbf{(B)}\ 60 \qquad \textbf{(C)}\ 15 \qquad \textbf{(D)}\ 120\qquad \textbf{(E)}\ 30$

2012 Estonia Team Selection Test, 3

In a cyclic quadrilateral $ABCD$ we have $|AD| > |BC|$ and the vertices $C$ and $D$ lie on the shorter arc $AB$ of the circumcircle. Rays $AD$ and $BC$ intersect at point $K$, diagonals $AC$ and $BD$ intersect at point $P$. Line $KP$ intersects the side $AB$ at point $L$. Prove that $\angle ALK$ is acute.

2011 Canadian Students Math Olympiad, 2

For a fixed positive integer $k$, prove that there exist infinitely many primes $p$ such that there is an integer $w$, where $w^2-1$ is not divisible by $p$, and the order of $w$ in modulus $p$ is the same as the order of $w$ in modulus $p^k$. [i]Author: James Rickards[/i]

2000 Regional Competition For Advanced Students, 2

Tags: algebra
For any real number $a$, find all real numbers $x$ that satisfy the following equation. $$(2x + 1)^4 + ax(x + 1) - \frac{x}{2}= 0$$

2012 NIMO Problems, 10

A [i]triangulation[/i] of a polygon is a subdivision of the polygon into triangles meeting edge to edge, with the property that the set of triangle vertices coincides with the set of vertices of the polygon. Adam randomly selects a triangulation of a regular $180$-gon. Then, Bob selects one of the $178$ triangles in this triangulation. The expected number of $1^\circ$ angles in this triangle can be expressed as $\frac{a}{b}$, where $a$ and $b$ are relatively prime positive integers. Compute $100a + b$. [i]Proposed by Lewis Chen[/i]

2015 Princeton University Math Competition, 4

Tags:
Ryan is messing with Brice’s coin. He weights the coin such that it comes up on one side twice as frequently as the other, and he chooses whether to weight heads or tails more with equal probability. Brice flips his modified coin twice and it lands up heads both times. The probability that the coin lands up heads on the next flip can be expressed in the form $\tfrac{p}{q}$ for positive integers $p, q$ satisfying $\gcd(p, q) = 1$, what is $p + q$?

2008 Cuba MO, 2

Let $H$ a regular hexagon and let $P$ a point in the plane of $H$. Let $V(P)$ the sum of the distances from $P$ to the vertices of $H$ and let $L(P)$ the sum of the distances from $P$ to the edges of $H$. a) Find all points $P$ so that $L(P)$ is minimun b) Find all points $P$ so that $V(P)$ is minimun

2010 Federal Competition For Advanced Students, P2, 4

Consider the part of a lattice given by the corners $(0, 0), (n, 0), (n, 2)$ and $(0, 2)$. From a lattice point $(a, b)$ one can move to $(a + 1, b)$ or to $(a + 1, b + 1)$ or to $(a, b - 1$), provided that the second point is also contained in the part of the lattice. How many ways are there to move from $(0, 0)$ to $(n, 2)$ considering these rules?

2012 USAMTS Problems, 2

Three wooden equilateral triangles of side length $18$ inches are placed on axles as shown in the diagram to the right. Each axle is $30$ inches from the other two axles. A $144$-inch leather band is wrapped around the wooden triangles, and a dot at the top corner is painted as shown. The three triangles are then rotated at the same speed and the band rotates without slipping or stretching. Compute the length of the path that the dot travels before it returns to its initial position at the top corner. [asy] size(150); defaultpen(linewidth(0.8)+fontsize(10)); pair A=origin,B=(48,0),C=rotate(60,A)*B; path equi=(0,0)--(18,0)--(9,9*sqrt(3))--cycle,circ=circle(centroid(A,B,C)*18/48,1/3); picture a; fill(a,equi,grey); fill(a,circ,white); add(a); add(shift(15,15*sqrt(3))*a); add(shift(30,0)*a); draw(A--B--C--cycle,linewidth(1)); path top = circle(C,2/3); unfill(top); draw(top); real r=-5/2; draw((9,r+1)--(9,r-1)^^(9,r)--(39,r)^^(39,r-1)--(39,r+1)); label("$30$",(24,r),S); [/asy]

2024 JHMT HS, 3

Let $N_2$ be the answer to problem 2. On a number line, Tanya circles the first $\ell$ positive integers. Then, starting with the greatest number in the most recent circle, she circles the next $\ell$ positive integers, so that the two circles have exactly one number in common; she repeats this until $N_2$ is in a circle. Compute the sum of all possible values of $\ell$ for which $N_2$ is the greatest number in a circle.

2008 Harvard-MIT Mathematics Tournament, 10

Determine the number of $ 8$-tuples of nonnegative integers $ (a_1,a_2,a_3,a_4,b_1,b_2,b_3,b_4)$ satisfying $ 0\le a_k\le k$, for each $ k \equal{} 1,2,3,4$, and $ a_1 \plus{} a_2 \plus{} a_3 \plus{} a_4 \plus{} 2b_1 \plus{} 3b_2 \plus{} 4b_3 \plus{} 5b_4 \equal{} 19$.

2021 Korea Winter Program Practice Test, 8

Tags: function
For function $f:\mathbb Z^+ \to \mathbb R$ and coprime positive integers $p,q$ ; define $f_p,f_q$ as $$f_p(x)=f(px)-f(x), f_q(x)=f(qx)-f(x) \space \space (x\in\mathbb Z^+)$$ $f$ satisfies following conditions. $ $ $ $ $(i)$ $ $ for all $r$ that isn't multiple of $pq$, $f(r)=0$ $ $ $ $ $(ii)$ $ $ $\exists m\in \mathbb Z^+$ $ $ $s.t.$ $ $ $\forall x\in \mathbb Z^+, f_p(x+m)=f_p(x)$ and $f_q(x+m)=f_q(x)$ Prove that if $x\equiv y$ $ $ $(mod m)$, then $f(x)=f(y)$ $ $ ($x, y\in \mathbb Z^+$).

2015 ASDAN Math Tournament, 7

Tags:
What is the largest integer $n$ such that $n$ is divisible by every integer less than $\sqrt[3]{n}$?

2016 IMAR Test, 3

Fix an integer $n \ge 2$, let $Q_n$ be the graph consisting of all vertices and all edges of an $n$-cube, and let $T$ be a spanning tree in $Q_n$. Show that $Q_n$ has an edge whose adjunction to $T$ produces a simple cycle of length at least $2n$.

2006 IberoAmerican Olympiad For University Students, 1

Let $m,n$ be positive integers greater than $1$. We define the sets $P_m=\left\{\frac{1}{m},\frac{2}{m},\cdots,\frac{m-1}{m}\right\}$ and $P_n=\left\{\frac{1}{n},\frac{2}{n},\cdots,\frac{n-1}{n}\right\}$. Find the distance between $P_m$ and $P_n$, that is defined as \[\min\{|a-b|:a\in P_m,b\in P_n\}\]

2014 Dutch BxMO/EGMO TST, 5

Let $n$ be a positive integer. Daniel and Merlijn are playing a game. Daniel has $k$ sheets of paper lying next to each other on a table, where $k$ is a positive integer. On each of the sheets, he writes some of the numbers from $1$ up to $n$ (he is allowed to write no number at all, or all numbers). On the back of each of the sheets, he writes down the remaining numbers. Once Daniel is finished, Merlijn can flip some of the sheets of paper (he is allowed to flip no sheet at all, or all sheets). If Merlijn succeeds in making all of the numbers from $1$ up to n visible at least once, then he wins. Determine the smallest $k$ for which Merlijn can always win, regardless of Daniel’s actions.

2017 Czech And Slovak Olympiad III A, 6

Given is a nonzero integer $k$. Prove that equation $k =\frac{x^2 - xy + 2y^2}{x + y}$ has an odd number of ordered integer pairs $(x, y)$ just when $k$ is divisible by seven.

2019 Canadian Mathematical Olympiad Qualification, 8

For $t \ge 2$, defi ne $S(t)$ as the number of times $t$ divides into $t!$. We say that a positive integer $t$ is a [i]peak[/i] if $S(t) > S(u)$ for all values of $u < t$. Prove or disprove the following statement: For every prime $p$, there is an integer $k$ for which $p$ divides $k$ and $k$ is a peak.

2021 239 Open Mathematical Olympiad, 4

Symedians of an acute-angled non-isosceles triangle $ABC$ intersect at a point at point $L$, and $AA_1$, $BB_1$ and $CC_1$ are its altitudes. Prove that you can construct equilateral triangles $A_1B_1C'$, $B_1C_1A'$ and $C_1A_1B'$ not lying in the plane $ABC$, so that lines $AA' , BB'$ and $CC'$ and also perpendicular to the plane $ABC$ at point $L$ intersected at one point.

2016 Purple Comet Problems, 8

Tags:
The map below shows an east/west road connecting the towns of Acorn, Centerville, and Midland, and a north/south road from Centerville to Drake. The distances from Acorn to Centerville, from Centerville to Midland, and from Centerville to Drake are each 60 kilometers. At noon Aaron starts at Acorn and bicycles east at 17 kilometers per hour, Michael starts at Midland and bicycles west at 7 kilometers per hour, and David starts at Drake and bicycles at a constant rate in a straight line across an open field. All three bicyclists arrive at exactly the same time at a point along the road from Centerville to Midland. Find the number of kilometers that David bicycles. For the map go to http://www.purplecomet.org/welcome/practice

2013 ELMO Shortlist, 4

Find all triples $(a,b,c)$ of positive integers such that if $n$ is not divisible by any prime less than $2014$, then $n+c$ divides $a^n+b^n+n$. [i]Proposed by Evan Chen[/i]