Found problems: 196
1992 Brazil National Olympiad, 1
The equation $x^3+px+q=0$ has three distinct real roots. Show that $p<0$
2010 Purple Comet Problems, 19
Square $A$ is adjacent to square $B$ which is adjacent to square $C$. The three squares all have their bottom sides along a common horizontal line. The upper left vertices of the three squares are collinear. If square $A$ has area $24$, and square $B$ has area $36$, find the area of square $C$.
[asy]
import graph; size(8cm);
real labelscalefactor = 0.5;
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
real xmin = -4.89, xmax = 13.61, ymin = -1.39, ymax = 9;
draw((0,0)--(2,0)--(2,2)--(0,2)--cycle, linewidth(1.2));
draw((2,0)--(5,0)--(5,3)--(2,3)--cycle, linewidth(1.2));
draw((5,4.5)--(5,0)--(9.5,0)--(9.5,4.5)--cycle, linewidth(1.2));
draw((2,0)--(2,2), linewidth(1.2));
draw((2,2)--(0,2), linewidth(1.2));
draw((0,2)--(0,0), linewidth(1.2));
draw((2,0)--(5,0), linewidth(1.2));
draw((5,0)--(5,3), linewidth(1.2));
draw((5,3)--(2,3), linewidth(1.2));
draw((2,3)--(2,0), linewidth(1.2));
draw((5,4.5)--(5,0), linewidth(1.2));
draw((5,0)--(9.5,0), linewidth(1.2));
draw((9.5,0)--(9.5,4.5), linewidth(1.2));
draw((9.5,4.5)--(5,4.5), linewidth(1.2));
label("A",(0.6,1.4),SE*labelscalefactor);
label("B",(3.1,1.76),SE*labelscalefactor);
label("C",(6.9,2.5),SE*labelscalefactor);
draw((13.13,8.56)--(-3.98,0), linewidth(1.2));
draw((-3.98,0)--(15.97,0), linewidth(1.2));[/asy]
2012 AMC 12/AHSME, 17
Square $PQRS$ lies in the first quadrant. Points $(3,0), (5,0), (7,0),$ and $(13,0)$ lie on lines $SP, RQ, PQ$, and $SR$, respectively. What is the sum of the coordinates of the center of the square $PQRS$?
$ \textbf{(A)}\ 6\qquad\textbf{(B)}\ 6.2\qquad\textbf{(C)}\ 6.4\qquad\textbf{(D)}\ 6.6\qquad\textbf{(E)}\ 6.8 $
2000 AMC 10, 16
The diagram show $28$ lattice points, each one unit from its nearest neighbors. Segment $AB$ meets segment $CD$ at $E$. Find the length of segment $AE$.
[asy]
path seg1, seg2;
seg1=(6,0)--(0,3);
seg2=(2,0)--(4,2);
dot((0,0));
dot((1,0));
fill(circle((2,0),0.1),black);
dot((3,0));
dot((4,0));
dot((5,0));
fill(circle((6,0),0.1),black);
dot((0,1));
dot((1,1));
dot((2,1));
dot((3,1));
dot((4,1));
dot((5,1));
dot((6,1));
dot((0,2));
dot((1,2));
dot((2,2));
dot((3,2));
fill(circle((4,2),0.1),black);
dot((5,2));
dot((6,2));
fill(circle((0,3),0.1),black);
dot((1,3));
dot((2,3));
dot((3,3));
dot((4,3));
dot((5,3));
dot((6,3));
draw(seg1);
draw(seg2);
pair [] x=intersectionpoints(seg1,seg2);
fill(circle(x[0],0.1),black);
label("$A$",(0,3),NW);
label("$B$",(6,0),SE);
label("$C$",(4,2),NE);
label("$D$",(2,0),S);
label("$E$",x[0],N);[/asy]
$\text{(A)}\ \frac{4\sqrt5}{3}\qquad\text{(B)}\ \frac{5\sqrt5}{3}\qquad\text{(C)}\ \frac{12\sqrt5}{7}\qquad\text{(D)}\ 2\sqrt5 \qquad\text{(E)}\ \frac{5\sqrt{65}}{9}$
1984 AIME Problems, 6
Three circles, each of radius 3, are drawn with centers at $(14,92)$, $(17,76)$, and $(19,84)$. A line passing through $(17,76)$ is such that the total area of the parts of the three circles to one side of the line is equal to the total area of the parts of the three circles to the other side of it. What is the absolute value of the slope of this line?
2005 Harvard-MIT Mathematics Tournament, 9
Let $AC$ be a diameter of a circle $ \omega $ of radius $1$, and let $D$ be a point on $AC$ such that $CD=\frac{1}{5}$. Let $B$ be the point on $\omega$ such that $DB$ is perpendicular to $AC$, and $E$ is the midpoint of $DB$. The line tangent to $\omega$ at $B$ intersects line $CE$ at the point $X$. Compute $AX$.
2013 Junior Balkan MO, 2
Let $ABC$ be an acute-angled triangle with $AB<AC$ and let $O$ be the centre of its circumcircle $\omega$. Let $D$ be a point on the line segment $BC$ such that $\angle BAD = \angle CAO$. Let $E$ be the second point of intersection of $\omega$ and the line $AD$. If $M$, $N$ and $P$ are the midpoints of the line segments $BE$, $OD$ and $AC$, respectively, show that the points $M$, $N$ and $P$ are collinear.
2005 AIME Problems, 10
Triangle $ABC$ lies in the Cartesian Plane and has an area of 70. The coordinates of $B$ and $C$ are $(12,19)$ and $(23,20)$, respectively, and the coordinates of $A$ are $(p,q)$. The line containing the median to side $BC$ has slope $-5$. Find the largest possible value of $p+q$.
2009 AIME Problems, 3
In rectangle $ ABCD$, $ AB\equal{}100$. Let $ E$ be the midpoint of $ \overline{AD}$. Given that line $ AC$ and line $ BE$ are perpendicular, find the greatest integer less than $ AD$.
1985 IMO Longlists, 36
Determine whether there exist $100$ distinct lines in the plane having exactly $1985$ distinct points of intersection
1995 AMC 12/AHSME, 21
Two nonadjacent vertices of a rectangle are $(4,3)$ and $(-4,-3)$, and the coordinates of the other two vertices are integers. The number of such rectangles is
$\textbf{(A)}\ 1 \qquad
\textbf{(B)}\ 2 \qquad
\textbf{(C)}\ 3 \qquad
\textbf{(D)}\ 4 \qquad
\textbf{(E)}\ 5$
2011 Albania National Olympiad, 1
[b](a) [/b] Find the minimal distance between the points of the graph of the function $y=\ln x$ from the line $y=x$.
[b](b)[/b] Find the minimal distance between two points, one of the point is in the graph of the function $y=e^x$ and the other point in the graph of the function $y=ln x$.
MathLinks Contest 7th, 4.2
Find the number of finite sequences $ \{a_1,a_2,\ldots,a_{2n\plus{}1}\}$, formed with nonnegative integers, for which $ a_1\equal{}a_{2n\plus{}1}\equal{}0$ and $ |a_k \minus{}a_{k\plus{}1}|\equal{}1$, for all $ k\in\{1,2,\ldots,2n\}$.
Today's calculation of integrals, 862
Draw a tangent with positive slope to a parabola $y=x^2+1$. Find the $x$-coordinate such that the area of the figure bounded by the parabola, the tangent and the coordinate axisis is $\frac{11}{3}.$
2004 AMC 12/AHSME, 21
The graph of $ 2x^2 \plus{} xy \plus{} 3y^2 \minus{} 11x \minus{} 20y \plus{} 40 \equal{} 0$ is an ellipse in the first quadrant of the $ xy$-plane. Let $ a$ and $ b$ be the maximum and minimum values of $ \frac {y}{x}$ over all points $ (x, y)$ on the ellipse. What is the value of $ a \plus{} b$?
$ \textbf{(A)}\ 3 \qquad \textbf{(B)}\ \sqrt {10} \qquad \textbf{(C)}\ \frac72 \qquad \textbf{(D)}\ \frac92 \qquad \textbf{(E)}\ 2\sqrt {14}$
2003 AMC 12-AHSME, 9
Let $ f$ be a linear function for which $ f(6)\minus{}f(2)\equal{}12$. What is $ f(12)\minus{}f(2)$?
$ \textbf{(A)}\ 12 \qquad
\textbf{(B)}\ 18 \qquad
\textbf{(C)}\ 24 \qquad
\textbf{(D)}\ 30 \qquad
\textbf{(E)}\ 36$
2020 AIME Problems, 2
Let $P$ be a point chosen uniformly at random in the interior of the unit square with vertices at $(0,0), (1,0), (1,1)$, and $(0,1)$. The probability that the slope of the line determined by $P$ and the point $\left(\frac58, \frac38 \right)$ is greater than $\frac12$ can be written as $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
2001 AIME Problems, 8
A certain function $f$ has the properties that $f(3x)=3f(x)$ for all positive real values of $x$, and that $f(x)=1-\mid x-2 \mid$ for $1\leq x \leq 3$. Find the smallest $x$ for which $f(x)=f(2001)$.
2014 Contests, 1
Find the number of $(a_1,a_2, ... ,a_{2014})$ permutations of the $(1,2, . . . ,2014)$ such that, for all $1\leq i<j\leq2014$, $i+a_i \leq j+a_j$.
2007 AMC 10, 18
Consider the $ 12$-sided polygon $ ABCDEFGHIJKL$, as shown. Each of its sides has length $ 4$, and each two consecutive sides form a right angle. Suppose that $ \overline{AG}$ and $ \overline{CH}$ meet at $ M$. What is the area of quadrilateral $ ABCM$?
[asy]unitsize(13mm);
defaultpen(linewidth(.8pt)+fontsize(10pt));
dotfactor=4;
pair A=(1,3), B=(2,3), C=(2,2), D=(3,2), Ep=(3,1), F=(2,1), G=(2,0), H=(1,0), I=(1,1), J=(0,1), K=(0,2), L=(1,2);
pair M=intersectionpoints(A--G,H--C)[0];
draw(A--B--C--D--Ep--F--G--H--I--J--K--L--cycle);
draw(A--G);
draw(H--C);
dot(M);
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,NE);
label("$D$",D,NE);
label("$E$",Ep,SE);
label("$F$",F,SE);
label("$G$",G,SE);
label("$H$",H,SW);
label("$I$",I,SW);
label("$J$",J,SW);
label("$K$",K,NW);
label("$L$",L,NW);
label("$M$",M,W);[/asy]$ \textbf{(A)}\ \frac {44}{3}\qquad \textbf{(B)}\ 16 \qquad \textbf{(C)}\ \frac {88}{5}\qquad \textbf{(D)}\ 20 \qquad \textbf{(E)}\ \frac {62}{3}$
2014 AMC 10, 18
A square in the coordinate plane has vertices whose $y$-coordinates are $0$, $1$, $4$, and $5$. What is the area of the square?
$ \textbf{(A)}\ 16\qquad\textbf{(B)}\ 17\qquad\textbf{(C)}\ 25\qquad\textbf{(D)}\ 26\qquad\textbf{(E)}\ 27 $
2011 AIME Problems, 14
Let $A_1 A_2 A_3 A_4 A_5 A_6 A_7 A_8$ be a regular octagon. Let $M_1$, $M_3$, $M_5$, and $M_7$ be the midpoints of sides $\overline{A_1 A_2}$, $\overline{A_3 A_4}$, $\overline{A_5 A_6}$, and $\overline{A_7 A_8}$, respectively. For $i = 1, 3, 5, 7$, ray $R_i$ is constructed from $M_i$ towards the interior of the octagon such that $R_1 \perp R_3$, $R_3 \perp R_5$, $R_5 \perp R_7$, and $R_7 \perp R_1$. Pairs of rays $R_1$ and $R_3$, $R_3$ and $R_5$, $R_5$ and $R_7$, and $R_7$ and $R_1$ meet at $B_1$, $B_3$, $B_5$, $B_7$ respectively. If $B_1 B_3 = A_1 A_2$, then $\cos 2 \angle A_3 M_3 B_1$ can be written in the form $m - \sqrt{n}$, where $m$ and $n$ are positive integers. Find $m + n$.
2012 AMC 10, 15
Three unit squares and two line segments connecting two pairs of vertices are shown. What is the area of $\triangle ABC$?
[asy]
size(200);
defaultpen(linewidth(.6pt)+fontsize(12pt));
dotfactor=4;
draw((0,0)--(0,2));
draw((0,0)--(1,0));
draw((1,0)--(1,2));
draw((0,1)--(2,1));
draw((0,0)--(1,2));
draw((0,2)--(2,1));
draw((0,2)--(2,2));
draw((2,1)--(2,2));
label("$A$",(0,2),NW);
label("$B$",(1,2),N);
label("$C$",(4/5,1.55),W);
dot((0,2));
dot((1,2));
dot((4/5,1.6));
dot((2,1));
dot((0,0));
[/asy]
$ \textbf{(A)}\ \frac{1}{6}\qquad\textbf{(B)}\ \frac{1}{5}\qquad\textbf{(C)}\ \frac{2}{9}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{\sqrt2}{4} $
1996 AMC 12/AHSME, 25
Given that $x^2 + y^2 = 14x + 6y + 6$, what is the largest possible value that $3x + 4y$ can have?
$\text{(A)}\ 72 \qquad \text{(B)}\ 73 \qquad \text{(C)}\ 74 \qquad \text{(D)}\ 75\qquad \text{(E)}\ 76$
2009 Today's Calculation Of Integral, 423
Let $ f(x)\equal{}x^2\plus{}3$ and $ y\equal{}g(x)$ be the equation of the line with the slope $ a$, which pass through the point $ (0,\ f(0))$ .
Find the maximum and minimum values of $ I(a)\equal{}3\int_{\minus{}1}^1 |f(x)\minus{}g(x)|\ dx$.