Found problems: 85335
2012 HMNT, 9
Consider triangle $ABC$ where $BC = 7$, $CA = 8$, and $AB = 9$. $D$ and $E$ are the midpoints of $BC$ and $CA$, respectively, and $AD$ and $BE$ meet at $G$. The reflection of $G$ across $D$ is $G'$, and $G'E$ meets $CG$ at $P$. Find the length $PG$.
2011 Indonesia TST, 2
A graph $G$ with $n$ vertex is called [i]good [/i] if every vertex could be labelled with distinct positive integers which are less than or equal $\lfloor \frac{n^2}{4} \rfloor$ such that there exists a set of nonnegative integers $D$ with the following property: there exists an edge between $2$ vertices if and only if the difference of their labels is in $D$.
Show that there exists a positive integer $N$ such that for every $n \ge N$, there exist a not-good graph with $n$ vertices.
1996 Greece Junior Math Olympiad, 4a
If the fraction $\frac{an + b}{cn + d}$ may be simplified using $2$ (as a common divisor ), show that the number $ad - bc$ is even. ($a, b, c, d, n$ are natural numbers and the $cn + d$ different from zero).
2016 District Olympiad, 2
Let A,B,C,D four matrices of order n with complex entries, n>=2 and let k real number such that AC+kBD=I and AD=BC. Prove that CA+kDB=I and DA=CB.
2011 Saudi Arabia Pre-TST, 3.3
In the isosceles triangle $ABC$, with $AB = AC$, the angle bisector of $\angle B$ intersects side $AC$ at $B'$. Suppose that $ B B' + B'A = BC$. Find the angles of the triangle.
2011 Mongolia Team Selection Test, 3
We are given an acute triangle $ABC$. Let $(w,I)$ be the inscribed circle of $ABC$, $(\Omega,O)$ be the circumscribed circle of $ABC$, and $A_0$ be the midpoint of altitude $AH$. $w$ touches $BC$ at point $D$. $A_0 D$ and $w$ intersect at point $P$, and the perpendicular from $I$ to $A_0 D$ intersects $BC$ at the point $M$. $MR$ and $MS$ lines touch $\Omega$ at $R$ and $S$ respectively [note: I am not entirely sure of what is meant by this, but I am pretty sure it means draw the tangents to $\Omega$ from $M$]. Prove that the points $R,P,D,S$ are concyclic.
(proposed by E. Enkzaya, inspired by Vietnamese olympiad problem)
2014 Online Math Open Problems, 19
In triangle $ABC$, $AB=3$, $AC=5$, and $BC=7$. Let $E$ be the reflection of $A$ over $\overline{BC}$, and let line $BE$ meet the circumcircle of $ABC$ again at $D$. Let $I$ be the incenter of $\triangle ABD$. Given that $\cos ^2 \angle AEI = \frac{m}{n},$ where $m$ and $n$ are relatively prime positive integers, determine $m+n$.
[i]Proposed by Ray Li[/i]
2016 Math Prize for Girls Problems, 6
The largest term in the binomial expansion of $(1 + \tfrac{1}{2})^{31}$ is of the form $\frac{a}{b}$, where $a$ and $b$ are relatively prime positive integers. What is the value of $b$? As an example of a binomial expansion, the binomial expansion of an expression of the form $(x + y)^3$ is the sum of four terms
\[
x^3 + 3x^2y + 3xy^2 + y^3.
\]
2004 AMC 12/AHSME, 12
In the sequence $ 2001, 2002, 2003, \ldots$, each term after the third is found by subtracting the previous term from the sum of the two terms that precede that term. For example, the fourth term is $ 2001 \plus{} 2002 \minus{} 2003 \equal{} 2000$. What is the $ 2004^\text{th}$ term in this sequence?
$ \textbf{(A)} \minus{} \! 2004 \qquad \textbf{(B)} \minus{} \! 2 \qquad \textbf{(C)}\ 0 \qquad \textbf{(D)}\ 4003 \qquad \textbf{(E)}\ 6007$
TNO 2008 Senior, 3
Luis' friends decided to play a prank on him in his geometry homework. They erased most of a triangle and, instead, drew an equivalent triangle with the sum of its three side lengths. Help Luis complete his homework by reconstructing the original triangle using only a straightedge and compass. Since Luis' method involves measurements, prove that his method results in a triangle longer than the sum of its three sides.
2000 Estonia National Olympiad, 4
Let $E$ be the midpoint of the side $AB$ of the parallelogram $ABCD$. Let $F$ be the projection of $B$ on $AC$. Prove that the triangle $ABF$ is isosceles
1988 AMC 12/AHSME, 5
If $b$ and $c$ are constants and \[(x + 2)(x + b) = x^2 + cx + 6,\] then $c$ is
$ \textbf{(A)}\ -5\qquad\textbf{(B)}\ -3\qquad\textbf{(C)}\ -1\qquad\textbf{(D)}\ 3\qquad\textbf{(E)}\ 5 $
2003 Junior Macedonian Mathematical Olympiad, Problem 4
Let $x$, $y$ and $z$ be positive real numbers such that $x+y+z = 1$. Prove the inequality:
$$\frac{x^2}{1+y}+\frac{y^2}{1+z} +\frac{z^2}{1+x} \leq 1$$
2003 Irish Math Olympiad, 3
For each positive integer $k$, let $a_k$ be the greatest integer not exceeding $\sqrt{k}$ and let $b_k$ be the greatest integer not exceeding $\sqrt[3]{k}$. Calculate $$\sum_{k=1}^{2003} (a_k-b_k).$$
2009 Kosovo National Mathematical Olympiad, 5
In a circle four distinct points are fixed and each of them is assigned with a real number. Let those numbers be $x_1,x_2,x_3,x_4$ such that $x_1+x_2+x_3+x_4>0$. Now we define a game with these numbers: If one of them, i.e. $x_i$, is a negative number, the player makes a move by adding the number $x_i$ to his neighbors and changes the sign of the chosen number. The game ends when all the numbers are negative. Prove that this game ends in a finite number of steps.
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]
2014 BMT Spring, 5
Alice, Bob, and Chris each roll $4$ dice. Each only knows the result of their own roll. Alice claims that there are at least $5$ multiples of $3$ among the dice rolled. Bob has $1$ six and no threes, and knows that Alice wouldn’t claim such a thing unless he had at least $2$ multiples of $3$. Bob can call Alice a liar, or claim that there are at least $6$ multiples of $3$, but Chris says that he will immediately call Bob a liar if he makes this claim. Bob wins if he calls Alice a liar and there aren't at least $5$ multiples of $3$, or if he claims there are at least $6$ multiples of $3$, and there are. What is the probability that Bob loses no matter what he does?
2023 Iran MO (3rd Round), 4
For any function $f:\mathbb{N}\to\mathbb{N}$ we define $P(n)=f(1)f(2)...f(n)$ . Find all functions $f:\mathbb{N}\to\mathbb{N}$ st for each $a,b$ :
$$P(a)+P(b) | a! + b!$$
1995 Baltic Way, 20
All the vertices of a convex pentagon are on lattice points. Prove that the area of the pentagon is at least $\frac{5}{2}$.
[i]Bogdan Enescu[/i]
2018 Greece Junior Math Olympiad, 1
a) Does there exist a real number $x$ such that $x+\sqrt{3}$ and $x^2+\sqrt{3}$ are both rationals?
b) Does there exist a real number $y$ such that $y+\sqrt{3}$ and $y^3+\sqrt{3}$ are both rationals?
2020 Ukrainian Geometry Olympiad - December, 1
The three sides of the quadrilateral are equal, the angles between them are equal, respectively $90^o$ and $150^o$. Find the smallest angle of this quadrilateral in degrees.
2013 BMT Spring, 5
Circle $C_1$ has center $O$ and radius $OA$, and circle $C_2$ has diameter $OA$. $AB$ is a chord of circle $C_1$ and $BD$ may be constructed with $D$ on $OA$ such that $BD$ and $OA$ are perpendicular. Let $C$ be the point where $C_2$ and $BD$ intersect. If $AC = 1$, find $AB$.
2021 China Team Selection Test, 2
Let triangle$ABC(AB<AC)$ with incenter $I$ circumscribed in $\odot O$. Let $M,N$ be midpoint of arc $\widehat{BAC}$ and $\widehat{BC}$, respectively. $D$ lies on $\odot O$ so that $AD//BC$, and $E$ is tangency point of $A$-excircle of $\bigtriangleup ABC$. Point $F$ is in $\bigtriangleup ABC$ so that $FI//BC$ and $\angle BAF=\angle EAC$. Extend $NF$ to meet $\odot O$ at $G$, and extend $AG$ to meet line $IF$ at L. Let line $AF$ and $DI$ meet at $K$. Proof that $ML\bot NK$.
2003 AIME Problems, 13
Let $N$ be the number of positive integers that are less than or equal to 2003 and whose base-2 representation has more 1's than 0's. Find the remainder when $N$ is divided by 1000.
2018 Bosnia And Herzegovina - Regional Olympiad, 2
Let $a_1, a_2,...,a_{2018}$ be a sequence of numbers such that all its elements are elements of a set $\{-1,1\}$. Sum
$$S=\sum \limits_{1 \leq i < j \leq 2018} a_i a_j$$ can be negative and can also be positive. Find the minimal value of this sum