Found problems: 87
2010 Princeton University Math Competition, 6
Define $\displaystyle{f(x) = x + \sqrt{x + \sqrt{x + \sqrt{x + \sqrt{x + \ldots}}}}}$. Find the smallest integer $x$ such that $f(x)\ge50\sqrt{x}$.
(Edit: The official question asked for the "smallest integer"; the intended question was the "smallest positive integer".)
1993 Greece National Olympiad, 9
Two thousand points are given on a circle. Label one of the points 1. From this point, count 2 points in the clockwise direction and label this point 2. From the point labeled 2, count 3 points in the clockwise direction and label this point 3. (See figure.) Continue this process until the labels $1, 2, 3, \dots, 1993$ are all used. Some of the points on the circle will have more than one label and some points will not have a label. What is the smallest integer that labels the same point as 1993?
[asy]
int x=101, y=3*floor(x/4);
draw(Arc(origin, 1, 360*(y-3)/x, 360*(y+4)/x));
int i;
for(i=y-2; i<y+4; i=i+1) {
dot(dir(360*i/x));
}
label("3", dir(360*(y-2)/x), dir(360*(y-2)/x));
label("2", dir(360*(y+1)/x), dir(360*(y+1)/x));
label("1", dir(360*(y+3)/x), dir(360*(y+3)/x));[/asy]
2011 NIMO Problems, 14
In circle $\theta_1$ with radius $1$, circles $\phi_1, \phi_2, \dots, \phi_8$, with equal radii, are drawn such that for $1 \le i \le 8$, $\phi_i$ is tangent to $\omega_1$, $\phi_{i-1}$, and $\phi_{i+1}$, where $\phi_0 = \phi_8$ and $\phi_1 = \phi_9$. There exists a circle $\omega_2$ such that $\omega_1 \neq \omega_2$ and $\omega_2$ is tangent to $\phi_i$ for $1 \le i \le 8$. The radius of $\omega_2$ can be expressed in the form $a - b\sqrt{c} -d\sqrt{e - \sqrt{f}} + g \sqrt{h - j \sqrt{k}}$ such that $a, b, \dots, k$ are positive integers and the numbers $e, f, k, \gcd(h, j)$ are squarefree. What is $a+b+c+d+e+f+g+h+j+k$.
[i]Proposed by Eugene Chen
[/i]
1998 USAMTS Problems, 2
There are infinitely many ordered pairs $(m,n)$ of positive integers for which the sum
\[ m + ( m + 1) + ( m + 2) +... + ( n - 1 )+n\]
is equal to the product $mn$. The four pairs with the smallest values of $m$ are $(1, 1), (3, 6), (15, 35),$ and $(85, 204)$. Find three more $(m, n)$ pairs.
2010 Stanford Mathematics Tournament, 4
Compute $\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1}}}}...}$
1959 AMC 12/AHSME, 27
Which one of the following is [i] not [/i] true for the equation \[ix^2-x+2i=0,\] where $i=\sqrt{-1}$?
$ \textbf{(A)}\ \text{The sum of the roots is 2} \qquad$
$\textbf{(B)}\ \text{The discriminant is 9}\qquad$
$\textbf{(C)}\ \text{The roots are imaginary}\qquad$
$\textbf{(D)}\ \text{The roots can be found using the quadratic formula}\qquad$
$\textbf{(E)}\ \text{The roots can be found by factoring, using imaginary numbers} $
1997 Niels Henrik Abels Math Contest (Norwegian Math Olympiad) Round 2, 5
Determine $ m > 0$ so that $ x^4 \minus{} (3m\plus{}2)x^2 \plus{} m^2 \equal{} 0$ has four real solutions forming an arithmetic series: i.e., that the solutions may be written $ a, a\plus{}b, a\plus{}2b,$ and $ a\plus{}3b$ for suitable $ a$ and $ b$.
A. 1
B. 3
C. 7
D. 12
E. None of these
2011 AMC 12/AHSME, 24
Let $P(z) = z^8 + (4\sqrt{3} + 6) z^4 - (4\sqrt{3}+7)$. What is the minimum perimeter among all the 8-sided polygons in the complex plane whose vertices are precisely the zeros of $P(z)$?
$ \textbf{(A)}\ 4\sqrt{3}+4 \qquad
\textbf{(B)}\ 8\sqrt{2} \qquad
\textbf{(C)}\ 3\sqrt{2}+3\sqrt{6} \qquad
\textbf{(D)}\ 4\sqrt{2}+4\sqrt{3} \qquad
$
$\textbf{(E)}\ 4\sqrt{3}+6 $
2010 Stanford Mathematics Tournament, 1
Compute
\[\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\cdots}}}}}}\]
2013 AMC 12/AHSME, 6
Real numbers $x$ and $y$ satisfy the equation $x^2+y^2=10x-6y-34$. What is $x+y$?
$ \textbf{(A) }1\qquad\textbf{(B) }2\qquad\textbf{(C) }3\qquad\textbf{(D) }6\qquad\textbf{(E) }8 $
1993 AMC 12/AHSME, 20
Consider the equation $10z^2-3iz-k=0$, where $z$ is a complex variable and $i^2=-1$. Which of the following statements is true?
$ \textbf{(A)}\ \text{For all positive real numbers}\ k,\ \text{both roots are pure imaginary.} \\ \qquad\textbf{(B)}\ \text{For all negative real numbers}\ k,\ \text{both roots are pure imaginary.} \\ \qquad\textbf{(C)}\ \text{For all pure imaginary numbers}\ k,\ \text{both roots are real and rational.} \\ \qquad\textbf{(D)}\ \text{For all pure imaginary numbers}\ k,\ \text{both roots are real and irrational.} \\ \qquad\textbf{(E)}\ \text{For all complex numbers}\ k,\ \text{neither root is real.} $
2010 Stanford Mathematics Tournament, 19
Find the roots of $6x^4+17x^3+7x^2-8x-4$
2012 AIME Problems, 8
The complex numbers $z$ and $w$ satisfy the system
\begin{align*}z+\frac{20i}{w}&=5+i,\\w+\frac{12i}{z}&=-4+10i.\end{align*}
Find the smallest possible value of $|zw|^2$.
2010 Princeton University Math Competition, 4
Define $\displaystyle{f(x) = x + \sqrt{x + \sqrt{x + \sqrt{x + \sqrt{x + \ldots}}}}}$. Find the smallest integer $x$ such that $f(x)\ge50\sqrt{x}$.
(Edit: The official question asked for the "smallest integer"; the intended question was the "smallest positive integer".)
2007 Princeton University Math Competition, 8
For how many rational numbers $p$ is the area of the triangle formed by the intercepts and vertex of $f(x) = -x^2+4px-p+1$ an integer?
2000 AIME Problems, 8
In trapezoid $ABCD,$ leg $\overline{BC}$ is perpendicular to bases $\overline{AB}$ and $\overline{CD},$ and diagonals $\overline{AC}$ and $\overline{BD}$ are perpendicular. Given that $AB=\sqrt{11}$ and $AD=\sqrt{1001},$ find $BC^2.$
1951 AMC 12/AHSME, 22
The values of $ a$ in the equation: $ \log_{10}(a^2 \minus{} 15a) \equal{} 2$ are:
$ \textbf{(A)}\ \frac {15\pm\sqrt {233}}{2} \qquad\textbf{(B)}\ 20, \minus{} 5 \qquad\textbf{(C)}\ \frac {15 \pm \sqrt {305}}{2}$
$ \textbf{(D)}\ \pm20 \qquad\textbf{(E)}\ \text{none of these}$
1951 AMC 12/AHSME, 16
If in applying the quadratic formula to a quadratic equation
\[ f(x)\equiv ax^2 \plus{} bx \plus{} c \equal{} 0,
\]
it happens that $ c \equal{} \frac {b^2}{4a}$, then the graph of $ y \equal{} f(x)$ will certainly:
$ \textbf{(A)}\ \text{have a maximum} \qquad\textbf{(B)}\ \text{have a minimum} \qquad\textbf{(C)}\ \text{be tangent to the x \minus{} axis} \\
\qquad\textbf{(D)}\ \text{be tangent to the y \minus{} axis} \qquad\textbf{(E)}\ \text{lie in one quadrant only}$
2009 Princeton University Math Competition, 1
If $\phi$ is the Golden Ratio, we know that $\frac1\phi = \phi - 1$. Define a new positive real number, called $\phi_d$, where $\frac1{\phi_d} = \phi_d - d$ (so $\phi = \phi_1$). Given that $\phi_{2009} = \frac{a + \sqrt{b}}{c}$, $a, b, c$ positive integers, and the greatest common divisor of $a$ and $c$ is 1, find $a + b + c$.
1974 AMC 12/AHSME, 30
A line segment is divided so that the lesser part is to the greater part as the greater part is to the whole. If $ R$ is the ratio of the lesser part to the greater part, then the value of \[ R^{[R^{(R^2\plus{}R^{\minus{}1})}\plus{}R^{\minus{}1}]}\plus{}R^{\minus{}1}\] is
$ \textbf{(A)}\ 2
\qquad \textbf{(B)}\ 2R
\qquad \textbf{(C)}\ R^{\minus{}1}
\qquad \textbf{(D)}\ 2\plus{}R^{\minus{}1}
\qquad \textbf{(E)}\ 2\plus{}R$
1955 AMC 12/AHSME, 18
The discriminant of the equation $ x^2\plus{}2x\sqrt{3}\plus{}3\equal{}0$ is zero. Hence, its roots are:
$ \textbf{(A)}\ \text{real and equal} \qquad
\textbf{(B)}\ \text{rational and equal} \qquad
\textbf{(C)}\ \text{rational and unequal} \\
\textbf{(D)}\ \text{irrational and unequal} \qquad
\textbf{(E)}\ \text{imaginary}$
1989 AMC 12/AHSME, 8
For how many integers $n$ between 1 and 100 does $x^2+x-n$ factor into the product of two linear factors with integer coefficients?
$\text{(A)} \ 0 \qquad \text{(B)} \ 1 \qquad \text{(C)} \ 2 \qquad \text{(D)} \ 9 \qquad \text{(E)} \ 10$
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$.
2001 Putnam, 3
For each integer $m$, consider the polynomial \[ P_m(x)=x^4-(2m+4)x^2+(m-2)^2. \] For what values of $m$ is $P_m(x)$ the product of two non-consant polynomials with integer coefficients?
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.