Find the number of arrangements in a grid of
4
×
4
for the numbers
1
to
1
6
so that each colum and row has an odd sum.
The answer can be written as 2 a × 3 b × 8 ! c . Submit your answer as 2 a × 3 b + 8 !
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The number of arrangements is correct (2^4 * 3^2 * 8!^2), but the answer 40464 is wrong since it implies c=1. The value of c is 2 and the correct answer must be 1625702544.
Lemma 1: There are two rows with three odd numbers, and the other two rows have only one odd number.
Proof: A row has 4 numbers, therefore there are at most 4 odd numbers. However, the condition is that each row has an odd sum. Therefore, the number of odd numbers are also odd. Therefore, each row has either 1 odd number or 3 odd numbers. Let the number of rows with 1 odd number be a and the number of rows with 3 odd numbers be b . Since there are a total of 8 odd numbers available from 1 to 1 6 : a × 1 + b × 3 = 8 Also, there are only 4 rows, so: a + b = 4 Solving the equations give us: { a = 2 b = 2 □
Lemma 2: There are two columns with three odd numbers, and the other two columns have only one odd number.
Proof: This follows from a similar argument with lemma 1.
□
Lemma 3: A "hole" refers to the even number in the rows with 3 odd numbers. Then, the two rows with 3 odd numbers cannot have holes belonging to the same column.
Proof: Assume the opposite.
Then, there are now three columns with two odd numbers. There can be no place to add the remaining odd numbers to these columns such that two rows have only one odd number.
Therefore the result follows.
□
THEREFORE:
And the total number of arrangements = ( 2 4 ) × 4 × 3 × 2 × 8 ! × 8 ! = 2 4 × 3 2 × 8 ! 2 .
Problem Loading...
Note Loading...
Set Loading...
There are 8 odd and 8 even numbers ⇒ two rows have three odd numbers and two only one.
First select which rows have three odd numbers, this is ( 2 4 ) = 6
For the rows with three odd numbers are four arrangements, and each arrangement only can be combined with one of the other three, 4 × 3 = 1 2 ways:
The rows with one odd number are defined by the last step and without lose of generality we only have to arrange two odd number as next figure shows:
Finally, permute odd an even numbers. 8 ! × 8 !
∴ the number of arrangements is 6 × 1 2 × 2 × 8 ! × 8 ! = 1 4 4 × ( 2 3 ! ) 2 ⇒ 3 a × 2 b + 8 ! = 4 0 4 6 4