MathDB
Problems
Contests
National and Regional Contests
Chile Contests
Chile National Olympiad
2018 Chile National Olympiad
2018 Chile National Olympiad
Part of
Chile National Olympiad
Subcontests
(6)
5
1
Hide problems
{1, 2, . . . , 20} has at least 2018 sumfree subsets
Consider the set
Ω
\Omega
Ω
formed by the first twenty natural numbers,
Ω
=
{
1
,
2
,
.
.
.
,
20
}
\Omega = \{1, 2, . . . , 20\}
Ω
=
{
1
,
2
,
...
,
20
}
. A nonempty subset
A
A
A
of
Ω
\Omega
Ω
is said to be sumfree [/i ] if for all pair of elements
x
,
y
∈
A
x, y \in A
x
,
y
∈
A
, the sum
(
x
+
y
)
(x + y)
(
x
+
y
)
is not in
A
A
A
, (
x
x
x
can be equal to
y
y
y
). Prove that
Ω
\Omega
Ω
has at least
2018
2018
2018
sumfree subsets.
4
1
Hide problems
[n/2] [n/3] [n/4] =n^2 , floor function
Find all postitive integers n such that
⌊
n
2
⌋
⋅
⌊
n
3
⌋
⋅
⌊
n
4
⌋
=
n
2
\left\lfloor \frac{n}{2} \right\rfloor \cdot \left\lfloor \frac{n}{3} \right\rfloor \cdot \left\lfloor \frac{n}{4} \right\rfloor=n^2
⌊
2
n
⌋
⋅
⌊
3
n
⌋
⋅
⌊
4
n
⌋
=
n
2
where
⌊
x
⌋
\lfloor x \rfloor
⌊
x
⌋
represents the largest integer less than the real number
x
x
x
.
6
1
Hide problems
chilean collinearity , tangents to (H,HE), (B,BE) , orthocenter related
Consider an acute triangle
A
B
C
ABC
A
BC
and its altitudes from
A
A
A
,
B
B
B
that intersect the respective sides at
D
,
E
D ,E
D
,
E
. Let us call the point of intersection of the altitudes
H
H
H
. Construct the circle with center
H
H
H
and radius
H
E
HE
H
E
. From
C
C
C
draw a tangent line to the circle at point
P
P
P
. With center
B
B
B
and radius
B
E
BE
BE
draw another circle and from
C
C
C
another tangent line is drawn to this circle in the point
Q
Q
Q
. Prove that the points
D
,
P
D, P
D
,
P
, and
Q
Q
Q
are collinear.
3
1
Hide problems
a bee and a fly painting points on a network of connected hexagons
With
2018
2018
2018
points, a network composed of hexagons is formed as a sample the figure:[asy] unitsize(1 cm);int i;path hex = dir(30)--(0,1)--dir(150)--dir(210)--(0,-1)--dir(330)--cycle;draw(hex); draw(shift((sqrt(3),0))*(hex)); draw(shift((2*sqrt(3),0))*(hex)); draw(shift((4*sqrt(3),0))*(hex)); draw(shift((5*sqrt(3),0))*(hex));dot((3*sqrt(3) - 0.3,0)); dot((3*sqrt(3),0)); dot((3*sqrt(3) + 0.3,0));dot(dir(150)); dot(dir(210));for (i = 0; i <= 5; ++i) { if (i != 3) { dot((0,1) + i*(sqrt(3),0)); dot(dir(30) + i*(sqrt(3),0)); dot(dir(330) + i*(sqrt(3),0)); dot((0,-1) + i*(sqrt(3),0)); } }dot(dir(150) + 4*(sqrt(3),0)); dot(dir(210) + 4*(sqrt(3),0)); [/asy]A bee and a fly play the following game: initially the bee chooses one of the
2018
2018
2018
dots and paints it red, then the fly chooses one of the
2017
2017
2017
unpainted dots and paint it blue. Then the bee chooses an unpainted point and paints it red and then the fly chooses an unpainted one and paints it blue and so they alternate. If at the end of the game there is an equilateral triangle with red vertices, the bee wins, otherwise Otherwise the fly wins. Determine which of the two insects has a winning strategy.
2
1
Hide problems
area of a ... square inside a square wanted (Chile 2018 L2 P1)
Consider
A
B
C
D
ABCD
A
BC
D
a square of side
1
1
1
. Points
P
,
Q
,
R
,
S
P,Q,R,S
P
,
Q
,
R
,
S
are chosen on sides
A
B
AB
A
B
,
B
C
BC
BC
,
C
D
CD
C
D
and
D
A
DA
D
A
respectively such that
∣
A
P
∣
=
∣
B
Q
∣
=
∣
C
R
∣
=
∣
D
S
∣
=
a
|AP| = |BQ| =|CR| =|DS| = a
∣
A
P
∣
=
∣
BQ
∣
=
∣
CR
∣
=
∣
D
S
∣
=
a
, with
a
<
1
a < 1
a
<
1
. The segments
A
Q
AQ
A
Q
,
B
R
BR
BR
,
C
S
CS
CS
and
D
P
DP
D
P
are drawn. Calculate the area of the quadrilateral that is formed in the center of the figure.[asy] unitsize(1 cm);pair A, B, C, D, P, Q, R, S;A = (0,3); B = (0,0); C = (3,0); D = (3,3); P = (0,2); Q = (1,0); R = (3,1); S = (2,3);draw(A--B--C--D--cycle); draw(A--Q); draw(B--R); draw(C--S); draw(D--P);label("
A
A
A
", A, NW); label("
B
B
B
", B, SW); label("
C
C
C
", C, SE); label("
D
D
D
", D, NE); label("
P
P
P
", P, W); label("
Q
Q
Q
", Q, dir(270)); label("
R
R
R
", R, E); label("
S
S
S
", S, N); label("
a
a
a
", (A + P)/2, W); label("
a
a
a
", (B + Q)/2, dir(270)); label("
a
a
a
", (C + R)/2, E); label("
a
a
a
", (D + S)/2, N); [/asy]
1
1
Hide problems
sum of any 3 from 5 is prime number? (Chile 2018 L2 P1)
Is it possible to choose five different positive integers so that the sum of any three of them is a prime number?