Found problems: 85335
2005 AMC 8, 25
A square with side length 2 and a circle share the same center. The total area of the regions that are inside the circle and outside the square is equal to the total area of the regions that are outside the circle and inside the square. What is the radius of the circle?
[asy]defaultpen(linewidth(0.8));pair a=(4,4), b=(0,0), c=(0,4), d=(4,0), o=(2,2);
draw(a--d--b--c--cycle);
draw(circle(o, 2.5));[/asy]
$ \textbf{(A)}\ \frac{2}{\sqrt{\pi}} \qquad \textbf{(B)}\ \frac{1\plus{}\sqrt{2}}{2} \qquad \textbf{(C)}\ \frac{3}{2} \qquad \textbf{(D)}\ \sqrt{3} \qquad \textbf{(E)}\ \sqrt{\pi}$
2014 Belarus Team Selection Test, 3
Point $L$ is marked on the side $AB$ of a triangle $ABC$. The incircle of the triangle $ABC$ meets the segment $CL$ at points $P$ and $Q$ .Is it possible that the equalities $CP = PQ = QL$ hold if $CL$ is
a) the median?
b) the bisector?
c) the altitude?
d) the segment joining vertex $C$ with the point $L$ of tangency of the excircle of the triangie $ABC$ with $AB$ ?
(I. Gorodnin)
2013 Middle European Mathematical Olympiad, 3
Let $ABC$ be an isosceles triangle with $AC=BC$. Let $N$ be a point inside the triangle such that $2 \angle ANB = 180 ^\circ + \angle ACB $. Let $ D $ be the intersection of the line $BN$ and the line parallel to $AN$ that passes through $C$. Let $P$ be the intersection of the angle bisectors of the angles $CAN$ and $ABN$. Show that the lines $DP$ and $AN$ are perpendicular.
1974 Spain Mathematical Olympiad, 4
All three sides of an equilateral triangle are assumed to be reflective (except in the vertices), in such a way that they reflect the rays of light located in their plane, that fall on them and that come out of an interior point of the triangle.
Determine the path of a ray of light that, starting from a vertex of the triangle reach another vertex of the same after reflecting successively on the three sides. Calculate the length of the path followed by the light assuming that the side of the triangle measures $1$ m.
2017 Puerto Rico Team Selection Test, 2
Ana and Beta play a turn-based game on a $m \times n$ board. Ana begins. At the beginning, there is a stone in the lower left square and the objective is to move it to the upper right corner. A move consists of the player moving the stone to the right or up as many squares as the player wants. Find all the values of $(m, n)$ for which Ana can guarantee victory.
2023 Harvard-MIT Mathematics Tournament, 9
Let $ABC$ be a triangle with $AB < AC$. The incircle of triangle $ABC$ is tangent to side $BC$ at $D$ and intersects the perpendicular bisector of segment $BC$ at distinct points $X$ and $Y$. Lines $AX$ and $AY$ intersect line $BC$ at $P$ and $Q$, respectively. Prove that, if $DP \cdot DQ = (AC-AB)^2$ then $AB + AC = 3BC.$
1980 Brazil National Olympiad, 4
Given $5$ points of a sphere radius $r$, show that two of the points are a distance $\le r \sqrt2$ apart.
2021 Brazil National Olympiad, 6
In a football championship with $2021$ teams, each team play with another exactly once. The score of the match(es) is three points to the winner, one point to both players if the match end in draw(tie) and zero point to the loser. The final of the tournament will be played by the two highest score teams. Brazil Football Club won the first match, and it has the advantage if in the final score it draws with any other team. Determine the least score such that Brazil Football Club has a [b]chance[/b] to play the final match.
2013 AMC 12/AHSME, 9
In $\triangle ABC$, $AB=AC=28$ and $BC=20$. Points $D,E,$ and $F$ are on sides $\overline{AB}$, $\overline{BC}$, and $\overline{AC}$, respectively, such that $\overline{DE}$ and $\overline{EF}$ are parallel to $\overline{AC}$ and $\overline{AB}$, respectively. What is the perimeter of parallelogram $ADEF$?
[asy]
size(180);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
real r=5/7;
pair A=(10,sqrt(28^2-100)),B=origin,C=(20,0),D=(A.x*r,A.y*r);
pair bottom=(C.x+(D.x-A.x),C.y+(D.y-A.y));
pair E=extension(D,bottom,B,C);
pair top=(E.x+D.x,E.y+D.y);
pair F=extension(E,top,A,C);
draw(A--B--C--cycle^^D--E--F);
dot(A^^B^^C^^D^^E^^F);
label("$A$",A,NW);
label("$B$",B,SW);
label("$C$",C,SE);
label("$D$",D,W);
label("$E$",E,S);
label("$F$",F,dir(0));
[/asy]
$\textbf{(A) }48\qquad
\textbf{(B) }52\qquad
\textbf{(C) }56\qquad
\textbf{(D) }60\qquad
\textbf{(E) }72\qquad$
2022 IOQM India, 2
Ria writes down the numbers $1,2,\cdots, 101$ in red and blue pens. The largest blue number is equal to the number of numbers written in blue and the smallest red number is equal to half the number of numbers in red. How many numbers did Ria write with red pen?
1985 AMC 8, 21
Mr. Green receives a $ 10 \%$ raise every year. His salary after four such raises has gone up by what percent?
\[ \textbf{(A)}\ \text{less than }40 \% \qquad
\textbf{(B)}\ 40 \% \qquad
\textbf{(C)}\ 44 \% \qquad
\textbf{(D)}\ 45 \% \qquad
\textbf{(E)}\ \text{More than }45 \%
\]
2016 India Regional Mathematical Olympiad, 2
Let \(a,b,c\) be three distinct positive real numbers such that \(abc=1\). Prove that $$\dfrac{a^3}{(a-b)(a-c)}+\dfrac{b^3}{(b-c)(b-a)}+\dfrac{c^3}{(c-a)(c-b)} \ge 3$$
2020-2021 OMMC, 9
There is a $4 \times 4$ array of integers $A$, all initially equal to $0$. An operation may be performed on the array for any row or column such that every number in that row or column has $1$ added to it, and then is replaced with its remainder modulo $3$. Given a random $4 \times 4$ array of integers between $0$ and $2$ not identical to $A$, the probability that it can be reached through a series of operations on $A$ is $\frac{p}{q},$ where $p,q$ are relatively prime positive integers. Find $p$.
2002 HKIMO Preliminary Selection Contest, 8
Given that $0.3010<\log 2<0.3011$ and $0.4771<\log 3<0.4772$. Find the leftmost digit of $12^{37}$
1974 All Soviet Union Mathematical Olympiad, 196
Given some red and blue points. Some of them are connected by the segments. Let us call "exclusive" the point, if its colour differs from the colour of more than half of the connected points. Every move one arbitrary "exclusive" point is repainted to the other colour. Prove that after the finite number of moves there will remain no "exclusive" points.
2007 VJIMC, Problem 4
Let $S$ be a finite set with n elements and $\mathcal F$ a family of subsets of $S$ with the following property:
$$A\in\mathcal F,A\subseteq B\subseteq S\implies B\in\mathcal F.$$Prove that the function $f:[0,1]\to\mathbb R$ given by
$$f(t):=\sum_{A\in\mathcal F}t^{|A|}(1-t)^|S\setminus A|$$is nondecreasing ($|A|$ denotes the number of elements of $A$).
2008 Tuymaada Olympiad, 6
Let $ ABCD$ be an isosceles trapezoid with $ AD \parallel BC$. Its diagonals $ AC$ and $ BD$ intersect at point $ M$. Points $ X$ and $ Y$ on the segment $ AB$ are such that $ AX \equal{} AM$, $ BY \equal{} BM$. Let $ Z$ be the midpoint of $ XY$ and $ N$ is the point of intersection of the segments $ XD$ and $ YC$. Prove that the line $ ZN$ is parallel to the bases of the trapezoid.
[i]Author: A. Akopyan, A. Myakishev[/i]
2012 NIMO Problems, 7
The sequence $\{a_i\}_{i \ge 1}$ is defined by $a_1 = 1$ and \[ a_n = \lfloor a_{n-1} + \sqrt{a_{n-1}} \rfloor \] for all $n \ge 2$. Compute the eighth perfect square in the sequence.
[i]Proposed by Lewis Chen[/i]
1983 Poland - Second Round, 2
There are three non-negative numbers $ a, b, c $ such that the sum of each two is not less than the remaining one. Prove that $$
\sqrt{a+b-c} + \sqrt{a-b+c} + \sqrt{-a+b+c} \leq \sqrt{a} + \sqrt{b} + \sqrt{c}.$$
2007 Iran Team Selection Test, 2
Suppose $n$ lines in plane are such that no two are parallel and no three are concurrent. For each two lines their angle is a real number in $[0,\frac{\pi}2]$. Find the largest value of the sum of the $\binom n2$ angles between line.
[i]By Aliakbar Daemi[/i]
2011 Morocco National Olympiad, 3
Find all functions $f : \mathbb{R} \to \mathbb{R} $ which verify the relation
\[(x-2)f(y)+f(y+2f(x))= f(x+yf(x)), \qquad \forall x,y \in \mathbb R.\]
2017 CMIMC Computer Science, 1
What is the minimum number of times you have to take your pencil off the paper to draw the following figure (the dots are for decoration)? You must lift your pencil off the paper after you're done, and this is included in the number of times you take your pencil off the paper. You're not allowed to draw over an edge twice.
[center][img]http://i.imgur.com/CBGmPmv.png[/img][/center]
2021 Bangladeshi National Mathematical Olympiad, 2
Let $x$ and $y$ be positive integers such that $2(x+y)=gcd(x,y)+lcm(x,y)$. Find $\frac{lcm(x,y)}{gcd(x,y)}$.
2019 Ramnicean Hope, 2
Calculate $ \int_1^4 \frac{\ln x}{(1+x)(4+x)} dx . $
[i]Ovidiu Țâțan[/i]
2022 South Africa National Olympiad, 6
Show that there are infinitely many polynomials P with real coefficients such that if x, y, and z are real numbers such that $x^2+y^2+z^2+2xyz=1$, then
$$P\left(x\right)^2+P\left(y\right)^2+P\left(z\right)^2+2P\left(x\right)P\left(y\right)P\left(z\right) = 1$$