MathDB
Problems
Contests
National and Regional Contests
Netherlands Contests
Dutch Mathematical Olympiad
2015 Dutch Mathematical Olympiad
2015 Dutch Mathematical Olympiad
Part of
Dutch Mathematical Olympiad
Subcontests
(6)
3 seniors
1
Hide problems
angle between 2 equilateral triangles on the same side of line is 60^o
Points
A
,
B
A, B
A
,
B
, and
C
C
C
are on a line in this order. Points
D
D
D
and
E
E
E
lie on the same side of this line, in such a way that triangles
A
B
D
ABD
A
B
D
and
B
C
E
BCE
BCE
are equilateral. The segments
A
E
AE
A
E
and
C
D
CD
C
D
intersect in point
S
S
S
. Prove that
∠
A
S
D
=
6
0
o
\angle ASD = 60^o
∠
A
S
D
=
6
0
o
.[asy] unitsize(1.5 cm);pair A, B, C, D, E, S;A = (0,0); B = (1,0); C = (2.5,0); D = dir(60); E = B + 1.5*dir(60); S = extension(C,D,A,E);fill(A--B--D--cycle, gray(0.8)); fill(B--C--E--cycle, gray(0.8)); draw(interp(A,C,-0.1)--interp(A,C,1.1)); draw(A--D--B--E--C); draw(A--E); draw(C--D); draw(anglemark(D,S,A,5));dot("
A
A
A
", A, dir(270)); dot("
B
B
B
", B, dir(270)); dot("
C
C
C
", C, dir(270)); dot("
D
D
D
", D, N); dot("
E
E
E
", E, N); dot("
S
S
S
", S, N); [/asy]
3 juniors
1
Hide problems
equal segments inside a quadr. with 2 parallel sides, angle bisectors related
In quadrilateral
A
B
C
D
ABCD
A
BC
D
sides
B
C
BC
BC
and
A
D
AD
A
D
are parallel. In each of the four vertices we draw an angular bisector. The angular bisectors of angles
A
A
A
and
B
B
B
intersect in point
P
P
P
, those of angles
B
B
B
and
C
C
C
intersect in point
Q
Q
Q
, those of angles
C
C
C
and
D
D
D
intersect in point
R
R
R
, and those of angles
D
D
D
and
A
A
A
intersect in point S. Suppose that
P
S
PS
PS
is parallel to
Q
R
QR
QR
. Prove that
∣
A
B
∣
=
∣
C
D
∣
|AB| =|CD|
∣
A
B
∣
=
∣
C
D
∣
.[asy] unitsize(1.2 cm);pair A, B, C, D, P, Q, R, S;A = (0,0); D = (3,0); B = (0.8,1.5); C = (3.2,1.5); S = extension(A, incenter(A,B,D), D, incenter(A,C,D)); Q = extension(B, incenter(A,B,C), C, C + incenter(A,B,D) - A); P = extension(A, S, B, Q); R = extension(D, S, C, Q);draw(A--D--C--B--cycle); draw(B--Q--C); draw(A--S--D);dot("
A
A
A
", A, SW); dot("
B
B
B
", B, NW); dot("
C
C
C
", C, NE); dot("
D
D
D
", D, SE); dot("
P
P
P
", P, dir(90)); dot("
Q
Q
Q
", Q, dir(270)); dot("
R
R
R
", R, dir(90)); dot("
S
S
S
", S, dir(90)); [/asy]Attention: the figure is not drawn to scale.
5
1
Hide problems
|a - b| >= |c| , |b - c| >= |a| and |c - a| >= |b| => one is sum of other two
Given are (not necessarily positive) real numbers
a
,
b
a, b
a
,
b
, and
c
c
c
for which
∣
a
−
b
∣
≥
∣
c
∣
,
∣
b
−
c
∣
≥
∣
a
∣
|a - b| \ge |c| , |b - c| \ge |a|
∣
a
−
b
∣
≥
∣
c
∣
,
∣
b
−
c
∣
≥
∣
a
∣
and
∣
c
−
a
∣
≥
∣
b
∣
|c - a| \ge |b|
∣
c
−
a
∣
≥
∣
b
∣
. Prove that one of the numbers
a
,
b
a, b
a
,
b
, and
c
c
c
is the sum of the other two.
2
1
Hide problems
max no of dominoes in a certain way in a 1000x1000 board
On a
1000
×
1000
1000\times 1000
1000
×
1000
-board we put dominoes, in such a way that each domino covers exactly two squares on the board. Moreover, two dominoes are not allowed to be adjacent, but are allowed to touch in a vertex. Determine the maximum number of dominoes that we can put on the board in this way.Attention: you have to really prove that a greater number of dominoes is impossible.
1
1
Hide problems
2015 groups of 5 distinct numbers, for any 2 groups exactly 4 no occur in both
We make groups of numbers. Each group consists of five distinct numbers. A number may occur in multiple groups. For any two groups, there are exactly four numbers that occur in both groups. (a) Determine whether it is possible to make
2015
2015
2015
groups. (b) If all groups together must contain exactly six distinct numbers, what is the greatest number of groups that you can make? (c) If all groups together must contain exactly seven distinct numbers, what is the greatest number of groups that you can make?
4
1
Hide problems
prime diophantine 7pq^2 + p = q^3 + 43p^3 + 1
Find all pairs of prime numbers
(
p
,
q
)
(p, q)
(
p
,
q
)
for which
7
p
q
2
+
p
=
q
3
+
43
p
3
+
1
7pq^2 + p = q^3 + 43p^3 + 1
7
p
q
2
+
p
=
q
3
+
43
p
3
+
1