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

2004 AMC 10, 20

Tags: ratio , geometry
Points $E$ and $F$ are located on square $ABCD$ so that $\Delta BEF$ is equilateral. What is the ratio of the area of $\Delta DEF$ to that of $\Delta ABE$? [asy] pair A=origin, B=(1,0), C=(1,1), D=(0,1), X=B+2*dir(165), E=intersectionpoint(B--X, A--D), Y=B+2*dir(105), F=intersectionpoint(B--Y, D--C); draw(B--C--D--A--B--F--E--B); pair point=(0.5,0.5); label("$A$", A, dir(point--A)); label("$B$", B, dir(point--B)); label("$C$", C, dir(point--C)); label("$D$", D, dir(point--D)); label("$E$", E, dir(point--E)); label("$F$", F, dir(point--F));[/asy] $\textbf{(A)}\; \frac43\qquad \textbf{(B)}\; \frac32\qquad \textbf{(C)}\; \sqrt3\qquad \textbf{(D)}\; 2\qquad \textbf{(E)}\; 1+\sqrt3\qquad$

2009 China Team Selection Test, 1

Let $ \alpha,\beta$ be real numbers satisfying $ 1 < \alpha < \beta.$ Find the greatest positive integer $ r$ having the following property: each of positive integers is colored by one of $ r$ colors arbitrarily, there always exist two integers $ x,y$ having the same color such that $ \alpha\le \frac {x}{y}\le\beta.$

2010 CentroAmerican, 6

Tags: ratio , geometry
Let $\Gamma$ and $\Gamma_1$ be two circles internally tangent at $A$, with centers $O$ and $O_1$ and radii $r$ and $r_1$, respectively ($r>r_1$). $B$ is a point diametrically opposed to $A$ in $\Gamma$, and $C$ is a point on $\Gamma$ such that $BC$ is tangent to $\Gamma_1$ at $P$. Let $A'$ the midpoint of $BC$. Given that $O_1A'$ is parallel to $AP$, find the ratio $r/r_1$.

1983 IMO Longlists, 42

Tags: ratio , geometry
Consider the square $ABCD$ in which a segment is drawn between each vertex and the midpoints of both opposite sides. Find the ratio of the area of the octagon determined by these segments and the area of the square $ABCD.$

Denmark (Mohr) - geometry, 1996.3

This year's gift idea from BabyMath consists of a series of nine colored plastic containers of decreasing size, alternating in shape like a cube and a sphere. All containers can open and close with a convenient hinge, and each container can hold just about anything next in line. The largest and smallest container are both cubes. Determine the relationship between the edge lengths of these cubes.

2013 Online Math Open Problems, 40

Let $ABC$ be a triangle with $AB=13$, $BC=14$, and $AC=15$. Let $M$ be the midpoint of $BC$ and let $\Gamma$ be the circle passing through $A$ and tangent to line $BC$ at $M$. Let $\Gamma$ intersect lines $AB$ and $AC$ at points $D$ and $E$, respectively, and let $N$ be the midpoint of $DE$. Suppose line $MN$ intersects lines $AB$ and $AC$ at points $P$ and $O$, respectively. If the ratio $MN:NO:OP$ can be written in the form $a:b:c$ with $a,b,c$ positive integers satisfying $\gcd(a,b,c)=1$, find $a+b+c$. [i]James Tao[/i]

2007 Princeton University Math Competition, 4

Find $\frac{area(CDF)}{area(CEF)}$ in the figure. [asy] /* File unicodetex not found. */ /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ import graph; size(5.75cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -2, xmax = 21, ymin = -2, ymax = 16; /* image dimensions */ /* draw figures */ draw((0,0)--(20,0)); draw((13.48,14.62)--(7,0)); draw((0,0)--(15.93,9.12)); draw((13.48,14.62)--(20,0)); draw((13.48,14.62)--(0,0)); label("6",(15.16,12.72),SE*labelscalefactor); label("10",(18.56,5.1),SE*labelscalefactor); label("7",(3.26,-0.6),SE*labelscalefactor); label("13",(13.18,-0.71),SE*labelscalefactor); label("20",(5.07,8.33),SE*labelscalefactor); /* dots and labels */ dot((0,0),dotstyle); label("$B$", (-1.23,-1.48), NE * labelscalefactor); dot((20,0),dotstyle); label("$C$", (19.71,-1.59), NE * labelscalefactor); dot((7,0),dotstyle); label("$D$", (6.77,-1.64), NE * labelscalefactor); dot((13.48,14.62),dotstyle); label("$A$", (12.36,14.91), NE * labelscalefactor); dot((15.93,9.12),dotstyle); label("$E$", (16.42,9.21), NE * labelscalefactor); dot((9.38,5.37),dotstyle); label("$F$", (9.68,4.5), NE * labelscalefactor); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */ [/asy]

PEN H Problems, 68

Consider the system \[x+y=z+u,\] \[2xy=zu.\] Find the greatest value of the real constant $m$ such that $m \le \frac{x}{y}$ for any positive integer solution $(x, y, z, u)$ of the system, with $x \ge y$.

1968 AMC 12/AHSME, 28

Tags: ratio , quadratic , algebra
If the arithmetic mean of $a$ and $b$ is double their geometric mean, with $a>b>0$, then a possible value for the ratio $\frac{a}{b}$, to the nearest integer, is $\textbf{(A)}\ 5 \qquad\textbf{(B)}\ 8 \qquad\textbf{(C)}\ 11 \qquad\textbf{(D)}\ 14 \qquad\textbf{(E)}\ \text{none of these} $

2011 AIME Problems, 12

Six men and some number of women stand in a line in random order. Let $p$ be the probability that a group of at least four men stand together in the line, given that every man stands next to at least one other man. Find the least number of women in the line such that $p$ does not exceed 1 percent.

1986 AIME Problems, 9

In $\triangle ABC$, $AB= 425$, $BC=450$, and $AC=510$. An interior point $P$ is then drawn, and segments are drawn through $P$ parallel to the sides of the triangle. If these three segments are of an equal length $d$, find $d$.

2008 Sharygin Geometry Olympiad, 7

Tags: ratio , geometry
(F.Nilov) Given isosceles triangle $ ABC$ with base $ AC$ and $ \angle B \equal{} \alpha$. The arc $ AC$ constructed outside the triangle has angular measure equal to $ \beta$. Two lines passing through $ B$ divide the segment and the arc $ AC$ into three equal parts. Find the ratio $ \alpha / \beta$.

2001 Croatia National Olympiad, Problem 2

In a triangle $ABC$ with $AC\ne BC$, $M$ is the midpoint of $AB$ and $\angle A=\alpha$, $\angle B=\beta$, $\angle ACM=\varphi$ and $\angle BSM=\Psi$. Prove that $$\frac{\sin\alpha\sin\beta}{\sin(\alpha-\beta)}=\frac{\sin\varphi\sin\Psi}{\sin(\varphi-\Psi)}.$$

2002 AMC 12/AHSME, 22

Triangle $ ABC$ is a right triangle with $ \angle ACB$ as its right angle, $ m\angle ABC \equal{} 60^\circ$, and $ AB \equal{} 10$. Let $ P$ be randomly chosen inside $ \triangle ABC$, and extend $ \overline{BP}$ to meet $ \overline{AC}$ at $ D$. What is the probability that $ BD > 5\sqrt2$? [asy]import math; unitsize(4mm); defaultpen(fontsize(8pt)+linewidth(0.7)); dotfactor=4; pair A=(10,0); pair C=(0,0); pair B=(0,10.0/sqrt(3)); pair P=(2,2); pair D=extension(A,C,B,P); draw(A--C--B--cycle); draw(B--D); dot(P); label("A",A,S); label("D",D,S); label("C",C,S); label("P",P,NE); label("B",B,N);[/asy] $ \textbf{(A)}\ \frac {2 \minus{} \sqrt2}{2} \qquad \textbf{(B)}\ \frac {1}{3} \qquad \textbf{(C)}\ \frac {3 \minus{} \sqrt3}{3} \qquad \textbf{(D)}\ \frac {1}{2} \qquad \textbf{(E)}\ \frac {5 \minus{} \sqrt5}{5}$

2015 Switzerland Team Selection Test, 12

Given positive integers $m$ and $n$, prove that there is a positive integer $c$ such that the numbers $cm$ and $cn$ have the same number of occurrences of each non-zero digit when written in base ten.

1994 Kurschak Competition, 1

The ratio of the sides of a parallelogram is $\lambda>1$. Given $\lambda$, determine the maximum of the acute angle subtended by the diagonals of the parallelogram.

2010 Romania National Olympiad, 2

Let $ABCD$ be a rectangle of centre $O$, such that $\angle DAC=60^{\circ}$. The angle bisector of $\angle DAC$ meets $DC$ at $S$. Lines $OS$ and $AD$ meet at $L$, and lines $BL$ and $AC$ meet at $M$. Prove that lines $SM$ and $CL$ are parallel.

2007 Estonia National Olympiad, 1

Consider a cylinder and a cone with a common base such that the volume of the part of the cylinder enclosed in the cone equals the volume of the part of the cylinder outside the cone. Find the ratio of the height of the cone to the height of the cylinder.

1985 ITAMO, 6

As shown in the figure, triangle $ABC$ is divided into six smaller triangles by lines drawn from the vertices through a common interior point. The areas of four of these triangles are as indicated. Find the area of triangle $ABC$. [asy] size(200); pair A=origin, B=(14,0), C=(9,12), D=foot(A, B,C), E=foot(B, A, C), F=foot(C, A, B), H=orthocenter(A, B, C); draw(F--C--A--B--C^^A--D^^B--E); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, N); label("84", centroid(H, C, E), fontsize(9.5)); label("35", centroid(H, B, D), fontsize(9.5)); label("30", centroid(H, F, B), fontsize(9.5)); label("40", centroid(H, A, F), fontsize(9.5));[/asy]

2005 Romania National Olympiad, 1

Let $ABCD$ be a convex quadrilateral with $AD\not\parallel BC$. Define the points $E=AD \cap BC$ and $I = AC\cap BD$. Prove that the triangles $EDC$ and $IAB$ have the same centroid if and only if $AB \parallel CD$ and $IC^{2}= IA \cdot AC$. [i]Virgil Nicula[/i]

2005 AIME Problems, 10

Given that $O$ is a regular octahedron, that $C$ is the cube whose vertices are the centers of the faces of $O$, and that the ratio of the volume of $O$ to that of $C$ is $\frac{m}{n}$, where $m$ and $n$ are relatively prime integers, find $m+n$.

1961 AMC 12/AHSME, 31

In triangle $ABC$ the ratio $AC:CB$ is $3:4$. The bisector of the exterior angle at $C$ intersects $BA$ extended at $P$ ($A$ is between $P$ and $B$). The ratio $PA:AB$ is: ${{ \textbf{(A)}\ 1:3 \qquad\textbf{(B)}\ 3:4 \qquad\textbf{(C)}\ 4:3 \qquad\textbf{(D)}\ 3:1 }\qquad\textbf{(E)}\ 7:1 } $

2022 Bulgaria National Olympiad, 5

Let $ABC$ be an isosceles triangle with $AB=4$, $BC=CA=6$. On the segment $AB$ consecutively lie points $X_{1},X_{2},X_{3},\ldots$ such that the lengths of the segments $AX_{1},X_{1}X_{2},X_{2}X_{3},\ldots$ form an infinite geometric progression with starting value $3$ and common ratio $\frac{1}{4}$. On the segment $CB$ consecutively lie points $Y_{1},Y_{2},Y_{3},\ldots$ such that the lengths of the segments $CY_{1},Y_{1}Y_{2},Y_{2}Y_{3},\ldots$ form an infinite geometric progression with starting value $3$ and common ratio $\frac{1}{2}$. On the segment $AC$ consecutively lie points $Z_{1},Z_{2},Z_{3},\ldots$ such that the lengths of the segments $AZ_{1},Z_{1}Z_{2},Z_{2}Z_{3},\ldots$ form an infinite geometric progression with starting value $3$ and common ratio $\frac{1}{2}$. Find all triplets of positive integers $(a,b,c)$ such that the segments $AY_{a}$, $BZ_{b}$ and $CX_{c}$ are concurrent.

1952 Moscow Mathematical Olympiad, 212

Prove that if the orthocenter divides all heights of a triangle in the same proportion, the triangle is equilateral.

2008 India National Olympiad, 1

Let $ ABC$ be triangle, $ I$ its in-center; $ A_1,B_1,C_1$ be the reflections of $ I$ in $ BC, CA, AB$ respectively. Suppose the circum-circle of triangle $ A_1B_1C_1$ passes through $ A$. Prove that $ B_1,C_1,I,I_1$ are concylic, where $ I_1$ is the in-center of triangle $ A_1,B_1,C_1$.