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

2010 Korea National Olympiad, 1

$ x, y, z $ are positive real numbers such that $ x+y+z=1 $. Prove that \[ \sqrt{ \frac{x}{1-x} } + \sqrt{ \frac{y}{1-y} } + \sqrt{ \frac{z}{1-z} } > 2 \]

2023 AMC 10, 11

A square of area $2$ is inscribed in a square of area $3$, creating four congruent triangles, as shown below. What is the ratio of the shorter leg to the longer leg in the shaded right triangle? [asy] size(200); defaultpen(linewidth(0.6pt)+fontsize(10pt)); real y = sqrt(3); pair A,B,C,D,E,F,G,H; A = (0,0); B = (0,y); C = (y,y); D = (y,0); E = ((y + 1)/2,y); F = (y, (y - 1)/2); G = ((y - 1)/2, 0); H = (0,(y + 1)/2); fill(H--B--E--cycle, gray); draw(A--B--C--D--cycle); draw(E--F--G--H--cycle); [/asy] $\textbf{(A) }\frac15\qquad\textbf{(B) }\frac14\qquad\textbf{(C) }2-\sqrt3\qquad\textbf{(D) }\sqrt3-\sqrt2\qquad\textbf{(E) }\sqrt2-1$

2021 AMC 10 Fall, 2

What is the area of the shaded figure shown below? [asy] size(200); defaultpen(linewidth(0.4)+fontsize(12)); pen s = linewidth(0.8)+fontsize(8); pair O,X,Y; O = origin; X = (6,0); Y = (0,5); fill((1,0)--(3,5)--(5,0)--(3,2)--cycle, palegray+opacity(0.2)); for (int i=1; i<7; ++i) { draw((i,0)--(i,5), gray+dashed); label("${"+string(i)+"}$", (i,0), 2*S); if (i<6) { draw((0,i)--(6,i), gray+dashed); label("${"+string(i)+"}$", (0,i), 2*W); } } label("$0$", O, 2*SW); draw(O--X+(0.15,0), EndArrow); draw(O--Y+(0,0.15), EndArrow); draw((1,0)--(3,5)--(5,0)--(3,2)--(1,0), black+1.5); [/asy]

1983 AMC 12/AHSME, 7

Tags: AMC
Alice sells an item at $\$10$ less than the list price and receives $10\%$ of her selling price as her commission. Bob sells the same item at $\$20$ less than the list price and receives $20\%$ of his selling price as his commission. If they both get the same commission, then the list price is $ \textbf{(A)}\ \$20\qquad\textbf{(B)}\ \$30\qquad\textbf{(C)}\ \$50\qquad\textbf{(D)}\ \$70\qquad\textbf{(E)}\ \$100 $

2024 AMC 12/AHSME, 5

In the following expression, Melanie changed some of the plus signs to minus signs: $$ 1 + 3+5+7+\cdots+97+99$$ When the new expression was evaluated, it was negative. What is the least number of plus signs that Melanie could have changed to minus signs? $ \textbf{(A) }14 \qquad \textbf{(B) }15 \qquad \textbf{(C) }16 \qquad \textbf{(D) }17 \qquad \textbf{(E) }18 \qquad $

2015 AMC 12/AHSME, 16

A regular hexagon with sides of length $6$ has an isosceles triangle attached to each side. Each of these triangles has two sides of length $8$. The isosceles triangles are folded to make a pyramid with the hexagon as the base of the pyramid. What is the volume of the pyramid? $\textbf{(A) }18\qquad\textbf{(B) }162\qquad\textbf{(C) }36\sqrt{21}\qquad\textbf{(D) }18\sqrt{138}\qquad\textbf{(E) }54\sqrt{21}$

2018 AMC 10, 15

A closed box with a square base is to be wrapped with a square sheet of wrapping paper. The box is centered on the wrapping paper with the vertices of the base lying on the midlines of the square sheet of paper, as shown in the figure on the left. The four corners of the wrapping paper are to be folded up over the sides and brought together to meet at the center of the top of the box, point $A$ in the figure on the right. The box has base length $w$ and height $h$. What is the area of the sheet of wrapping paper? [asy]size(270pt); defaultpen(fontsize(10pt)); filldraw(((3,3)--(-3,3)--(-3,-3)--(3,-3)--cycle),lightgrey); dot((-3,3)); label("$A$",(-3,3),NW); draw((1,3)--(-3,-1),dashed+linewidth(.5)); draw((-1,3)--(3,-1),dashed+linewidth(.5)); draw((-1,-3)--(3,1),dashed+linewidth(.5)); draw((1,-3)--(-3,1),dashed+linewidth(.5)); draw((0,2)--(2,0)--(0,-2)--(-2,0)--cycle,linewidth(.5)); draw((0,3)--(0,-3),linetype("2.5 2.5")+linewidth(.5)); draw((3,0)--(-3,0),linetype("2.5 2.5")+linewidth(.5)); label('$w$',(-1,-1),SW); label('$w$',(1,-1),SE); draw((4.5,0)--(6.5,2)--(8.5,0)--(6.5,-2)--cycle); draw((4.5,0)--(8.5,0)); draw((6.5,2)--(6.5,-2)); label("$A$",(6.5,0),NW); dot((6.5,0)); [/asy] $\textbf{(A) } 2(w+h)^2 \qquad \textbf{(B) } \frac{(w+h)^2}2 \qquad \textbf{(C) } 2w^2+4wh \qquad \textbf{(D) } 2w^2 \qquad \textbf{(E) } w^2h $

2021 AMC 12/AHSME Fall, 11

Una rolls $6$ standard $6$-sided dice simultaneously and calculates the product of the $6{ }$ numbers obtained. What is the probability that the product is divisible by $4?$ $\textbf{(A)}\: \frac34\qquad\textbf{(B)} \: \frac{57}{64}\qquad\textbf{(C)} \: \frac{59}{64}\qquad\textbf{(D)} \: \frac{187}{192}\qquad\textbf{(E)} \: \frac{63}{64}$

1971 AMC 12/AHSME, 30

Tags: AMC
Given the linear fractional transformation of $x$ into $f_1(x)=\dfrac{2x-1}{x+1}$. Define $f_{n+1}(x)=f_1(f_n(x))$ for $n=1,2,3,\cdots$. Assuming that $f_{35}(x)=f_5(x)$, it follows that $f_{28}(x)$ is equal to $\textbf{(A) }x\qquad\textbf{(B) }\frac{1}{x}\qquad\textbf{(C) }\frac{x-1}{x}\qquad\textbf{(D) }\frac{1}{1-x}\qquad \textbf{(E) }\text{None of these}$

2013 AIME Problems, 10

Tags: algebra , polynomial , AMC , AIME , AIME I
There are nonzero integers $a$, $b$, $r$, and $s$ such that the complex number $r+si$ is a zero of the polynomial $P(x) = x^3 - ax^2 + bx - 65$. For each possible combination of $a$ and $b$, let $p_{a,b}$ be the sum of the zeroes of $P(x)$. Find the sum of the $p_{a,b}$'s for all possible combinations of $a$ and $b$.

2008 AMC 10, 16

Tags: ratio , geometry , ARML , AMC
Points $ A$ and $ B$ lie on a circle centered at $ O$, and $ \angle AOB\equal{}60^\circ$. A second circle is internally tangent to the first and tangent to both $ \overline{OA}$ and $ \overline{OB}$. What is the ratio of the area of the smaller circle to that of the larger circle? $ \textbf{(A)}\ \frac{1}{16} \qquad \textbf{(B)}\ \frac{1}{9} \qquad \textbf{(C)}\ \frac{1}{8} \qquad \textbf{(D)}\ \frac{1}{6} \qquad \textbf{(E)}\ \frac{1}{4}$

2012 AIME Problems, 10

Let $\mathcal{S}$ be the set of all perfect squares whose rightmost three digits in base $10$ are $256$. Let $\mathcal{T}$ be the set of all numbers of the form $\frac{x-256}{1000}$, where $x$ is in $\mathcal{S}$. In other words, $\mathcal{T}$ is the set of numbers that result when the last three digits of each number in $\mathcal{S}$ are truncated. Find the remainder when the tenth smallest element of $\mathcal{T}$ is divided by $1000$.

2021 AMC 10 Spring, 5

Tags: AMC , AMC 10 , AMC 10 A
The quiz scores of a class with $k>12$ students have a mean of $8.$ The mean of a collection of $12$ of these quiz scores is $14.$ What is the mean of the remaining quiz scores in terms of $k$? $\textbf{(A) } \frac{14-8}{k-12} \qquad \textbf{(B) } \frac{8k-168}{k-12} \qquad \textbf{(C) } \frac{14}{12} - \frac{k}{8} \qquad \textbf{(D) } \frac{14(k-12)}{k^2} \qquad \textbf{(E) } \frac{14(k-12)}{8k}$

1997 AMC 8, 14

Tags: AMC
There is a set of five positive integers whose average (mean) is 5, whose median is 5, and whose only mode is 8. What is the difference between the largest and smallest integers in the set? $\textbf{(A)}\ 3 \qquad \textbf{(B)}\ 5 \qquad \textbf{(C)}\ 6 \qquad \textbf{(D)}\ 7 \qquad \textbf{(E)}\ 8$

2009 AIME Problems, 11

Tags: logarithms , AMC
For certain pairs $ (m,n)$ of positive integers with $ m\ge n$ there are exactly $ 50$ distinct positive integers $ k$ such that $ |\log m \minus{} \log k| < \log n$. Find the sum of all possible values of the product $ mn$.

1970 AMC 12/AHSME, 9

Tags: ratio , AMC
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$

1961 AMC 12/AHSME, 32

Tags: geometry , AMC
A regular polygon of $n$ sides is inscribed in a circle of radius $R$. The area of the polygon is $3R^2$. Then $n$ equals: ${{ \textbf{(A)}\ 8\qquad\textbf{(B)}\ 10\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 15}\qquad\textbf{(E)}\ 18} $

2007 AIME Problems, 1

Tags: AMC , AIME
A mathematical organization is producing a set of commemorative license plates. Each plate contains a sequence of five characters chosen from the four letters in AIME and the four digits in $2007$. No character may appear in a sequence more times than it appears among the four letters in AIME or the four digits in $2007$. A set of plates in which each possible sequence appears exactly once contains $N$ license plates. Find $\frac{N}{10}$.

1964 AMC 12/AHSME, 17

Given the distinct points $P(x_1, y_1)$, $Q(x_2, y_2)$ and $R(x_1+x_2, y_1+y_2)$. Line segments are drawn connecting these points to each other and to the origin $0$. Of the three possibilities: (1) parallelogram (2) straight line (3) trapezoid, figure $OPRQ$, depending upon the location of the points $P, Q,$ and $R$, can be: $ \textbf{(A)}\ \text{(1) only}\qquad\textbf{(B)}\ \text{(2) only}\qquad\textbf{(C)}\ \text{(3) only}\qquad\textbf{(D)}\ \text{(1) or (2) only}\qquad\textbf{(E)}\ \text{all three} $

2025 AIME, 2

Find the sum of all positive integers $n$ such that $n+2$ divides the product $3(n+3)(n^2+9)$.

2011 India IMO Training Camp, 1

Find all positive integer $n$ satisfying the conditions $a)n^2=(a+1)^3-a^3$ $b)2n+119$ is a perfect square.

2021 AMC 12/AHSME Fall, 21

Tags: AMC , AMC 12 , AMC 12 B
For real numbers $x$, let \[P(x)=1+\cos (x)+i \sin (x)-\cos (2 x)-i \sin (2 x)+\cos (3 x)+i \sin (3 x)\] where $i=\sqrt{-1}$. For how many values of $x$ with $0 \leq x<2 \pi$ does $P(x)=0 ?$ $\textbf{(A)}\: 0\qquad\textbf{(B)} \: 1\qquad\textbf{(C)} \: 2\qquad\textbf{(D)} \: 3\qquad\textbf{(E)} \: 4$

1991 AMC 12/AHSME, 22

Two circles are externally tangent. Lines $\overline{PAB}$ and $\overline{PA'B'}$ are common tangents with $A$ and $A'$ on the smaller circle and $B$ and $B'$ on the larger circle. If $PA = AB = 4$, then the area of the smaller circle is [asy] size(250); defaultpen(fontsize(10pt)+linewidth(.8pt)); pair O=origin, Q=(0,-3sqrt(2)), P=(0,-6sqrt(2)), A=(-4/3,3.77-6sqrt(2)), B=(-8/3,7.54-6sqrt(2)), C=(4/3,3.77-6sqrt(2)), D=(8/3,7.54-6sqrt(2)); draw(Arc(O,2sqrt(2),0,360)); draw(Arc(Q,sqrt(2),0,360)); dot(A); dot(B); dot(C); dot(D); dot(P); draw(B--A--P--C--D); label("$A$",A,dir(A)); label("$B$",B,dir(B)); label("$A'$",C,dir(C)); label("$B'$",D,dir(D)); label("$P$",P,S);[/asy] $ \textbf{(A)}\ 1.44\pi\qquad\textbf{(B)}\ 2\pi\qquad\textbf{(C)}\ 2.56\pi\qquad\textbf{(D)}\ \sqrt{8}\pi\qquad\textbf{(E)}\ 4\pi $

1983 AMC 12/AHSME, 6

Tags: algebra , polynomial , AMC
When \[x^5, \quad x+\frac{1}{x}\quad \text{and}\quad 1+\frac{2}{x} + \frac{3}{x^2}\] are multiplied, the product is a polynomial of degree $ \textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 6\qquad\textbf{(D)}\ 7\qquad\textbf{(E)}\ 8 $

1994 AMC 12/AHSME, 25

Tags: AMC
If $x$ and $y$ are non-zero real numbers such that \[ |x|+y=3 \qquad \text{and} \qquad |x|y+x^3=0, \] then the integer nearest to $x-y$ is $ \textbf{(A)}\ -3 \qquad\textbf{(B)}\ -1 \qquad\textbf{(C)}\ 2 \qquad\textbf{(D)}\ 3 \qquad\textbf{(E)}\ 5 $