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: 3349

2024 JHMT HS, 7

Compute the sum of all real solutions $\alpha$ (in radians) to the equation \[ |\sin\alpha|=\left\lfloor \frac{\alpha}{20} \right\rfloor. \]

2008 Harvard-MIT Mathematics Tournament, 21

Let $ ABC$ be a triangle with $ AB \equal{} 5$, $ BC \equal{} 4$ and $ AC \equal{} 3$. Let $ \mathcal P$ and $ \mathcal Q$ be squares inside $ ABC$ with disjoint interiors such that they both have one side lying on $ AB$. Also, the two squares each have an edge lying on a common line perpendicular to $ AB$, and $ \mathcal P$ has one vertex on $ AC$ and $ \mathcal Q$ has one vertex on $ BC$. Determine the minimum value of the sum of the areas of the two squares. [asy]import olympiad; import math; import graph; unitsize(1.5cm); pair A, B, C; A = origin; B = A + 5 * right; C = (9/5, 12/5); pair X = .7 * A + .3 * B; pair Xa = X + dir(135); pair Xb = X + dir(45); pair Ya = extension(X, Xa, A, C); pair Yb = extension(X, Xb, B, C); pair Oa = (X + Ya)/2; pair Ob = (X + Yb)/2; pair Ya1 = (X.x, Ya.y); pair Ya2 = (Ya.x, X.y); pair Yb1 = (Yb.x, X.y); pair Yb2 = (X.x, Yb.y); draw(A--B--C--cycle); draw(Ya--Ya1--X--Ya2--cycle); draw(Yb--Yb1--X--Yb2--cycle); label("$A$", A, W); label("$B$", B, E); label("$C$", C, N); label("$\mathcal P$", Oa, origin); label("$\mathcal Q$", Ob, origin);[/asy]

2006 National Olympiad First Round, 29

Let $I$ be the center of incircle of $\triangle ABC$, and $J$ be the center of excircle tangent to $[BC]$. If $m(\widehat B) = 45^\circ$, $m(\widehat A) = 120^\circ$, and $|IJ|=\sqrt 3$, then what is $|BC|$? $ \textbf{(A)}\ \frac 32 \qquad\textbf{(B)}\ \frac {\sqrt 3}2 \qquad\textbf{(C)}\ \frac 34 \qquad\textbf{(D)}\ \frac {\sqrt 6}2 \qquad\textbf{(E)}\ \sqrt3 - 1 $

2011 Olympic Revenge, 1

Let $p, q, r, s, t \in \mathbb{R}^{*}_{+}$ satisfying: i) $p^2 + pq + q^2 = s^2$ ii) $q^2 + qr + r^2 = t^2$ iii) $r^2 + rp + p^2 = s^2 - st + t^2$ Prove that \[\frac{s^2 - st + t^2}{s^2t^2} = \frac{r^2}{q^2t^2} + \frac{p^2}{q^2s^2} - \frac{pr}{q^2ts}\]

2018 CMIMC Geometry, 3

Let $ABC$ be a triangle with side lengths $5$, $4\sqrt 2$, and $7$. What is the area of the triangle with side lengths $\sin A$, $\sin B$, and $\sin C$?

2017 CCA Math Bonanza, TB3

Tags: trigonometry
Let $\theta=\frac{2\pi}{2015}$, and suppose the product \[\prod_{k=0}^{1439}\left(\cos(2^k\theta)-\frac{1}{2}\right)\] can be expressed in the form $\frac{b}{2^a}$, where $a$ is a non-negative integer and $b$ is an odd integer (not necessarily positive). Find $a+b$. [i]2017 CCA Math Bonanza Tiebreaker Round #3[/i]

2009 Romanian Masters In Mathematics, 4

For a finite set $ X$ of positive integers, let $ \Sigma(X) \equal{} \sum_{x \in X} \arctan \frac{1}{x}.$ Given a finite set $ S$ of positive integers for which $ \Sigma(S) < \frac{\pi}{2},$ show that there exists at least one finite set $ T$ of positive integers for which $ S \subset T$ and $ \Sigma(S) \equal{} \frac{\pi}{2}.$ [i]Kevin Buzzard, United Kingdom[/i]

2003 China Girls Math Olympiad, 3

As shown in the figure, quadrilateral $ ABCD$ is inscribed in a circle with $ AC$ as its diameter, $ BD \perp AC,$ and $ E$ the intersection of $ AC$ and $ BD.$ Extend line segment $ DA$ and $ BA$ through $ A$ to $ F$ and $ G$ respectively, such that $ DG \parallel{} BF.$ Extend $ GF$ to $ H$ such that $ CH \perp GH.$ Prove that points $ B, E, F$ and $ H$ lie on one circle. [asy] defaultpen(linewidth(0.8)+fontsize(10));size(150); real a=4, b=6.5, c=9, d=a*c/b, g=14, f=sqrt(a^2+b^2)*sqrt(a^2+d^2)/g; pair E=origin, A=(0,a), B=(-b,0), C=(0,-c), D=(d,0), G=A+g*dir(B--A), F=A+f*dir(D--A), M=midpoint(G--C); path c1=circumcircle(A,B,C), c2=Circle(M, abs(M-G)); pair Hf=F+10*dir(G--F), H=intersectionpoint(F--Hf, c2); dot(A^^B^^C^^D^^E^^F^^G^^H); draw(c1^^c2^^G--D--C--A--G--F--D--B--A^^F--H--C--B--F); draw(H--B^^F--E^^G--C, linetype("2 2")); pair point= E; label("$A$", A, dir(point--A)); label("$B$", B, dir(point--B)); label("$C$", C, dir(point--C)); label("$D$", D, dir(point--D)); label("$F$", F, dir(point--F)); label("$G$", G, dir(point--G)); label("$H$", H, dir(point--H)); label("$E$", E, NE);[/asy]

2000 Vietnam National Olympiad, 1

For every integer $ n \ge 3$ and any given angle $ \alpha$ with $ 0 < \alpha < \pi$, let $ P_n(x) \equal{} x^n \sin\alpha \minus{} x \sin n\alpha \plus{} \sin(n \minus{} 1)\alpha$. (a) Prove that there is a unique polynomial of the form $ f(x) \equal{} x^2 \plus{} ax \plus{} b$ which divides $ P_n(x)$ for every $ n \ge 3$. (b) Prove that there is no polynomial $ g(x) \equal{} x \plus{} c$ which divides $ P_n(x)$ for every $ n \ge 3$.

2003 Mediterranean Mathematics Olympiad, 2

In a triangle $ABC$ with $BC = CA + \frac 12 AB$, point $P$ is given on side $AB$ such that $BP : PA = 1 : 3$. Prove that $\angle CAP = 2 \angle CPA.$

2004 Alexandru Myller, 3

Consider three real numbers $ x,y,z $ satisfying $ \cos x+\cos y+\cos z =\cos 3x +\cos 3y +\cos 3z=0. $ Show that $ \cos 2x\cdot \cos 2y\cdot\cos 2z\le 0. $ [i]Bogdan Enescu[/i]

2014 International Zhautykov Olympiad, 3

Four segments divide a convex quadrilateral into nine quadrilaterals. The points of intersections of these segments lie on the diagonals of the quadrilateral (see figure). It is known that the quadrilaterals 1, 2, 3, 4 admit inscribed circles. Prove that the quadrilateral 5 also has an inscribed circle. [asy] pair A,B,C,D,E,F,G,H,I,J,K,L; A=(-4.0,4.0);B=(-1.06,4.34);C=(-0.02,4.46);D=(4.14,4.93);E=(3.81,0.85);F=(3.7,-0.42); G=(3.49,-3.05);H=(1.37,-2.88);I=(-1.46,-2.65);J=(-2.91,-2.52);K=(-3.14,-1.03);L=(-3.61,1.64); draw(A--D);draw(D--G);draw(G--J);draw(J--A); draw(A--G);draw(D--J); draw(B--I);draw(C--H);draw(E--L);draw(F--K); pair R,S,T,U,V; R=(-2.52,2.56);S=(1.91,2.58);T=(-0.63,-0.11);U=(-2.37,-1.94);V=(2.38,-2.06); label("1",R,N);label("2",S,N);label("3",T,N);label("4",U,N);label("5",V,N); [/asy] [i]Proposed by Nairi M. Sedrakyan, Armenia[/i]

1999 Harvard-MIT Mathematics Tournament, 3

Find \[\int_{-4\pi\sqrt{2}}^{4\pi\sqrt{2}}\left(\dfrac{\sin x}{1+x^4}+1\right)dx.\]

2014 Iran Team Selection Test, 6

$I$ is the incenter of triangle $ABC$. perpendicular from $I$ to $AI$ meet $AB$ and $AC$ at ${B}'$ and ${C}'$ respectively . Suppose that ${B}''$ and ${C}''$ are points on half-line $BC$ and $CB$ such that $B{B}''=BA$ and $C{C}''=CA$. Suppose that the second intersection of circumcircles of $A{B}'{B}''$ and $A{C}'{C}''$ is $T$. Prove that the circumcenter of $AIT$ is on the $BC$.

2013 India Regional Mathematical Olympiad, 3

A finite non-empty set of integers is called $3$-[i]good[/i] if the sum of its elements is divisible by $3$. Find the number of $3$-good subsets of $\{0,1,2,\ldots,9\}$.

2024-25 IOQM India, 22

In a triangle $ABC$, $\angle BAC = 90^{\circ}$. Let $D$ be the point on $BC$ such that $AB + BD = AC + CD$. Suppose $BD : DC = 2:1$. if $\frac{AC}{AB} = \frac{m + \sqrt{p}}{n}$, Where $m,n$ are relatively prime positive integers and $p$ is a prime number, determine the value of $m+n+p$.

2009 HMNT, 3

What is the period of the function $f(x)=\cos(\cos(x))$?

2008 AMC 10, 10

Points $ A$ and $ B$ are on a circle of radius $ 5$ and $ AB\equal{}6$. Point $ C$ is the midpoint of the minor arc $ AB$. What is the length of the line segment $ AC$? $ \textbf{(A)}\ \sqrt{10} \qquad \textbf{(B)}\ \frac{7}{2} \qquad \textbf{(C)}\ \sqrt{14} \qquad \textbf{(D)}\ \sqrt{15} \qquad \textbf{(E)}\ 4$

2003 Korea - Final Round, 2

Let $M$ be the intersection of two diagonal, $AC$ and $BD$, of a rhombus $ABCD$, where angle $A<90^\circ$. Construct $O$ on segment $MC$ so that $OB<OC$ and let $t=\frac{MA}{MO}$, provided that $O \neq M$. Construct a circle that has $O$ as centre and goes through $B$ and $D$. Let the intersections between the circle and $AB$ be $B$ and $X$. Let the intersections between the circle and $BC$ be $B$ and $Y$. Let the intersections of $AC$ with $DX$ and $DY$ be $P$ and $Q$, respectively. Express $\frac{OQ}{OP}$ in terms of $t$.

2012 India IMO Training Camp, 1

A quadrilateral $ABCD$ without parallel sides is circumscribed around a circle with centre $O$. Prove that $O$ is a point of intersection of middle lines of quadrilateral $ABCD$ (i.e. barycentre of points $A,\,B,\,C,\,D$) iff $OA\cdot OC=OB\cdot OD$.

2006 Moldova National Olympiad, 11.1

Let $n\in\mathbb{N}^*$. Prove that \[ \lim_{x\to 0}\frac{ \displaystyle (1+x^2)^{n+1}-\prod_{k=1}^n\cos kx}{ \displaystyle x\sum_{k=1}^n\sin kx}=\frac{2n^2+n+12}{6n}. \]

2014 Baltic Way, 5

Given positive real numbers $a, b, c, d$ that satisfy equalities \[a^2 + d^2 - ad = b^2 + c^2 + bc \ \ \text{and} \ \ a^2 + b^2 = c^2 + d^2\] find all possible values of the expression $\frac{ab+cd}{ad+bc}.$

1998 Czech and Slovak Match, 5

In a triangle $ABC$, $T$ is the centroid and $ \angle TAB = \angle ACT$. Find the maximum possible value of $sin \angle CAT +sin \angle CBT$.

2001 All-Russian Olympiad Regional Round, 11.5

Given a sequence $\{x_k\}$ such that $x_1 = 1$, $x_{n+1} = n \sin x_n+ 1$. Prove that the sequence is non-periodic.

1997 Czech And Slovak Olympiad IIIA, 5

For a given integer $n \ge 2$, find the maximum possible value of $V_n = \sin x_1 \cos x_2 +\sin x_2 \cos x_3 +...+\sin x_n \cos x_1$, where $x_1,x_2,...,x_n$ are real numbers.