MathDB
Problems
Contests
National and Regional Contests
Netherlands Contests
Dutch Mathematical Olympiad
2012 Dutch Mathematical Olympiad
2012 Dutch Mathematical Olympiad
Part of
Dutch Mathematical Olympiad
Subcontests
(5)
2
1
Hide problems
numbers from 1 to n in each column and row of a nxn board, grey cells
We number the columns of an
n
×
n
n\times n
n
×
n
-board from
1
1
1
to
n
n
n
. In each cell, we place a number. This is done in such a way that each row precisely contains the numbers
1
1
1
to
n
n
n
(in some order), and also each column contains the numbers
1
1
1
to
n
n
n
(in some order). Next, each cell that contains a number greater than the cell's column number, is coloured grey. In the figure below you can see an example for the case
n
=
3
n = 3
n
=
3
.[asy] unitsize(0.6 cm);int i;fill((0,0)--(1,0)--(1,1)--(0,1)--cycle, gray(0.8)); fill(shift((1,0))*((0,0)--(1,0)--(1,1)--(0,1)--cycle), gray(0.8)); fill(shift((0,2))*((0,0)--(1,0)--(1,1)--(0,1)--cycle), gray(0.8));for (i = 0; i <= 3; ++i) { draw((0,i)--(3,i)); draw((i,0)--(i,3)); }label("
1
1
1
", (0.5,3.5)); label("
2
2
2
", (1.5,3.5)); label("
3
3
3
", (2.5,3.5)); label("
3
3
3
", (0.5,2.5)); label("
1
1
1
", (1.5,2.5)); label("
2
2
2
", (2.5,2.5)); label("
1
1
1
", (0.5,1.5)); label("
2
2
2
", (1.5,1.5)); label("
3
3
3
", (2.5,1.5)); label("
2
2
2
", (0.5,0.5)); label("
3
3
3
", (1.5,0.5)); label("
1
1
1
", (2.5,0.5)); [/asy](a) Suppose that
n
=
5
n = 5
n
=
5
. Can the numbers be placed in such a way that each row contains the same number of grey cells? (b) Suppose that
n
=
10
n = 10
n
=
10
. Can the numbers be placed in such a way that each row contains the same number of grey cells?
4
1
Hide problems
perpendiculars given, parallel wanted
We are given an acute triangle
A
B
C
ABC
A
BC
and points
D
D
D
on
B
C
BC
BC
and
E
E
E
on
A
C
AC
A
C
such that
A
D
AD
A
D
is perpendicular to
B
C
BC
BC
and
B
E
BE
BE
is perpendicular to
A
C
AC
A
C
. The intersection of
A
D
AD
A
D
and
B
E
BE
BE
is called
H
H
H
. A line through
H
H
H
intersects line segment
B
C
BC
BC
in
P
P
P
, and intersects line segment
A
C
AC
A
C
in
Q
Q
Q
. Furthermore,
K
K
K
is a point on
B
E
BE
BE
such that
P
K
PK
P
K
is perpendicular to
B
E
BE
BE
, and
L
L
L
is a point on
A
D
AD
A
D
such that
Q
L
QL
Q
L
is perpendicular to
A
D
AD
A
D
. Prove that
D
K
DK
DK
and
E
L
EL
E
L
are parallel. [asy] unitsize(1 cm);pair A, B, C, D, E, H, K, L, P, Q;A = (0,0); B = (6,0); C = (3.5,4); D = (A + reflect(B,C)*(A))/2; E = (B + reflect(A,C)*(B))/2; H = extension(A, D, B, E); P = extension(H, H + dir(-10), B, C); Q = extension(H, H + dir(-10), A, C); K = (P + reflect(B,E)*(P))/2; L = (Q + reflect(A,D)*(Q))/2;draw(A--B--C--cycle); draw(A--D); draw(B--E); draw(K--P--Q--L); draw(rightanglemark(B,D,A,5)); draw(rightanglemark(B,E,A,5)); draw(rightanglemark(P,K,B,5)); draw(rightanglemark(A,L,Q,5));dot("
A
A
A
", A, SW); dot("
B
B
B
", B, SE); dot("
C
C
C
", C, N); dot("
D
D
D
", D, NE); dot("
E
E
E
", E, NW); dot("
H
H
H
", H, N); dot("
K
K
K
", K, SW); dot("
L
L
L
", L, SE); dot("
P
P
P
", P, NE); dot("
Q
Q
Q
", Q, NW); [/asy]
5
1
Hide problems
arranging numbers 1-12 in a sequence, 12x11x10x...x1 ways
The numbers
1
1
1
to
12
12
12
are arranged in a sequence. The number of ways this can be done equals
12
×
11
×
10
×
.
.
.
×
1
12 \times11 \times 10\times ...\times 1
12
×
11
×
10
×
...
×
1
. We impose the condition that in the sequence there should be exactly one number that is smaller than the number directly preceding it. How many of the
12
×
11
×
10
×
.
.
.
×
1
12 \times11 \times 10\times ...\times 1
12
×
11
×
10
×
...
×
1
sequences satisfy this condition?
3
1
Hide problems
diophantine with prime p, p^3 + m(p + 2) = m^2 + p + 1
Determine all pairs
(
p
,
m
)
(p,m)
(
p
,
m
)
consisting of a prime number
p
p
p
and a positive integer
m
m
m
, for which
p
3
+
m
(
p
+
2
)
=
m
2
+
p
+
1
p^3 + m(p + 2) = m^2 + p + 1
p
3
+
m
(
p
+
2
)
=
m
2
+
p
+
1
holds.
1
1
Hide problems
(a-b)(a-c)(a-d)(b-c)(b-d)(c-d) is divisible by 12
Let
a
,
b
,
c
a, b, c
a
,
b
,
c
, and
d
d
d
be four distinct integers. Prove that
(
a
−
b
)
(
a
−
c
)
(
a
−
d
)
(
b
−
c
)
(
b
−
d
)
(
c
−
d
)
(a-b)(a-c)(a-d)(b-c)(b-d)(c-d)
(
a
−
b
)
(
a
−
c
)
(
a
−
d
)
(
b
−
c
)
(
b
−
d
)
(
c
−
d
)
is divisible by
12
12
12
.