This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 196

If the point $(x,-4)$ lies on the straight line joining the points $(0,8)$ and $(-4,0)$ in the xy-plane, then $x$ is equal to $\textbf{(A) }-2\qquad\textbf{(B) }2\qquad\textbf{(C) }-8\qquad\textbf{(D) }6\qquad \textbf{(E) }-6$
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}.$
Two rays emanate from the origin $O$ and form a $45^\circ$ angle in the first quadrant of the Cartesian coordinate plane. For some positive numbers $X$, $Y$, and $S$, the ray with the larger slope passes through point $A = (X, S)$, and the ray with the smaller slope passes through point $B = (S, Y)$. If $6X + 6Y + 5S = 600$, then determine the maximum possible area of $\triangle OAB$.
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}$
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]
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]
Let $P$ be a point in a square whose side are mirror. A ray of light comes from $P$ and with slope $\alpha$. We know that this ray of light never arrives to a vertex. We make an infinite sequence of $0,1$. After each contact of light ray with a horizontal side, we put $0$, and after each contact with a vertical side, we put $1$. For each $n\geq 1$, let $B_{n}$ be set of all blocks of length $n$, in this sequence. a) Prove that $B_{n}$ does not depend on location of $P$. b) Prove that if $\frac{\alpha}{\pi}$ is irrational, then $|B_{n}|=n+1$.
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.
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}$
A sled loaded with children starts from rest and slides down a snowy $25^\circ$ (with respect to the horizontal) incline traveling $85$ meters in $17$ seconds. Ignore air resistance. What is the coefficient of kinetic friction between the sled and the slope? $ \textbf {(A) } 0.36 \qquad \textbf {(B) } 0.40 \qquad \textbf {(C) } 0.43 \qquad \textbf {(D) } 1.00 \qquad \textbf {(E) } 2.01 $
Square $\mathcal S$ has vertices $(1,0)$, $(0,1)$, $(-1,0)$ and $(0,-1)$. Points $P$ and $Q$ are independently selected, uniformly at random, from the perimeter of $\mathcal S$. Determine, with proof, the probability that the slope of line $PQ$ is positive. [i]Proposed by Isabella Grabski[/i]
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\}$.
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}.$
The points $ (2,\minus{}3)$, $ (4,3)$, and $ (5, k/2)$ are on the same straight line. The value(s) of $ k$ is (are): $ \textbf{(A)}\ 12\qquad \textbf{(B)}\ \minus{}12\qquad \textbf{(C)}\ \pm 12\qquad \textbf{(D)}\ {12}\text{ or }{6}\qquad \textbf{(E)}\ {6}\text{ or }{6\frac{2}{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$.
Circles with centers $ (2,4)$ and $ (14,9)$ have radii 4 and 9, respectively. The equation of a common external tangent to the circles can be written in the form $ y \equal{} mx \plus{} b$ with $ m > 0$. What is $ b$? [asy] size(150); defaultpen(linewidth(0.7)+fontsize(8)); draw(circle((2,4),4));draw(circle((14,9),9)); draw((0,-2)--(0,20));draw((-6,0)--(25,0)); draw((2,4)--(2,4)+4*expi(pi*4.5/11)); draw((14,9)--(14,9)+9*expi(pi*6/7)); label("4",(2,4)+2*expi(pi*4.5/11),(-1,0)); label("9",(14,9)+4.5*expi(pi*6/7),(1,1)); label("(2,4)",(2,4),(0.5,-1.5));label("(14,9)",(14,9),(1,-1)); draw((-4,120*-4/119+912/119)--(11,120*11/119+912/119)); dot((2,4)^^(14,9));[/asy] $ \textbf{(A) } \frac {908}{199}\qquad \textbf{(B) } \frac {909}{119}\qquad \textbf{(C) } \frac {130}{17}\qquad \textbf{(D) } \frac {911}{119}\qquad \textbf{(E) } \frac {912}{119}$
Let triangle $ABC$ be a right triangle in the xy-plane with a right angle at $C$. Given that the length of the hypotenuse $AB$ is 60, and that the medians through $A$ and $B$ lie along the lines $y=x+3$ and $y=2x+4$ respectively, find the area of triangle $ABC$.
Let $ A(2,2)$ and $ B(7,7)$ be points in the plane. Define $ R$ as the region in the first quadrant consisting of those points $ C$ such that $ \triangle ABC$ is an acute triangle. What is the closest integer to the area of the region $ R$? $ \textbf{(A)}\ 25 \qquad \textbf{(B)}\ 39 \qquad \textbf{(C)}\ 51 \qquad \textbf{(D)}\ 60 \qquad \textbf{(E)}\ 80$
Given the four equations: $\textbf{(1)}\ 3y-2x=12 \qquad \textbf{(2)}\ -2x-3y=10 \qquad \textbf{(3)}\ 3y+2x=12 \qquad \textbf{(4)}\ 2y+3x=10$ The pair representing the perpendicular lines is: $\textbf{(A)}\ \text{(1) and (4)} \qquad \textbf{(B)}\ \text{(1) and (3)} \qquad \textbf{(C)}\ \text{(1) and (2)} \qquad \textbf{(D)}\ \text{(2) and (4)} \qquad \textbf{(E)}\ \text{(2) and (3)}$
ABC  is a triangle with coordinates A =(2, 6), B =(0, 0), and C =(14, 0). (a) Let P  be the midpoint of AB. Determine the equation of the line perpendicular to AB passing through P. (b) Let Q be the point on line BC  for which PQ is perpendicular to AB. Determine the length of AQ. (c) There is a (unique) circle passing through the points A, B, and C. Determine the radius of this circle.
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 $
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.
The polygon(s) formed by $y=3x+2$, $y=-3x+2$, and $y=-2$, is (are): $ \textbf{(A) }\text{An equilateral triangle}\qquad\textbf{(B) }\text{an isosceles triangle} \qquad\textbf{(C) }\text{a right triangle} \qquad$ $\textbf{(D) }\text{a triangle and a trapezoid}\qquad\textbf{(E) }\text{a quadrilateral} $
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$.
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]