Found problems: 196
2012 Purple Comet Problems, 20
Square $ABCD$ has side length $68$. Let $E$ be the midpoint of segment $\overline{CD}$, and let $F$ be the point on segment $\overline{AB}$ a distance $17$ from point $A$. Point $G$ is on segment $\overline{EF}$ so that $\overline{EF}$ is perpendicular to segment $\overline{GD}$. The length of segment $\overline{BG}$ can be written as $m\sqrt{n}$ where $m$ and $n$ are positive integers, and $n$ is not divisible by the square of any prime. Find $m+n$.
1963 AMC 12/AHSME, 33
Given the line $y = \dfrac{3}{4}x + 6$ and a line $L$ parallel to the given line and $4$ units from it. A possible equation for $L$ is:
$\textbf{(A)}\ y = \dfrac{3}{4}x + 1 \qquad
\textbf{(B)}\ y = \dfrac{3}{4}x\qquad
\textbf{(C)}\ y = \dfrac{3}{4}x -\dfrac{2}{3} \qquad$
$
\textbf{(D)}\ y = \dfrac{3}{4}x -1 \qquad
\textbf{(E)}\ y = \dfrac{3}{4}x + 2$
2014 AMC 10, 16
In rectangle $ABCD$, $AB=1$, $BC=2$, and points $E$, $F$, and $G$ are midpoints of $\overline{BC}$, $\overline{CD}$, and $\overline{AD}$, respectively. Point $H$ is the midpoint of $\overline{GE}$. What is the area of the shaded region?
[asy]
import graph;
size(9cm);
pen dps = fontsize(10); defaultpen(dps);
pair D = (0,0);
pair F = (1/2,0);
pair C = (1,0);
pair G = (0,1);
pair E = (1,1);
pair A = (0,2);
pair B = (1,2);
pair H = (1/2,1);
// do not look
pair X = (1/3,2/3);
pair Y = (2/3,2/3);
draw(A--B--C--D--cycle);
draw(G--E);
draw(A--F--B);
draw(D--H--C);
filldraw(H--X--F--Y--cycle,grey);
label("$A$",A,NW);
label("$B$",B,NE);
label("$C$",C,SE);
label("$D$",D,SW);
label("$E$",E,E);
label("$F$",F,S);
label("$G$",G,W);
label("$H$",H,N);
label("$\displaystyle\frac12$",(0.25,0),S);
label("$\displaystyle\frac12$",(0.75,0),S);
label("$1$",(1,0.5),E);
label("$1$",(1,1.5),E);
[/asy]
$ \textbf{(A)}\ \dfrac1{12}\qquad\textbf{(B)}\ \dfrac{\sqrt3}{18}\qquad\textbf{(C)}\ \dfrac{\sqrt2}{12}\qquad\textbf{(D)}\ \dfrac{\sqrt3}{12}\qquad\textbf{(E)}\ \dfrac16 $
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]
2011 Turkey Junior National Olympiad, 2
Let $ABC$ be a triangle with $|AB|=|AC|$. $D$ is the midpoint of $[BC]$. $E$ is the foot of the altitude from $D$ to $AC$. $BE$ cuts the circumcircle of triangle $ABD$ at $B$ and $F$. $DE$ and $AF$ meet at $G$. Prove that $|DG|=|GE|$
1956 AMC 12/AHSME, 21
If each of two intersecting lines intersects a hyperbola and neither line is tangent to the hyperbola, then the possible number of points of intersection with the hyperbola is:
$ \textbf{(A)}\ 2 \qquad\textbf{(B)}\ 2\text{ or }3 \qquad\textbf{(C)}\ 2\text{ or }4 \qquad\textbf{(D)}\ 3\text{ or }4 \qquad\textbf{(E)}\ 2,3,\text{ or }4$
2005 AIME Problems, 15
Let $w_{1}$ and $w_{2}$ denote the circles $x^{2}+y^{2}+10x-24y-87=0$ and $x^{2}+y^{2}-10x-24y+153=0$, respectively. Let $m$ be the smallest positive value of $a$ for which the line $y=ax$ contains the center of a circle that is externally tangent to $w_{2}$ and internally tangent to $w_{1}$. Given that $m^{2}=p/q$, where $p$ and $q$ are relatively prime integers, find $p+q$.
2023 AMC 12/AHSME, 10
In the $xy$-plane, a circle of radius $4$ with center on the positive $x$-axis is tangent to the $y$-axis at the origin, and a circle with radius $10$ with center on the positive $y$-axis is tangent to the $x$-axis at the origin. What is the slope of the line passing through the two points at which these circles intersect?
$\textbf{(A)}\ \dfrac{2}{7} \qquad\textbf{(B)}\ \dfrac{3}{7} \qquad\textbf{(C)}\ \dfrac{2}{\sqrt{29}} \qquad\textbf{(D)}\ \dfrac{1}{\sqrt{29}} \qquad\textbf{(E)}\ \dfrac{2}{5}$
1989 AMC 12/AHSME, 16
A lattice point is a point in the plane with integer coordinates. How many lattice points are on the line segment whose endpoints are (3,17) and (48,281)? (Include both endpoints of the segment in your count.)
$\textbf{(A)}\ 2 \qquad
\textbf{(B)}\ 4 \qquad
\textbf{(C)}\ 6 \qquad
\textbf{(D)}\ 16 \qquad
\textbf{(E)}\ 46$
2012 NIMO Problems, 7
For every pair of reals $0 < a < b < 1$, we define sequences $\{x_n\}_{n \ge 0}$ and $\{y_n\}_{n \ge 0}$ by $x_0 = 0$, $y_0 = 1$, and for each integer $n \ge 1$: \begin{align*}
x_n & = (1 - a) x_{n - 1} + a y_{n - 1},
\\ y_n & = (1 - b) x_{n - 1} + b y_{n - 1}.
\end{align*} The [i]supermean[/i] of $a$ and $b$ is the limit of $\{x_n\}$ as $n$ approaches infinity. Over all pairs of real numbers $(p, q)$ satisfying $\left (p - \textstyle\frac{1}{2} \right)^2 + \left (q - \textstyle\frac{1}{2} \right)^2 \le \left(\textstyle\frac{1}{10}\right)^2$, the minimum possible value of the supermean of $p$ and $q$ can be expressed as $\textstyle\frac{m}{n}$ for relatively prime positive integers $m$ and $n$. Compute $100m + n$.
[i]Proposed by Lewis Chen[/i]
2006 China Second Round Olympiad, 4
Given a right triangular prism $A_1B_1C_1 - ABC$ with $\angle BAC = \frac{\pi}{2}$ and $AB = AC = AA_1$, let $G$, $E$ be the midpoints of $A_1B_1$, $CC_1$ respectively, and $D$, $F$ be variable points lying on segments $AC$, $AB$ (not including endpoints) respectively. If $GD \bot EF$, the range of the length of $DF$ is
${ \textbf{(A)}\ [\frac{1}{\sqrt{5}}, 1)\qquad\textbf{(B)}\ [\frac{1}{5}, 2)\qquad\textbf{(C)}\ [1, \sqrt{2})\qquad\textbf{(D)}} [\frac{1}{\sqrt{2}}, \sqrt{2})\qquad $
2007 National Olympiad First Round, 29
Let $M$ and $N$ be points on the sides $BC$ and $CD$, respectively, of a square $ABCD$. If $|BM|=21$, $|DN|=4$, and $|NC|=24$, what is $m(\widehat{MAN})$?
$
\textbf{(A)}\ 15^\circ
\qquad\textbf{(B)}\ 30^\circ
\qquad\textbf{(C)}\ 37^\circ
\qquad\textbf{(D)}\ 45^\circ
\qquad\textbf{(E)}\ 60^\circ
$
2012 All-Russian Olympiad, 3
Consider the parallelogram $ABCD$ with obtuse angle $A$. Let $H$ be the feet of perpendicular from $A$ to the side $BC$. The median from $C$ in triangle $ABC$ meets the circumcircle of triangle $ABC$ at the point $K$. Prove that points $K,H,C,D$ lie on the same circle.
1998 Harvard-MIT Mathematics Tournament, 8
Find the slopes of all lines passing through the origin and tangent to the curve $y^2=x^3+39x-35$.
2008 Princeton University Math Competition, A7/B9
Let $\mathcal{H}$ be the region of points $(x, y)$, such that $(1, 0), (x, y), (-x, y)$, and $(-1,0)$ form an isosceles trapezoid whose legs are shorter than the base between $(x, y)$ and $(-x,y)$. Find the least possible positive slope that a line could have without intersecting $\mathcal{H}$.
2022 USAMTS Problems, 5
A lattice point is a point on the coordinate plane with integer coefficients. Prove or disprove : there exists a finite set $S$ of lattice points such that for every line $l$ in the plane with slope $0,1,-1$, or undefined, either $l$ and $S$ intersect at exactly $2022$ points, or they do not intersect.
2009 AMC 10, 22
A cubical cake with edge length $ 2$ inches is iced on the sides and the top. It is cut vertically into three pieces as shown in this top view, where $ M$ is the midpoint of a top edge. The piece whose top is triangle $ B$ contains $ c$ cubic inches of cake and $ s$ square inches of icing. What is $ c\plus{}s$?
[asy]unitsize(1cm);
defaultpen(linewidth(.8pt)+fontsize(8pt));
draw((-1,-1)--(1,-1)--(1,1)--(-1,1)--cycle);
draw((1,1)--(-1,0));
pair P=foot((1,-1),(1,1),(-1,0));
draw((1,-1)--P);
draw(rightanglemark((-1,0),P,(1,-1),4));
label("$M$",(-1,0),W);
label("$C$",(-0.1,-0.3));
label("$A$",(-0.4,0.7));
label("$B$",(0.7,0.4));[/asy]$ \textbf{(A)}\ \frac{24}{5} \qquad
\textbf{(B)}\ \frac{32}{5} \qquad
\textbf{(C)}\ 8\plus{}\sqrt5 \qquad
\textbf{(D)}\ 5\plus{}\frac{16\sqrt5}{5} \qquad
\textbf{(E)}\ 10\plus{}5\sqrt5$
2010 National Olympiad First Round, 11
At most how many points with integer coordinates are there over a circle with center of $(\sqrt{20}, \sqrt{10})$ in the $xy$-plane?
$ \textbf{(A)}\ 8
\qquad\textbf{(B)}\ 4
\qquad\textbf{(C)}\ 2
\qquad\textbf{(D)}\ 1
\qquad\textbf{(E)}\ \text{None}
$
2008 Vietnam National Olympiad, 7
Let $ AD$ is centroid of $ ABC$ triangle. Let $ (d)$ is the perpendicular line with $ AD$. Let $ M$ is a point on $ (d)$. Let $ E, F$ are midpoints of $ MB, MC$ respectively. The line through point $ E$ and perpendicular with $ (d)$ meet $ AB$ at $ P$. The line through point $ F$ and perpendicular with $ (d)$ meet $ AC$ at $ Q$. Let $ (d')$ is a line through point $ M$ and perpendicular with $ PQ$. Prove $ (d')$ always pass a fixed point.
1969 AMC 12/AHSME, 11
Given points $P(-1,-2)$ and $Q(4,2)$ in the $xy$-plane; point $R(1,m)$ is taken so that $PR+RQ$ is a minimum. Then $m$ equals:
$\textbf{(A) }-\tfrac35\qquad
\textbf{(B) }-\tfrac25\qquad
\textbf{(C) }-\tfrac15\qquad
\textbf{(D) }\tfrac15\qquad
\textbf{(E) }\text{either }-\tfrac15\text{ or }\tfrac15$
2010 International Zhautykov Olympiad, 3
A rectangle formed by the lines of checkered paper is divided into figures of three kinds: isosceles right triangles (1) with base of two units, squares (2) with unit side, and parallelograms (3) formed by two sides and two diagonals of unit squares (figures may be oriented in any way). Prove that the number of figures of the third kind is even.
[img]http://up.iranblog.com/Files7/dda310bab8b6455f90ce.jpg[/img]
2007 Tournament Of Towns, 1
$A,B,C$ and $D$ are points on the parabola $y = x^2$ such that $AB$ and $CD$ intersect on the $y$-axis. Determine the $x$-coordinate of $D$ in terms of the $x$-coordinates of $A,B$ and $C$, which are $a, b$ and $c$ respectively.
1955 AMC 12/AHSME, 10
How many hours does it take a train traveling at an average rate of $ 40$ mph between stops to travel $ a$ miles it makes $ n$ stops of $ m$ minutes each?
$ \textbf{(A)}\ \frac{3a\plus{}2mn}{120} \qquad
\textbf{(B)}\ 3a\plus{}2mn \qquad
\textbf{(C)}\ \frac{3a\plus{}2mn}{12} \qquad
\textbf{(D)}\ \frac{a\plus{}mn}{40} \qquad
\textbf{(E)}\ \frac{a\plus{}40mn}{40}$
2001 AIME Problems, 5
An equilateral triangle is inscribed in the ellipse whose equation is $x^2+4y^2=4.$ One vertex of the triangle is $(0,1),$ one altitude is contained in the $y$-axis, and the length of each side is $\sqrt{\frac mn},$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$
2012 Hanoi Open Mathematics Competitions, 4
[b]Q4.[/b] A man travels from town $A$ to town $E$ through $B,C$ and $D$ with uniform speeds 3km/h, 2km/h, 6km/h and 3km/h on the horizontal, up slope, down slope and horizontal road, respectively. If the road between town $A$ and town $E$ can be classified as horizontal, up slope, down slope and horizontal and total length of each typr of road is the same, what is the average speed of his journey?
\[(A) \; 2 \text{km/h} \qquad (B) \; 2,5 \text{km/h} ; \qquad (C ) \; 3 \text{km/h} ; \qquad (D) \; 3,5 \text{km/h} ; \qquad (E) \; 4 \text{km/h}.\]