Found problems: 1132
2007 National Olympiad First Round, 34
For how many primes $p$ less than $15$, there exists integer triples $(m,n,k)$ such that
\[
\begin{array}{rcl}
m+n+k &\equiv& 0 \pmod p \\
mn+mk+nk &\equiv& 1 \pmod p \\
mnk &\equiv& 2 \pmod p.
\end{array}
\]
$
\textbf{(A)}\ 2
\qquad\textbf{(B)}\ 3
\qquad\textbf{(C)}\ 4
\qquad\textbf{(D)}\ 5
\qquad\textbf{(E)}\ 6
$
2013 Greece National Olympiad, 2
Solve in integers the following equation:
\[y=2x^2+5xy+3y^2\]
2024 Ukraine National Mathematical Olympiad, Problem 4
The board contains $20$ non-constant linear functions, not necessarily distinct. For each pair $(f, g)$ of these functions ($190$ pairs in total), Victor writes on the board a quadratic function $f(x)\cdot g(x) - 2$, and Solomiya writes on the board a quadratic function $f(x)g(x)-1$. Victor calculated that exactly $V$ of his quadratic functions have a root, and Solomiya calculated that exactly $S$ of her quadratic functions have a root. Find the largest possible value of $S-V$.
[i]Remarks.[/i] A linear function $y = kx+b$ is called non-constant if $k\neq 0$.
[i]Proposed by Oleksiy Masalitin[/i]
2014 India IMO Training Camp, 1
Let $x$ and $y$ be rational numbers, such that $x^{5}+y^{5}=2x^{2}y^{2}$. Prove that $1-xy$ is the square of a rational number.
2009 Today's Calculation Of Integral, 397
In $ xy$ plane, find the minimum volume of the solid by rotating the region boubded by the parabola $ y \equal{} x^2 \plus{} ax \plus{} b$ passing through the point $ (1,\ \minus{} 1)$ and the $ x$ axis about the $ x$ axis
1992 IMO Shortlist, 1
Prove that for any positive integer $ m$ there exist an infinite number of pairs of integers $ (x, y)$ such that
[i](i)[/i] $ x$ and $ y$ are relatively prime;
[i](ii)[/i] $ y$ divides $ x^2 \plus{} m$;
[i](iii)[/i] $ x$ divides $ y^2 \plus{} m.$
[i](iv)[/i] $ x \plus{} y \leq m \plus{} 1\minus{}$ (optional condition)
2007 JBMO Shortlist, 5
Prove that if $ p$ is a prime number, then $ 7p+3^{p}-4$ is not a perfect square.
2009 Croatia Team Selection Test, 4
Prove that there are infinite many positive integers $ n$ such that
$ n^2\plus{}1\mid n!$, and infinite many of those for which $ n^2\plus{}1 \nmid n!$.
2004 Regional Olympiad - Republic of Srpska, 3
Determine all pairs of positive integers $(a,b)$, such that the roots of the equations \[x^2-ax+a+b-3=0,\]
\[x^2-bx+a+b-3=0,\] are also positive integers.
2002 IMC, 1
A standard parabola is the graph of a quadratic polynomial $y = x^2 + ax + b$ with leading co\"efficient 1. Three standard parabolas with vertices $V1, V2, V3$ intersect pairwise at points $A1, A2, A3$. Let $A \mapsto s(A)$ be the reflection of the plane with respect to the $x$-axis.
Prove that standard parabolas with vertices $s (A1), s (A2), s (A3)$ intersect pairwise at the points $s (V1), s (V2), s (V3)$.
2008 South africa National Olympiad, 6
Find all function pairs $(f,g)$ where each $f$ and $g$ is a function defined on the integers and with values, such that, for all integers $a$ and $b$,
\[f(a+b)=f(a)g(b)+g(a)f(b)\\
g(a+b)=g(a)g(b)-f(a)f(b).\]
2011 Kazakhstan National Olympiad, 6
Determine all pairs of positive real numbers $(a, b)$ for which there exists a function $ f:\mathbb{R^{+}}\rightarrow\mathbb{R^{+}} $ satisfying for all positive real numbers $x$ the equation
$ f(f(x))=af(x)- bx $
1995 AMC 12/AHSME, 28
Two parallel chords in a circle have lengths $10$ and $14$, and the distance between them is $6$. The chord parallel to these chords and midway between them is of length $\sqrt{a}$ where $a$ is
[asy]
// note: diagram deliberately not to scale -- azjps
void htick(pair A, pair B, real r){ D(A--B); D(A-(r,0)--A+(r,0)); D(B-(r,0)--B+(r,0)); }
size(120); pathpen = linewidth(0.7); pointpen = black+linewidth(3);
real min = -0.6, step = 0.5;
pair[] A, B; D(unitcircle);
for(int i = 0; i < 3; ++i) {
A.push(intersectionpoints((-9,min+i*step)--(9,min+i*step),unitcircle)[0]); B.push(intersectionpoints((-9,min+i*step)--(9,min+i*step),unitcircle)[1]);
D(D(A[i])--D(B[i]));
}
MP("10",(A[0]+B[0])/2,N);
MP("\sqrt{a}",(A[1]+B[1])/2,N);
MP("14",(A[2]+B[2])/2,N);
htick((B[1].x+0.1,B[0].y),(B[1].x+0.1,B[2].y),0.06); MP("6",(B[1].x+0.1,B[0].y/2+B[2].y/2),E);[/asy]
$\textbf{(A)}\ 144 \qquad
\textbf{(B)}\ 156 \qquad
\textbf{(C)}\ 168 \qquad
\textbf{(D)}\ 176 \qquad
\textbf{(E)}\ 184$
2009 AMC 10, 20
Triangle $ ABC$ has a right angle at $ B$, $ AB \equal{} 1$, and $ BC \equal{} 2$. The bisector of $ \angle BAC$ meets $ \overline{BC}$ at $ D$. What is $ BD$?
[asy]unitsize(2cm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
dotfactor=4;
pair A=(0,1), B=(0,0), C=(2,0);
pair D=extension(A,bisectorpoint(B,A,C),B,C);
pair[] ds={A,B,C,D};
dot(ds);
draw(A--B--C--A--D);
label("$1$",midpoint(A--B),W);
label("$B$",B,SW);
label("$D$",D,S);
label("$C$",C,SE);
label("$A$",A,NW);
draw(rightanglemark(C,B,A,2));[/asy]$ \textbf{(A)}\ \frac {\sqrt3 \minus{} 1}{2} \qquad \textbf{(B)}\ \frac {\sqrt5 \minus{} 1}{2} \qquad \textbf{(C)}\ \frac {\sqrt5 \plus{} 1}{2} \qquad \textbf{(D)}\ \frac {\sqrt6 \plus{} \sqrt2}{2}$
$ \textbf{(E)}\ 2\sqrt3 \minus{} 1$
2012 Tuymaada Olympiad, 2
Let $P(x)$ be a real quadratic trinomial, so that for all $x\in \mathbb{R}$ the inequality $P(x^3+x)\geq P(x^2+1)$ holds. Find the sum of the roots of $P(x)$.
[i]Proposed by A. Golovanov, M. Ivanov, K. Kokhas[/i]
1963 AMC 12/AHSME, 24
Consider equations of the form $x^2 + bx + c = 0$. How many such equations have real roots and have coefficients $b$ and $c$ selected from the set of integers $\{1,2,3, 4, 5,6\}$?
$\textbf{(A)}\ 20 \qquad
\textbf{(B)}\ 19 \qquad
\textbf{(C)}\ 18 \qquad
\textbf{(D)}\ 17 \qquad
\textbf{(E)}\ 16$
2005 Junior Balkan MO, 1
Find all positive integers $x,y$ satisfying the equation \[ 9(x^2+y^2+1) + 2(3xy+2) = 2005 . \]
1995 Niels Henrik Abels Math Contest (Norwegian Math Olympiad) Round 2, 2
On the figure, the quadrilateral $ ABCD$ is a rectangle, $ P$ lies on $ AD$ and $ Q$ on $ AB.$ The triangles $ PAQ, QBC,$ and $ PCD$ all have the same areas, and $ BQ \equal{} 2.$ How long is $ AQ$?
[img]http://i250.photobucket.com/albums/gg265/geometry101/NielsHenrikAbel1995Number2.jpg[/img]
A. 7/2
B. $ \sqrt{7}$
C. $ 2 \sqrt{3}$
D. $ 1 \plus{} \sqrt{5}$
E. Not uniquely determined
1993 India National Olympiad, 2
Let $p(x) = x^2 +ax +b$ be a quadratic polynomial with $a,b \in \mathbb{Z}$. Given any integer $n$ , show that there is an integer $M$ such that $p(n) p(n+1) = p(M)$.
2014-2015 SDML (High School), 15
Find the sum of all $\left\lfloor x\right\rfloor$ such that $x^2-15\left\lfloor x\right\rfloor+36=0$.
$\text{(A) }15\qquad\text{(B) }26\qquad\text{(C) }45\qquad\text{(D) }49\qquad\text{(E) }75$
2013 AMC 12/AHSME, 25
Let $f : \mathbb{C} \to \mathbb{C} $ be defined by $ f(z) = z^2 + iz + 1 $. How many complex numbers $z $ are there such that $ \text{Im}(z) > 0 $ and both the real and the imaginary parts of $f(z)$ are integers with absolute value at most $ 10 $?
${ \textbf{(A)} \ 399 \qquad \textbf{(B)} \ 401 \qquad \textbf{(C)} \ 413 \qquad \textbf{(D}} \ 431 \qquad \textbf{(E)} \ 441 $
1991 Arnold's Trivium, 80
Solve the equation
\[\int_0^1(x+y)^2u(x)dx=\lambda u(y)+1\]
2021 Belarusian National Olympiad, 10.4
Quadratic polynomials $P(x)$ and $Q(x)$ with leading coefficients $1$, both of which have real roots, are called friendly if for all $t \in [0,1]$ quadratic polynomial $tP(x)+(1-t)Q(x)$ also has real roots.
a) Provide an example of quadratic polynomials $P(x)$ and $Q(x)$ with leading coefficients $1$ and which have real roots, that are not friendly.
b) Prove that for any two quadratic polynomials $P(x)$ and $Q(x)$ with leading coefficients $1$ that have real roots, there is a quadratic polynomial $R(x)$ which has a leading coefficient $1$ and which is friendly to both $P$ and $Q$
2014 Online Math Open Problems, 27
Let $p = 2^{16}+1$ be a prime, and let $S$ be the set of positive integers not divisible by $p$.
Let $f: S \to \{0, 1, 2, ..., p-1\}$ be a function satisfying
\[ f(x)f(y) \equiv f(xy)+f(xy^{p-2}) \pmod{p} \quad\text{and}\quad f(x+p) = f(x) \]
for all $x,y \in S$.
Let $N$ be the product of all possible nonzero values of $f(81)$.
Find the remainder when when $N$ is divided by $p$.
[i]Proposed by Yang Liu and Ryan Alweiss[/i]
2007 AMC 12/AHSME, 18
The polynomial $ f(x) \equal{} x^{4} \plus{} ax^{3} \plus{} bx^{2} \plus{} cx \plus{} d$ has real coefficients, and $ f(2i) \equal{} f(2 \plus{} i) \equal{} 0.$ What is $ a \plus{} b \plus{} c \plus{} d?$
$ \textbf{(A)}\ 0 \qquad \textbf{(B)}\ 1 \qquad \textbf{(C)}\ 4 \qquad \textbf{(D)}\ 9 \qquad \textbf{(E)}\ 16$