Found problems: 1111
2012 IMO Shortlist, C6
The [i]liar's guessing game[/i] is a game played between two players $A$ and $B$. The rules of the game depend on two positive integers $k$ and $n$ which are known to both players.
At the start of the game $A$ chooses integers $x$ and $N$ with $1 \le x \le N.$ Player $A$ keeps $x$ secret, and truthfully tells $N$ to player $B$. Player $B$ now tries to obtain information about $x$ by asking player $A$ questions as follows: each question consists of $B$ specifying an arbitrary set $S$ of positive integers (possibly one specified in some previous question), and asking $A$ whether $x$ belongs to $S$. Player $B$ may ask as many questions as he wishes. After each question, player $A$ must immediately answer it with [i]yes[/i] or [i]no[/i], but is allowed to lie as many times as she wants; the only restriction is that, among any $k+1$ consecutive answers, at least one answer must be truthful.
After $B$ has asked as many questions as he wants, he must specify a set $X$ of at most $n$ positive integers. If $x$ belongs to $X$, then $B$ wins; otherwise, he loses. Prove that:
1. If $n \ge 2^k,$ then $B$ can guarantee a win.
2. For all sufficiently large $k$, there exists an integer $n \ge (1.99)^k$ such that $B$ cannot guarantee a win.
[i]Proposed by David Arthur, Canada[/i]
1996 Bosnia and Herzegovina Team Selection Test, 6
Let $a$ and $b$ be two integers which are coprime and let $n$ be one variable integer. Determine probability that number of solutions $(x,y)$, where $x$ and $y$ are nonnegative integers, of equation $ax+by=n$ is $\left\lfloor \frac{n}{ab} \right\rfloor + 1$
2011 AMC 12/AHSME, 16
Each vertex of convex pentagon $ABCDE$ is to be assigned a color. There are $6$ colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible?
$ \textbf{(A)}\ 2520 \qquad
\textbf{(B)}\ 2880 \qquad
\textbf{(C)}\ 3120 \qquad
\textbf{(D)}\ 3250 \qquad
\textbf{(E)}\ 3750
$
2002 AMC 10, 24
Tina randomly selects two distinct numbers from the set $ \{1,2,3,4,5\}$ and Sergio randomly selects a number from the set $ \{1,2,...,10\}$. The probability that Sergio's number is larger than the sum of the two numbers chosen by Tina is
$ \textbf{(A)}\ 2/5 \qquad \textbf{(B)}\ 9/20 \qquad \textbf{(C)}\ 1/2\qquad \textbf{(D)}\ 11/20 \qquad \textbf{(E)}\ 24/25$
2009 USAMTS Problems, 5
Tina and Paul are playing a game on a square $S$. First, Tina selects a point $T$ inside $S$. Next, Paul selects a point $P$ inside $S$. Paul then colors blue all the points inside $S$ that are closer to $P$ than $T$ . Tina wins if the blue region thus produced is the interior of a triangle. Assuming that Paul is lazy and simply selects his point at random (and that Tina knows this), find, with proof, a point Tina can select to maximize her probability of winning, and compute this probability.
1975 AMC 12/AHSME, 18
A positive integer $ N$ with three digits in its base ten representation is chosen at random, with each three digit number having an equal chance of being chosen. The probability that $ \log_2 N$ is an integer is
$ \textbf{(A)}\ 0 \qquad
\textbf{(B)}\ 3/899 \qquad
\textbf{(C)}\ 1/225 \qquad
\textbf{(D)}\ 1/300 \qquad
\textbf{(E)}\ 1/450$
2007 Stanford Mathematics Tournament, 15
A number $ x$ is uniformly chosen on the interval $ [0,1]$, and $ y$ is uniformly randomly chosen on $ [\minus{}1,1]$. Find the probability that $ x>y$.
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}$
2018-2019 SDML (High School), 12
How many ordered pairs $(s, d)$ of positive integers with $4 \leq s \leq d \leq 2019$ are there such that when $s$ silver balls and $d$ diamond balls are randomly arranged in a row, the probability that the balls on each end have the same color is $\frac{1}{2}$?
$ \mathrm{(A) \ } 58 \qquad \mathrm{(B) \ } 59 \qquad \mathrm {(C) \ } 60 \qquad \mathrm{(D) \ } 61 \qquad \mathrm{(E) \ } 62$
2013 National Olympiad First Round, 16
$16$ white and $4$ red balls that are not identical are distributed randomly into $4$ boxes which contain at most $5$ balls. What is the probability that each box contains exactly $1$ red ball?
$
\textbf{(A)}\ \dfrac{5}{64}
\qquad\textbf{(B)}\ \dfrac{1}{8}
\qquad\textbf{(C)}\ \dfrac{4^4}{\binom{16}{4}}
\qquad\textbf{(D)}\ \dfrac{5^4}{\binom{20}{4}}
\qquad\textbf{(E)}\ \dfrac{3}{32}
$
1996 AMC 8, 25
A point is chosen at random from within a circular region. What is the probability that the point is closer to the center of the region than it is to the boundary of the region?
$\text{(A)}\ 1/4 \qquad \text{(B)}\ 1/3 \qquad \text{(C)}\ 1/2 \qquad \text{(D)}\ 2/3 \qquad \text{(E)}\ 3/4$
1982 IMO Longlists, 8
A box contains $p$ white balls and $q$ black balls. Beside the box there is a pile of black balls. Two balls are taken out of the box. If they have the same color, a black ball from the pile is put into the box. If they have different colors, the white ball is put back into the box. This procedure is repeated until the last two balls are removed from the box and one last ball is put in. What is the probability that this last ball is white?
2013 AIME Problems, 6
Melinda has three empty boxes and $12$ textbooks, three of which are mathematics textbooks. One box will hold any three of her textbooks, one will hold any four of her textbooks, and one will hold any five of her textbooks. If Melinda packs her textbooks into these boxes in random order, the probability that all three mathematics textbooks end up in the same box can be written as $\frac{m}{n}$, where $m$ and $n$ Are relatively prime positive integers. Find $m+n$.
1997 AMC 12/AHSME, 10
Two six-sided dice are fair in the sense that each face is equally likely to turn up. However, one of the dice has the $ 4$ replaced by $ 3$ and the other die has the $ 3$ replaced by $ 4$. When these dice are rolled, what is the probability that the sum is an odd number?
$ \textbf{(A)}\ \frac{1}{3}\qquad
\textbf{(B)}\ \frac{4}{9}\qquad
\textbf{(C)}\ \frac{1}{2}\qquad
\textbf{(D)}\ \frac{5}{9}\qquad
\textbf{(E)}\ \frac{11}{18}$
2007 India IMO Training Camp, 3
Let $\mathbb X$ be the set of all bijective functions from the set $S=\{1,2,\cdots, n\}$ to itself. For each $f\in \mathbb X,$ define
\[T_f(j)=\left\{\begin{aligned} 1, \ \ \ & \text{if} \ \ f^{(12)}(j)=j,\\ 0, \ \ \ & \text{otherwise}\end{aligned}\right.\]
Determine $\sum_{f\in\mathbb X}\sum_{j=1}^nT_{f}(j).$
(Here $f^{(k)}(x)=f(f^{(k-1)}(x))$ for all $k\geq 2.$)
2006 Stanford Mathematics Tournament, 7
An aircraft is equipped with three engines that operate independently. The probability of an engine failure is .01. What is the probability of a successful flight if only one engine is needed for the successful operation of the aircraft?
2012 Purple Comet Problems, 12
Ted flips seven fair coins. there are relatively prime positive integers $m$ and $n$ so that $\frac{m}{n}$ is the probability that Ted flips at least two heads given that he flips at least three tails. Find $m+n$.
2002 Miklós Schweitzer, 10
Let $X_1, X_2, \ldots$ be independent random variables of the same distribution such that their joint distribution is discrete and is concentrated on infinitely many different values. Let $a_n$ denote the probability that $X_1,\ldots, X_{n+1}$ are all different on the condition that $X_1,\ldots, X_n$ are all different ($n\ge 1$). Show that
(a) $a_n$ is strictly decreasing and tends to $0$ as $n\to \infty$; and
(b) for any sequence $1\le f(1)\le f(2) < \ldots$ of positive integers the joint distribution of $X_1, X_2, \ldots$ can be chosen such that
$$\limsup_{n\to\infty}\frac{a_{f(n)}}{a_n}=1$$
holds.
2001 Putnam, 2
For each $k$, $\mathcal{C}_k$ is biased so that, when tossed, it has probability $\tfrac{1}{(2k+1)}$ of falling heads. If the $n$ coins are tossed, what is the probability that the number of heads is odd? Express the answer as a rational function $n$.
2000 Miklós Schweitzer, 10
Joe generates 4 independent random numbers in $(0,1)$ according to the uniform distribution. He shows one the numbers to Bill, who has to guess whether the number shown is one of the extremal numbers (that is, the smallest or the greatest) of the four numbers or not. Can Joe have a deterministic strategy such that no matter what Bill's method is, the probability of the right guess of Bill is at most $\frac12$?
2011 Harvard-MIT Mathematics Tournament, 3
Nathaniel and Obediah play a game in which they take turns rolling a fair six-sided die and keep a
running tally of the sum of the results of all rolls made. A player wins if, after he rolls, the number on the running tally is a multiple of 7. Play continues until either player wins, or else indenitely. If Nathaniel goes first, determine the probability that he ends up winning.
2020 AMC 12/AHSME, 11
A frog sitting at the point $(1, 2)$ begins a sequence of jumps, where each jump is parallel to one of the coordinate axes and has length $1$, and the direction of each jump (up, down, right, or left) is chosen independently at random. The sequence ends when the frog reaches a side of the square with vertices $(0,0), (0,4), (4,4),$ and $(4,0)$. What is the probability that the sequence of jumps ends on a vertical side of the square$?$
$\textbf{(A) } \frac{1}{2} \qquad \textbf{(B) } \frac{5}{8} \qquad \textbf{(C) } \frac{2}{3} \qquad \textbf{(D) } \frac{3}{4} \qquad \textbf{(E) } \frac{7}{8}$
2012 China Second Round Olympiad, 8
There are $4$ distinct codes used in an intelligence station, one of them applied in each week. No two codes used in two adjacent weeks are the same code. Knowing that code $A$ is used in the first week, find the probability that code $A$ is used in the seventh week.
2006 Stanford Mathematics Tournament, 18
Alex and Brian take turns shooting free throws until they each shoot twice. Alex and Brian have 80% and 60% chances of making their free throws, respectively. What is the probability that after each free throw they take, Alex has made at least as many free throws as Brian if Brian shoots first?
2002 AIME Problems, 12
A basketball player has a constant probability of $.4$ of making any given shot, independent of previous shots. Let $a_{n}$ be the ratio of shots made to shots attempted after $n$ shots. The probability that $a_{10}=.4$ and $a_{n}\le .4$ for all $n$ such that $1\le n \le 9$ is given to be $p^{a}q^{b}r/(s^{c}),$ where $p,$ $q,$ $r,$ and $s$ are primes, and $a,$ $b,$ and $c$ are positive integers. Find $(p+q+r+s)(a+b+c).$