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

2021 CMIMC Integration Bee, 9

$$\int_1^2\frac{12x^3+12x+12}{2x^4+3x^2+4x}\,dx$$ [i]Proposed by Connor Gordon[/i]

2016 CMIMC, 3

Let $\{x\}$ denote the fractional part of $x$. For example, $\{5.5\}=0.5$. Find the smallest prime $p$ such that the inequality \[\sum_{n=1}^{p^2}\left\{\dfrac{n^p}{p^2}\right\}>2016\] holds.

2016 CMIMC, 8

Given that \[ \sum_{x=1}^{70} \sum_{y=1}^{70} \frac{x^{y}}{y} = \frac{m}{67!} \] for some positive integer $m$, find $m \pmod{71}$.

2016 CMIMC, 1

For all integers $n\geq 2$, let $f(n)$ denote the largest positive integer $m$ such that $\sqrt[m]{n}$ is an integer. Evaluate \[f(2)+f(3)+\cdots+f(100).\]

2016 CMIMC, 3

How many pairs of integers $(a,b)$ are there such that $0\leq a < b \leq 100$ and such that $\tfrac{2^b-2^a}{2016}$ is an integer?

2021 CMIMC Integration Bee, 1

$$\int_0^5 \max(2x,x^2)\,dx$$ [i]Proposed by Connor Gordon[/i]

2016 CMIMC, 3

Let $\varepsilon$ denote the empty string. Given a pair of strings $(A,B)\in\{0,1,2\}^*\times\{0,1\}^*$, we are allowed the following operations: \[\begin{cases} (A,1)\to(A0,\varepsilon)\\ (A,10)\to(A00,\varepsilon)\\ (A,0B)\to(A0,B)\\ (A,11B)\to(A01,B)\\ (A,100B)\to(A0012,1B)\\ (A,101B)\to(A00122,10B) \end{cases}\] We perform these operations on $(A,B)$ until we can no longer perform any of them. We then iteratively delete any instance of $20$ in $A$ and replace any instance of $21$ with $1$ until there are no such substrings remaining. Among all binary strings $X$ of size $9$, how many different possible outcomes are there for this process performed on $(\varepsilon,X)$?

2016 CMIMC, 6

Shen, Ling, and Ru each place four slips of paper with their name on it into a bucket. They then play the following game: slips are removed one at a time, and whoever has all of their slips removed first wins. Shen cheats, however, and adds an extra slip of paper into the bucket, and will win when four of his are drawn. Given that the probability that Shen wins can be expressed as simplified fraction $\tfrac{m}{n}$, compute $m+n$.

2021 CMIMC Integration Bee, 14

$$\int_0^\infty \frac{\sin(20x)\sin(21x)}{x^2}\,dx$$ [i]Proposed by Connor Gordon and Vlad Oleksenko[/i]

2016 CMIMC, 2

Let $a_1$, $a_2$, $\ldots$ be an infinite sequence of (positive) integers such that $k$ divides $\gcd(a_{k-1},a_k)$ for all $k\geq 2$. Compute the smallest possible value of $a_1+a_2+\cdots+a_{10}$.

2016 CMIMC, 1

Point $A$ lies on the circumference of a circle $\Omega$ with radius $78$. Point $B$ is placed such that $AB$ is tangent to the circle and $AB=65$, while point $C$ is located on $\Omega$ such that $BC=25$. Compute the length of $\overline{AC}$.

2016 CMIMC, 4

Tags: 2016 , CMIMC , geometry
Andrew the Antelope canters along the surface of a regular icosahedron, which has twenty equilateral triangle faces and edge length 4. If he wants to move from one vertex to the opposite vertex, the minimum distance he must travel can be expressed as $\sqrt{n}$ for some integer $n$. Compute $n$.

2016 CMIMC, 9

Tags: 2016 , CMIMC , geometry
Let $\triangle ABC$ be a triangle with $AB=65$, $BC=70$, and $CA=75$. A semicircle $\Gamma$ with diameter $\overline{BC}$ is constructed outside the triangle. Suppose there exists a circle $\omega$ tangent to $AB$ and $AC$ and furthermore internally tangent to $\Gamma$ at a point $X$. The length $AX$ can be written in the form $m\sqrt{n}$ where $m$ and $n$ are positive integers with $n$ not divisible by the square of any prime. Find $m+n$.

2016 CMIMC, 3

Triangle $ABC$ satisfies $AB=28$, $BC=32$, and $CA=36$, and $M$ and $N$ are the midpoints of $\overline{AB}$ and $\overline{AC}$ respectively. Let point $P$ be the unique point in the plane $ABC$ such that $\triangle PBM\sim\triangle PNC$. What is $AP$?

2016 CMIMC, 1

For a set $S \subseteq \mathbb{N}$, define $f(S) = \{\left\lceil \sqrt{s} \right\rceil \mid s \in S\}$. Find the number of sets $T$ such that $\vert f(T) \vert = 2$ and $f(f(T)) = \{2\}$.

2016 CMIMC, 10

For all positive integers $m\geq 1$, denote by $\mathcal{G}_m$ the set of simple graphs with exactly $m$ edges. Find the number of pairs of integers $(m,n)$ with $1<2n\leq m\leq 100$ such that there exists a simple graph $G\in\mathcal{G}_m$ satisfying the following property: it is possible to label the edges of $G$ with labels $E_1$, $E_2$, $\ldots$, $E_m$ such that for all $i\neq j$, edges $E_i$ and $E_j$ are incident if and only if either $|i-j|\leq n$ or $|i-j|\geq m-n$. $\textit{Note: }$ A graph is said to be $\textit{simple}$ if it has no self-loops or multiple edges. In other words, no edge connects a vertex to itself, and the number of edges connecting two distinct vertices is either $0$ or $1$.

2016 CMIMC, 7

There are eight people, each with their own horse. The horses are arbitrarily arranged in a line from left to right, while the people are lined up in random order to the left of all the horses. One at a time, each person moves rightwards in an attempt to reach their horse. If they encounter a mounted horse on their way to their horse, the mounted horse shouts angrily at the person, who then scurries home immediately. Otherwise, they get to their horse safely and mount it. The expected number of people who have scurried home after all eight people have attempted to reach their horse can be expressed as simplified fraction $\tfrac{m}{n}$. Find $m+n$.

2021 CMIMC Integration Bee, 8

$$\int\left(\frac{x-1}{x^2+1}\right)^2e^x\,dx$$ [i]Proposed by Connor Gordon[/i]

2021 CMIMC Integration Bee, 13

$$\int_0^1 x\ln(x^2)\ln(1+x)\,dx$$ [i]Proposed by Connor Gordon[/i]

2016 CMIMC, 7

Tags: 2016 , CMIMC , team
In $\triangle ABC$, $AB=17$, $AC=25$, and $BC=28$. Points $M$ and $N$ are the midpoints of $\overline{AB}$ and $\overline{AC}$ respectively, and $P$ is a point on $\overline{BC}$. Let $Q$ be the second intersection point of the circumcircles of $\triangle BMP$ and $\triangle CNP$. It is known that as $P$ moves along $\overline{BC}$, line $PQ$ passes through some fixed point $X$. Compute the sum of the squares of the distances from $X$ to each of $A$, $B$, and $C$.

2016 CMIMC, 3

Tags: 2016 , CMIMC , team
We have 7 buckets labelled 0-6. Initially bucket 0 is empty, while bucket $n$ (for each $1 \leq n \leq 6$) contains the list $[1,2, \ldots, n]$. Consider the following program: choose a subset $S$ of $[1,2,\ldots,6]$ uniformly at random, and replace the contents of bucket $|S|$ with $S$. Let $\tfrac{p}{q}$ be the probability that bucket 5 still contains $[1,2, \ldots, 5]$ after two executions of this program, where $p,q$ are positive coprime integers. Find $p$.

2016 CMIMC, 6

In parallelogram $ABCD$, angles $B$ and $D$ are acute while angles $A$ and $C$ are obtuse. The perpendicular from $C$ to $AB$ and the perpendicular from $A$ to $BC$ intersect at a point $P$ inside the parallelogram. If $PB=700$ and $PD=821$, what is $AC$?

2016 CMIMC, 7

Given the list \[A=[9,12,1,20,17,4,10,7,15,8,13,14],\] we would like to sort it in increasing order. To accomplish this, we will perform the following operation repeatedly: remove an element, then insert it at any position in the list, shifting elements if necessary. What is the minimum number of applications of this operation necessary to sort $A$?

2016 CMIMC, 3

At CMU, markers come in two colors: blue and orange. Zachary fills a hat randomly with three markers such that each color is chosen with equal probability, then Chase shuffles an additional orange marker into the hat. If Zachary chooses one of the markers in the hat at random and it turns out to be orange, the probability that there is a second orange marker in the hat can be expressed as simplified fraction $\tfrac{m}{n}$. Find $m+n$.

2016 CMIMC, 4

Tags: CMIMC , 2016 , algebra
A line with negative slope passing through the point $(18,8)$ intersects the $x$ and $y$ axes at $(a,0)$ and $(0,b)$, respectively. What is the smallest possible value of $a+b$?