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

2003 Purple Comet Problems, 25

Tags: trigonometry
Given that $(1 + \tan 1^{\circ})(1 + \tan 2^{\circ}) \ldots (1 + \tan 45^{\circ}) = 2^n$, find $n$.

2012 IFYM, Sozopol, 5

Let $\sum_{i=1}^n a_i x_i =0$, $a_i,x_i\in \mathbb{Z}$. It is known that however we color $\mathbb{Z}$ with finite number of colors, then the given equation has a monochromatic (of one color) solution. Prove that there is some non-empty sum of its coefficients equal to 0.

1992 AMC 12/AHSME, 21

Tags:
For a finite sequence $A = (a_1, a_2,\ldots,a_n)$ of numbers, the [i]Cesaro sum[/i] of $A$ is defined to be \[\frac{S_1 + S_2 + \cdots + S_n}{n}\] where $S_k = a_1 + a_2 + \cdots + a_k\ \ \ \ (1 \le k \le n)$. If the Cesaro sum of the 99-term sequence $(a_1, a_2, \ldots, a_{99})$ is $1000$, what is the Cesaro sum of the 100-term sequence $(1,a_1,a_2,\ldots,a_{99})$? $ \textbf{(A)}\ 991\qquad\textbf{(B)}\ 999\qquad\textbf{(C)}\ 1000\qquad\textbf{(D)}\ 1001\qquad\textbf{(E)}\ 1009 $

2020 Harvard-MIT Mathematics Tournament, 4

Tags:
Given an $8\times 8$ checkerboard with alternating white and black squares, how many ways are there to choose four black squares and four white squares so that no two of the eight chosen squares are in the same row or column? [i]Proposed by James Lin.[/i]

Ukraine Correspondence MO - geometry, 2013.12

Krut and Vert go by car from point $A$ to point $B$. The car leaves $A$ in the direction of $B$, but every $3$ km of the road Krut turns $90^o$ to the left, and every $7$ km of the road Vert turns $90^o$ to the right ( if they try to turn at the same time, the car continues to go in the same direction). Will Krut and Vert be able to get to $B$ if the distance between $A$ and $B$ is $100$ km?

2024 Simon Marais Mathematical Competition, B3

Tags: geometry
Let $\mathcal{L}$ be the set of all lines in the plane and let $\mathcal{P}$ be the set of all points in the plane. Determine whether there exists a function $g : \mathcal{L} \to \mathcal{P}$ such that for any two distinct non-parallel lines $\ell_1, \ell_2 \in \mathcal{L}$, we have $(a)$ $g(\ell_1) \neq g(\ell_2)$, and $(b)$ if $\ell_3$ is the line passing through $g(\ell_1)$ and $g(\ell_2)$, then $g(\ell_3)$ is the intersection of $\ell_1$ and $\ell_2$.

1999 Romania Team Selection Test, 5

Tags: inequalities
Let $x_1,x_2,\ldots,x_n$ be distinct positive integers. Prove that \[ x_1^2+x_2^2 + \cdots + x_n^2 \geq \frac {2n+1}3 ( x_1+x_2+\cdots + x_n). \] [i]Laurentiu Panaitopol[/i]

2009 AMC 10, 13

Tags:
Suppose that $ P\equal{}2^m$ and $ Q\equal{}3^n$. Which of the following is equal to $ 12^{mn}$ for every pair of integers $ (m,n)$? $ \textbf{(A)}\ P^2Q \qquad \textbf{(B)}\ P^nQ^m \qquad \textbf{(C)}\ P^nQ^{2m} \qquad \textbf{(D)}\ P^{2m}Q^n \qquad \textbf{(E)}\ P^{2n}Q^m$

1956 AMC 12/AHSME, 23

About the equation $ ax^2 \minus{} 2x\sqrt {2} \plus{} c \equal{} 0$, with $ a$ and $ c$ real constants, we are told that the discriminant is zero. The roots are necessarily: $ \textbf{(A)}\ \text{equal and integral} \qquad\textbf{(B)}\ \text{equal and rational} \qquad\textbf{(C)}\ \text{equal and real}$ $ \textbf{(D)}\ \text{equal and irrational} \qquad\textbf{(E)}\ \text{equal and imaginary}$

2010 Canada National Olympiad, 3

Three speed skaters have a friendly "race" on a skating oval. They all start from the same point and skate in the same direction, but with different speeds that they maintain throughout the race. The slowest skater does $1$ lap per minute, the fastest one does $3.14$ laps per minute, and the middle one does $L$ laps a minute for some $1 < L < 3.14$. The race ends at the moment when all three skaters again come together to the same point on the oval (which may differ from the starting point.) Determine the number of different choices for $L$ such that exactly $117$ passings occur before the end of the race. Note: A passing is defined as when one skater passes another one. The beginning and the end of the race when all three skaters are together are not counted as passings.

2016-2017 SDML (Middle School), 3

Tags:
A company that sells keychains has to pay $\mathdollar500$ in maintenance fees each day and then it pays each work $\mathdollar15$ an hour. Each worker makes $5$ keychains per hour, which are sold at $\mathdollar3.10$ each. What is the least number of workers the company has to hire in order to make a profit in an $8$-hour workday?

2013 Taiwan TST Round 1, 1

Starting from 37, adding 5 before each previous term, forms the following sequence: \[37,537,5537,55537,555537,...\] How many prime numbers are there in this sequence?

1985 AMC 12/AHSME, 9

Tags:
The odd positive integers $1,3,5,7,\cdots,$ are arranged into in five columns continuing with the pattern shown on the right. Counting from the left, the column in which $ 1985$ appears in is the [asy] int i,j; for(i=0; i<4; i=i+1) { label(string(16*i+1), (2*1,-2*i)); label(string(16*i+3), (2*2,-2*i)); label(string(16*i+5), (2*3,-2*i)); label(string(16*i+7), (2*4,-2*i)); } for(i=0; i<3; i=i+1) { for(j=0; j<4; j=j+1) { label(string(16*i+15-2*j), (2*j,-2*i-1)); }} dot((0,-7)^^(0,-9)^^(2*4,-8)^^(2*4,-10)); for(i=-10; i<-6; i=i+1) { for(j=1; j<4; j=j+1) { dot((2*j,i)); }} [/asy] $ \textbf{(A)} \text{ first} \qquad \textbf{(B)} \text{ second} \qquad \textbf{(C)} \text{ third} \qquad \textbf{(D)} \text{ fourth} \qquad \textbf{(E)} \text{ fifth}$

1960 Kurschak Competition, 3

Tags: square , geometry
$E$ is the midpoint of the side $AB$ of the square $ABCD$, and $F, G$ are any points on the sides $BC$, $CD$ such that $EF$ is parallel to $AG$. Show that $FG$ touches the inscribed circle of the square.

The Golden Digits 2024, P3

There are $m$ identical rectangular chocolate bars and $n$ people. Each chocolate bar may be cut into two (possibly unequal) pieces at most once. For which $m$ and $n$ is it possible to split the chocolate evenly among all the people? [i]Selected from the Kvant Magazine (D. Bugaenko and N. Konstantinov)[/i]

2008 AMC 8, 16

A shape is created by joining seven unit cubes, as shown. What is the ratio of the volume in cubic units to the surface area in square units? [asy] import three; defaultpen(linewidth(0.8)); real r=0.5; currentprojection=orthographic(1,1/2,1/4); draw(unitcube, white, thick(), nolight); draw(shift(1,0,0)*unitcube, white, thick(), nolight); draw(shift(1,-1,0)*unitcube, white, thick(), nolight); draw(shift(1,0,-1)*unitcube, white, thick(), nolight); draw(shift(2,0,0)*unitcube, white, thick(), nolight); draw(shift(1,1,0)*unitcube, white, thick(), nolight); draw(shift(1,0,1)*unitcube, white, thick(), nolight);[/asy] $\textbf{(A)} \:1 : 6 \qquad\textbf{ (B)}\: 7 : 36 \qquad\textbf{(C)}\: 1 : 5 \qquad\textbf{(D)}\: 7 : 30\qquad\textbf{ (E)}\: 6 : 25$

2014 Poland - Second Round, 1.

Let $x, y$ be positive integers such that $\frac{x^2}{y}+\frac{y^2}{x}$ is an integer. Prove that $y|x^2$.

2000 Moldova National Olympiad, Problem 7

The Fibonacci sequence is defined by $F_0=F_1=1$ and $F_{n+2}=F_{n+1}+F_n$ for $n\ge0$. Prove that the sum of $2000$ consecutive terms of the Fibonacci sequence is never a term of the sequence.

2021 Indonesia TST, A

Tags: algebra
Let $a$ and $b$ be integers. Find all polynomial with integer coefficients sucht that $P(n)$ divides $P(an+b)$ for infinitely many positive integer $n$

2016 AMC 12/AHSME, 23

Tags:
What is the volume of the region in three-dimensional space defined by the inequalities $|x|+|y|+|z|\le1$ and $|x|+|y|+|z-1|\le1$? $\textbf{(A)}\ \frac{1}{6} \qquad \textbf{(B)}\ \frac{1}{3} \qquad \textbf{(C)}\ \frac{1}{2} \qquad \textbf{(D)}\ \frac{2}{3} \qquad \textbf{(E)}\ 1$

2004 National High School Mathematics League, 9

In cube $ABCD-A_1B_1C_1D_1$, the degree of dihedral angle $A-BD_1-A_1$ is________.

2020 Dutch IMO TST, 4

Let $ABC$ be an acute-angled triangle and let $P$ be the intersection of the tangents at $B$ and $C$ of the circumscribed circle of $\vartriangle ABC$. The line through $A$ perpendicular on $AB$ and cuts the line perpendicular on $AC$ through $C$ at $X$. The line through $A$ perpendicular on $AC$ cuts the line perpendicular on $AB$ through $B$ at $Y$. Show that $AP \perp XY$.

2015 Greece Team Selection Test, 1

Solve in positive integers the following equation; $xy(x+y-10)-3x^2-2y^2+21x+16y=60$

2000 Iran MO (2nd round), 3

Let $M=\{1,2,3,\ldots, 10000\}.$ Prove that there are $16$ subsets of $M$ such that for every $a \in M,$ there exist $8$ of those subsets that intersection of the sets is exactly $\{a\}.$

2006 Bulgaria Team Selection Test, 3

Tags: geometry
[b]Problem 3.[/b] Two points $M$ and $N$ are chosen inside a non-equilateral triangle $ABC$ such that $\angle BAM=\angle CAN$, $\angle ABM=\angle CBN$ and \[AM\cdot AN\cdot BC=BM\cdot BN\cdot CA=CM\cdot CN\cdot AB=k\] for some real $k$. Prove that: [b]a)[/b] We have $3k=AB\cdot BC\cdot CA$. [b]b)[/b] The midpoint of $MN$ is the medicenter of $\triangle ABC$. [i]Remark.[/i] The [b]medicenter[/b] of a triangle is the intersection point of the three medians: If $A_{1}$ is midpoint of $BC$, $B_{1}$ of $AC$ and $C_{1}$ of $AB$, then $AA_{1}\cap BB_{1}\cap CC_{1}= G$, and $G$ is called medicenter of triangle $ABC$. [i] Nikolai Nikolov[/i]