Difference between revisions of "2008 IMO Problems/Problem 5"
Line 25: | Line 25: | ||
What we want to show now is that each element of <math>\cal{M}</math> is an image of exactly <math>2^{k-n}</math> ekements from <math>cal{N}</math>, which would imply <math>N = 2^{k-n}M</math> and solve the problem. | What we want to show now is that each element of <math>\cal{M}</math> is an image of exactly <math>2^{k-n}</math> ekements from <math>cal{N}</math>, which would imply <math>N = 2^{k-n}M</math> and solve the problem. | ||
− | Consider an element <math>y</math> of <math>\cal{M}</math> | + | Consider an element <math>y</math> of <math>\cal{M}</math> let <math>l_i</math> be the number of apearances of the number <math>i</math> in <math>y</math> for <math>i=1,2,\ldots n</math>. Now consider the set of pre-images of <math>y</math>, that is |
+ | <cmath>X_y = \{ x \in \cal{N} | \math{f(x) = y }\}.</cmath> | ||
+ | It is easy to see that each element <math>x\in X_y</math> is derived from <math>y</math> by ''flipping'' an ''even'' number of its <math>1</math>-s, <math>2</math>-s, and so on, where flipping means changing the number <math>k\in A</math> to <math>k+n\in B</math>. Since each such flipping results in a unique <math>x</math>, all we want to count is count the flippings. We can flip <math>0, 2, 4,\ldots </math> of the <math>1</math>-s and choose which ones, so that results in | ||
+ | <cmath>\binom{l_1}{0} + \binom{l_1}{2}+\binom{l_1}{4}+\cdots+ = 2^{l_1-1}</cmath> | ||
+ | flippings. Combine each of them with the <math>2^{l_2-1}</math>, <math>2^{l_3-1}</math>, etc. ways of flipping the <math>2</math>-s, <math>3</math>-s etc. respectively to get the total number of flippings | ||
+ | <cmath>2^{(l_1-1)+(l_2-1)+\cdots+(l_n-1)} = 2^{l_1+l_2+\cdots+l_k-n} = 2^{k-n}.</cmath> | ||
+ | This shows that <math>|X_y| = 2^{k-n}</math> and the proof is complete. |
Revision as of 05:10, 4 September 2008
Problem 5
Let and
be positive integers with
and
an even number. Let
lamps labelled
,
, ...,
be given, each of which can be either on or off. Initially all the lamps are off. We consider sequences of steps: at each step one of the lamps is switched (from on to off or from off to on).
Let be the number of such sequences consisting of
steps and resulting in the state where lamps
through
are all on, and lamps
through
are all off.
Let be number of such sequences consisting of
steps, resulting in the state where lamps
through
are all on, and lamps
through
are all off, but where none of the lamps
through
is ever switched on.
Determine .
Solution
For convenience, let denote the set
and
the set
.
We can describe each sequences of switching the lamps as a -dimensional vector
, where
signifies which lamp was switched on the
-th move for
.
Let consist of those sequences that contain each of the numbers in
an odd number of times and each of the numbers in
an even number of times. Similarly, let
denote the set of those sequences that contain no numbers from
and each of the numbers in
an odd number of times. By definition,
and
.
Define the mapping as
What we want to show now is that each element of is an image of exactly
ekements from
, which would imply
and solve the problem.
Consider an element of
let
be the number of apearances of the number
in
for
. Now consider the set of pre-images of
, that is
\[X_y = \{ x \in \cal{N} | \math{f(x) = y }\}.\] (Error compiling LaTeX. Unknown error_msg)
It is easy to see that each element is derived from
by flipping an even number of its
-s,
-s, and so on, where flipping means changing the number
to
. Since each such flipping results in a unique
, all we want to count is count the flippings. We can flip
of the
-s and choose which ones, so that results in
flippings. Combine each of them with the
,
, etc. ways of flipping the
-s,
-s etc. respectively to get the total number of flippings
This shows that
and the proof is complete.