Found problems: 1148
2006 Hungary-Israel Binational, 1
A point $ P$ inside a circle is such that there are three chords of the same length passing through $ P$. Prove that $ P$ is the center of the circle.
2009 Tuymaada Olympiad, 2
$ P(x)$ is a quadratic trinomial. What maximum number of terms equal to the sum of the two preceding terms can occur in the sequence $ P(1)$, $ P(2)$, $ P(3)$, $ \dots?$
[i]Proposed by A. Golovanov[/i]
1977 Canada National Olympiad, 1
If $f(x) = x^2 + x$, prove that the equation $4f(a) = f(b)$ has no solutions in positive integers $a$ and $b$.
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]
2016 Moldova Team Selection Test, 2
Let $p$ be a prime number of the form $4k+1$. Show that \[\sum^{p-1}_{i=1}\left( \left \lfloor \frac{2i^{2}}{p}\right \rfloor-2\left \lfloor \frac{i^{2}}{p}\right \rfloor \right) = \frac{p-1}{2}.\]
2007 Brazil National Olympiad, 2
Find the number of integers $ c$ such that $ \minus{}2007 \leq c \leq 2007$ and there exists an integer $ x$ such that $ x^2 \plus{} c$ is a multiple of $ 2^{2007}$.
2013 Stanford Mathematics Tournament, 3
Karl likes the number $17$ his favorite polynomials are monic quadratics with integer coefficients such that $17$ is a root of the quadratic and the roots differ by no more than $17$. Compute the sum of the coefficients of all of Karl's favorite polynomials. (A monic quadratic is a quadratic polynomial whose $x^2$ term has a coefficient of $1$.)
2021 Tuymaada Olympiad, 8
In a sequence $P_n$ of quadratic trinomials each trinomial, starting with the third, is the sum of the two preceding trinomials. The first two trinomials do not have common roots. Is it possible that $P_n$ has an integral root for each $n$?
2006 Estonia Math Open Senior Contests, 2
After the schoolday is over, Juku must attend an extra math class. The teacher
writes a quadratic equation $ x^2\plus{} p_1x\plus{}q_1 \equal{} 0$ with integer coefficients on the blackboard and Juku has to find its solutions. If they are not both integers, Jukumay go home. If the solutions are integers, then the teacher writes a new equation $ x^2 \plus{} p_2x \plus{} q_2 \equal{} 0,$ where $ p_2$ and $ q_2$ are the solutions of the previous equation taken in some order, and everything starts all over. Find all possible values for $ p_1$ and $ q_1$ such that the teacher can hold Juku at school forever.
2011 All-Russian Olympiad, 1
A quadratic trinomial $P(x)$ with the $x^2$ coefficient of one is such, that $P(x)$ and $P(P(P(x)))$ share a root. Prove that $P(0)*P(1)=0$.
2024 All-Russian Olympiad Regional Round, 11.7
Graph $G_1$ of a quadratic trinomial $y = px^2 + qx + r$ with real coefficients intersects the graph $G_2$ of a quadratic trinomial $y = x^2$ in points $A$, $B$. The intersection of tangents to $G_2$ in points $A$, $B$ is point $C$. If $C \in G_1$, find all possible values of $p$.
2004 USAMTS Problems, 5
Two circles of equal radius can tightly fit inside right triangle $ABC$, which has $AB=13$, $BC=12$, and $CA=5$, in the three positions illustrated below. Determine the radii of the circles in each case.
[asy]
size(400); defaultpen(linewidth(0.7)+fontsize(12)); picture p = new picture; pair s1 = (20,0), s2 = (40,0); real r1 = 1.5, r2 = 10/9, r3 = 26/7; pair A=(12,5), B=(0,0), C=(12,0);
draw(p,A--B--C--cycle); label(p,"$B$",B,SW); label(p,"$A$",A,NE); label(p,"$C$",C,SE);
add(p); add(shift(s1)*p); add(shift(s2)*p);
draw(circle(C+(-r1,r1),r1)); draw(circle(C+(-3*r1,r1),r1));
draw(circle(s1+C+(-r2,r2),r2)); draw(circle(s1+C+(-r2,3*r2),r2));
pair D=s2+156/17*(A-B)/abs(A-B), E=s2+(169/17,0), F=extension(D,E,s2+A,s2+C);
draw(incircle(s2+B,D,E)); draw(incircle(s2+A,D,F));
label("Case (i)",(6,-3)); label("Case (ii)",s1+(6,-3)); label("Case (iii)",s2+(6,-3));[/asy]
2014 Tuymaada Olympiad, 5
For two quadratic trinomials $P(x)$ and $Q(x)$ there is a linear function $\ell(x)$ such that $P(x)=Q(\ell(x))$ for all real $x$. How many such linear functions $\ell(x)$ can exist?
[i](A. Golovanov)[/i]
2004 Nicolae Coculescu, 2
Solve in the real numbers the equation:
$$ \cos^2 \frac{(x-2)\pi }{4} +\cos\frac{(x-2)\pi }{3} =\log_3 (x^2-4x+6) $$
[i]Gheorghe Mihai[/i]
1965 AMC 12/AHSME, 10
The statement $ x^2 \minus{} x \minus{} 6 < 0$ is equivalent to the statement:
$ \textbf{(A)}\ \minus{} 2 < x < 3 \qquad \textbf{(B)}\ x > \minus{} 2 \qquad \textbf{(C)}\ x < 3$
$ \textbf{(D)}\ x > 3 \text{ and }x < \minus{} 2 \qquad \textbf{(E)}\ x > 3 \text{ and }x < \minus{} 2$
1969 IMO Longlists, 63
$(SWE 6)$ Prove that there are infinitely many positive integers that cannot be expressed as the sum of squares of three positive integers.
2008 Vietnam National Olympiad, 6
Let $ x, y, z$ be distinct non-negative real numbers. Prove that
\[ \frac{1}{(x\minus{}y)^2} \plus{} \frac{1}{(y\minus{}z)^2} \plus{} \frac{1}{(z\minus{}x)^2} \geq \frac{4}{xy \plus{} yz \plus{} zx}.\]
When does the equality hold?
2022 Auckland Mathematical Olympiad, 5
The teacher wrote on the board the quadratic polyomial $x^2+10x+20$. Then in turn, each of the students came to the board and increased or decreased by $1$ either the coefficient at $x$ or the constant term, but not both at once. As a result, the quadratic polyomial $x^2 + 20x +10$ appeared on the board. Is it true that at some point a quadratic polyomial with integer roots appeared on the board?
2012 ELMO Shortlist, 5
Form the infinite graph $A$ by taking the set of primes $p$ congruent to $1\pmod{4}$, and connecting $p$ and $q$ if they are quadratic residues modulo each other. Do the same for a graph $B$ with the primes $1\pmod{8}$. Show $A$ and $B$ are isomorphic to each other.
[i]Linus Hamilton.[/i]
2009 CHKMO, 2
Let $ n>4$ be a positive integer such that $ n$ is composite (not a prime) and divides $ \varphi (n) \sigma (n) \plus{}1$, where $ \varphi (n)$ is the Euler's totient function of $ n$ and $ \sigma (n)$ is the sum of the positive divisors of $ n$. Prove that $ n$ has at least three distinct prime factors.
2010 Purple Comet Problems, 9
Find positive integer $n$ so that $\tfrac{80-6\sqrt{n}}{n}$ is the reciprocal of $\tfrac{80+6\sqrt{n}}{n}.$
1986 USAMO, 3
What is the smallest integer $n$, greater than one, for which the root-mean-square of the first $n$ positive integers is an integer?
$\mathbf{Note.}$ The root-mean-square of $n$ numbers $a_1, a_2, \cdots, a_n$ is defined to be
\[\left[\frac{a_1^2 + a_2^2 + \cdots + a_n^2}n\right]^{1/2}\]
1957 AMC 12/AHSME, 39
Two men set out at the same time to walk towards each other from $ M$ and $ N$, $ 72$ miles apart. The first man walks at the rate of $ 4$ mph. The second man walks $ 2$ miles the first hour, $ 2\frac {1}{2}$ miles the second hour, $ 3$ miles the third hour, and so on in arithmetic progression. Then the men will meet:
$ \textbf{(A)}\ \text{in 7 hours} \qquad \textbf{(B)}\ \text{in }{8\frac {1}{4}}\text{ hours}\qquad \textbf{(C)}\ \text{nearer }{M}\text{ than }{N}\qquad \\
\textbf{(D)}\ \text{nearer }{N}\text{ than }{M}\qquad \textbf{(E)}\ \text{midway between }{M}\text{ and }{N}$
2003 IberoAmerican, 3
The sequences $(a_n),(b_n)$ are defined by $a_0=1,b_0=4$ and for $n\ge 0$
\[a_{n+1}=a_n^{2001}+b_n,\ \ b_{n+1}=b_n^{2001}+a_n\]
Show that $2003$ is not divisor of any of the terms in these two sequences.
2012 Baltic Way, 18
Find all triples $(a,b,c)$ of integers satisfying $a^2 + b^2 + c^2 = 20122012$.