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: 1679

1995 AMC 8, 11

Jane can walk any distance in half the time it takes Hector to walk the same distance. They set off in opposite directions around the outside of the 18-block area as shown. When they meet for the first time, they will be closest to [asy] for(int i = -2; i <= 2; ++i) { draw((i,0)--(i,3),dashed); } draw((-3,1)--(3,1),dashed); draw((-3,2)--(3,2),dashed); draw((-3,0)--(-3,3)--(3,3)--(3,0)--cycle); dot((-3,0)); label("$A$",(-3,0),SW); dot((-3,3)); label("$B$",(-3,3),NW); dot((0,3)); label("$C$",(0,3),N); dot((3,3)); label("$D$",(3,3),NE); dot((3,0)); label("$E$",(3,0),SE); dot((0,0)); label("start",(0,0),S); label("$\longrightarrow$",(0,-0.75),E); label("$\longleftarrow$",(0,-0.75),W); label("$\textbf{Jane}$",(0,-1.25),W); label("$\textbf{Hector}$",(0,-1.25),E); [/asy] $\text{(A)}\ A \qquad \text{(B)}\ B \qquad \text{(C)}\ C \qquad \text{(D)}\ D \qquad \text{(E)}\ E$

2011 AMC 12/AHSME, 9

Two real numbers are selected independently at random from the interval [-20, 10]. What is the probability that the product of those numbers is greater than zero? $ \textbf{(A)}\ \frac{1}{9} \qquad \textbf{(B)}\ \frac{1}{3} \qquad \textbf{(C)}\ \frac{4}{9} \qquad \textbf{(D)}\ \frac{5}{9} \qquad \textbf{(E)}\ \frac{2}{3} $

2013 Math Prize for Girls Olympiad, 2

Say that a (nondegenerate) triangle is [i]funny[/i] if it satisfies the following condition: the altitude, median, and angle bisector drawn from one of the vertices divide the triangle into 4 non-overlapping triangles whose areas form (in some order) a 4-term arithmetic sequence. (One of these 4 triangles is allowed to be degenerate.) Find with proof all funny triangles.

2005 All-Russian Olympiad, 2

We have an acute-angled triangle $ABC$, and $AA',BB'$ are its altitudes. A point $D$ is chosen on the arc $ACB$ of the circumcircle of $ABC$. If $P=AA'\cap BD,Q=BB'\cap AD$, show that the midpoint of $PQ$ lies on $A'B'$.

1993 Korea - Final Round, 6

Tags: ratio , geometry
Consider a triangle $ABC$ with $BC = a, CA = b, AB = c.$ Let $D$ be the midpoint of $BC$ and $E$ be the intersection of the bisector of $A$ with $BC$ . The circle through $A, D, E$ meets $AC, AB$ again at $F, G$ respectively. Let $H\not = B$ be a point on $AB$ with $BG = GH$ . Prove that triangles $EBH$ and $ABC$ are similar and find the ratio of their areas.

2017 Sharygin Geometry Olympiad, P7

Tags: ratio , geometry
The circumcenter of a triangle lies on its incircle. Prove that the ratio of its greatest and smallest sides is less than two. [i]Proposed by B.Frenkin[/i]

2006 AIME Problems, 11

A collection of 8 cubes consists of one cube with edge-length $k$ for each integer $k,\thinspace 1 \le k \le 8.$ A tower is to be built using all 8 cubes according to the rules: $\bullet$ Any cube may be the bottom cube in the tower. $\bullet$ The cube immediately on top of a cube with edge-length $k$ must have edge-length at most $k+2.$ Let $T$ be the number of different towers than can be constructed. What is the remainder when $T$ is divided by 1000?

Cono Sur Shortlist - geometry, 2005.G6

Let $AM$ and $AN$ be the tangents to a circle $\Gamma$ drawn from a point $A$ ($M$ and $N$ lie on the circle). A line passing through $A$ cuts $\Gamma$ at $B$ and $C$, with B between $A$ and $C$ such that $AB: BC = 2: 3$. If $P$ is the intersection point of $AB$ and $MN$, calculate the ratio $AP: CP$ .

1954 AMC 12/AHSME, 11

Tags: ratio
A merchant placed on display some dresses, each with a marked price. He then posted a sign “$ \frac{1}{3}$ off on these dresses.” The cost of the dresses was $ \frac{3}{4}$ of the price at which he actually sold them. Then the ratio of the cost to the marked price was: $ \textbf{(A)}\ \frac{1}{2} \qquad \textbf{(B)}\ \frac{1}{3} \qquad \textbf{(C)}\ \frac{1}{4} \qquad \textbf{(D)}\ \frac{2}{3} \qquad \textbf{(E)}\ \frac{3}{4}$

2011 Putnam, A2

Let $a_1,a_2,\dots$ and $b_1,b_2,\dots$ be sequences of positive real numbers such that $a_1=b_1=1$ and $b_n=b_{n-1}a_n-2$ for $n=2,3,\dots.$ Assume that the sequence $(b_j)$ is bounded. Prove that \[S=\sum_{n=1}^{\infty}\frac1{a_1\cdots a_n}\] converges, and evaluate $S.$

2004 AMC 10, 20

In $ \triangle ABC$ points $ D$ and $ E$ lie on $ \overline{BC}$ and $ \overline{AC}$, respectively. If $ \overline{AD}$ and $ \overline{BE}$ intersect at $ T$ so that $ AT/DT \equal{} 3$ and $ BT/ET \equal{} 4$, what is $ CD/BD$? [asy]unitsize(2cm); defaultpen(linewidth(.8pt)); pair A = (0,0); pair C = (2,0); pair B = dir(57.5)*2; pair E = waypoint(C--A,0.25); pair D = waypoint(C--B,0.25); pair T = intersectionpoint(D--A,E--B); label("$B$",B,NW);label("$A$",A,SW);label("$C$",C,SE);label("$D$",D,NE);label("$E$",E,S);label("$T$",T,2*W+N); draw(A--B--C--cycle); draw(A--D); draw(B--E);[/asy]$ \textbf{(A)}\ \frac {1}{8}\qquad \textbf{(B)}\ \frac {2}{9}\qquad \textbf{(C)}\ \frac {3}{10}\qquad \textbf{(D)}\ \frac {4}{11}\qquad \textbf{(E)}\ \frac {5}{12}$

1995 Denmark MO - Mohr Contest, 3

Tags: ratio , geometry , median
From the vertex $C$ in triangle $ABC$, draw a straight line that bisects the median from $A$. In what ratio does this line divide the segment $AB$? [img]https://1.bp.blogspot.com/-SxWIQ12DIvs/XzcJv5xoV0I/AAAAAAAAMY4/Ezfe8bd7W-Mfp2Qi4qE_gppbh9Fzvb4XwCLcBGAsYHQ/s0/1995%2BMohr%2Bp3.png[/img]

1970 AMC 12/AHSME, 9

Tags: ratio
Points $P$ and $Q$ are on line segment $AB$, and both points are on the same side of the midpoint of $AB$. Point $P$ divides $AB$ in the ratio $2:3$ and $Q$ divides $AB$ in the ratio $3:4$. If $PQ=2$, then the length of segment $AB$ is $\textbf{(A) }12\qquad\textbf{(B) }28\qquad\textbf{(C) }70\qquad\textbf{(D) }75\qquad \textbf{(E) }105$

2015 AMC 12/AHSME, 7

Tags: ratio
Two right circular cylinders have the same volume. The radius of the second cylinder is $10\%$ more than the radius of the first. What is the relationship between the heights of the two cylinders? $\textbf{(A) }\text{The second height is 10\% less than the first.}$ $\textbf{(B) }\text{The first height is 10\% more than the second.}$ $\textbf{(C) }\text{The second height is 21\% less than the first.}$ $\textbf{(D) }\text{The first height is 21\% more than the second.}$ $\textbf{(E) }\text{The second height is 80\% of the first.}$

2009 Math Prize For Girls Problems, 4

Tags: ratio
The admission fee for an exhibition is $ \$25$ per adult and $ \$12$ per child. Last Tuesday, the exhibition collected $ \$1950$ in admission fees from at least one adult and at least one child. Of all the possible ratios of adults to children at the exhibition last Tuesday, which one is closest to $ 1$?

2006 Tuymaada Olympiad, 4

For a positive integer, we define it's [i]set of exponents[/i] the unordered list of all the exponents of the primes, in it`s decomposition. For example, $18=2\cdot 3^{2}$ has it`s set of exponents $1,2$ and $300=2^{2}\cdot 3\cdot 5^{2}$ has it`s set of exponents $1,2,2$. There are given two arithmetical progressions $\big(a_{n}\big)_{n}$ and $\big(b_{n}\big)_{n}$, such that for any positive integer $n$, $a_{n}$ and $b_{n}$ have the same set of exponents. Prove that the progressions are proportional (that is, there is $k$ such that $a_{n}=kb_{n}$ for any $n$). [i]Proposed by A. Golovanov[/i]

1984 IMO Longlists, 10

Assume that the bisecting plane of the dihedral angle at edge $AB$ of the tetrahedron $ABCD$ meets the edge $CD$ at point $E$. Denote by $S_1, S_2, S_3$, respectively the areas of the triangles $ABC, ABE$, and $ABD$. Prove that no tetrahedron exists for which $S_1, S_2, S_3$ (in this order) form an arithmetic or geometric progression.

2007 South East Mathematical Olympiad, 3

Find all triples $(a,b,c)$ satisfying the following conditions: (i) $a,b,c$ are prime numbers, where $a<b<c<100$. (ii) $a+1,b+1,c+1$ form a geometric sequence.

2004 239 Open Mathematical Olympiad, 8

Given a triangle $ABC$. A point $X$ is chosen on a side $AC$. Some circle passes through $X$, touches the side $AC$ and intersects the circumcircle of triangle $ABC$ in points $M$ and $N$ such that the segment $MN$ bisects $BX$ and intersects sides $AB$ and $BC$ in points $P$ and $Q$. Prove that the circumcircle of triangle $PBQ$ passes through a fixed point different from $B$. [b]proposed by Sergej Berlov[/b]

1997 All-Russian Olympiad, 2

Given a convex polygon M invariant under a $90^\circ$ rotation, show that there exist two circles, the ratio of whose radii is $\sqrt2$, one containing M and the other contained in M. [i]A. Khrabrov[/i]

2009 AIME Problems, 12

In right $ \triangle ABC$ with hypotenuse $ \overline{AB}$, $ AC \equal{} 12$, $ BC \equal{} 35$, and $ \overline{CD}$ is the altitude to $ \overline{AB}$. Let $ \omega$ be the circle having $ \overline{CD}$ as a diameter. Let $ I$ be a point outside $ \triangle ABC$ such that $ \overline{AI}$ and $ \overline{BI}$ are both tangent to circle $ \omega$. The ratio of the perimeter of $ \triangle ABI$ to the length $ AB$ can be expressed in the form $ \displaystyle\frac{m}{n}$, where $ m$ and $ n$ are relatively prime positive integers. Find $ m\plus{}n$.

2015 Switzerland - Final Round, 1

Let $ABC$ be an acute-angled triangle with $AB \ne BC$ and radius $k$. Let $P$ and $Q$ be the points of intersection of $k$ with the internal bisector and the external bisector of $\angle CBA$ respectively. Let $D$ be the intersection of $AC$ and $PQ$. Find the ratio $AD: DC$.

1950 AMC 12/AHSME, 31

Tags: ratio
John ordered $4$ pairs of black socks and some additional pairs of blue socks. The price of the black socks per pair was twice that of the blue. When the order was filled, it was found that the number of pairs of the two colors had been interchanged. This increased the bill by $ 50\%$. The ratio of the number of pairs of black socks to the number of pairs of blue socks in the original order was: $\textbf{(A)}\ 4:1 \qquad \textbf{(B)}\ 2:1 \qquad \textbf{(C)}\ 1:4 \qquad \textbf{(D)}\ 1:2 \qquad \textbf{(E)}\ 1:8$

2013 AIME Problems, 1

Suppose that the measurement of time during the day is converted to the metric system so that each day has $10$ metric hours, and each metric hour has $100$ metric minutes. Digital clocks would then be produced that would read $9{:}99$ just before midnight, $0{:}00$ at midnight, $1{:}25$ at the former $3{:}00$ $\textsc{am}$, and $7{:}50$ at the former $6{:}00$ $\textsc{pm}$. After the conversion, a person who wanted to wake up at the equivalent of the former $6{:}36$ $\textsc{am}$ would have to set his new digital alarm clock for $\text{A:BC}$, where $\text{A}$, $\text{B}$, and $\text{C}$ are digits. Find $100\text{A} + 10\text{B} + \text{C}$.

2006 AMC 12/AHSME, 16

Circles with centers $ A$ and $ B$ have radii 3 and 8, respectively. A common internal tangent intersects the circles at $ C$ and $ D$, respectively. Lines $ AB$ and $ CD$ intersect at $ E$, and $ AE \equal{} 5$. What is $ CD$? [asy]unitsize(2.5mm); defaultpen(fontsize(10pt)+linewidth(.8pt)); dotfactor=3; pair A=(0,0), Ep=(5,0), B=(5+40/3,0); pair M=midpoint(A--Ep); pair C=intersectionpoints(Circle(M,2.5),Circle(A,3))[1]; pair D=B+8*dir(180+degrees(C)); dot(A); dot(C); dot(B); dot(D); draw(C--D); draw(A--B); draw(Circle(A,3)); draw(Circle(B,8)); label("$A$",A,W); label("$B$",B,E); label("$C$",C,SE); label("$E$",Ep,SSE); label("$D$",D,NW);[/asy]$ \textbf{(A) } 13\qquad \textbf{(B) } \frac {44}{3}\qquad \textbf{(C) } \sqrt {221}\qquad \textbf{(D) } \sqrt {255}\qquad \textbf{(E) } \frac {55}{3}$