🦘 Math Kangaroo Grade All Felix 1-2 Ecolier 3-4 Benjamin 5-6 Kadett 7-8 Junior 9-10 Student 11-12 ⇄ switch contest
2018 Math Kangaroo

Problem 28

Problem 28 · 2018 Math Kangaroo Stretch
Counting & Probability caseworkdivisibility

Each number of the set {1, 2, 3, 4, 5, 6} is written into exactly one cell of a 2 × 3 table. In how many ways can this be done so that the sum of the numbers in every column and every row is divisible by 3?

Show answer
Answer: D — 48
Show hints
Hint 1 of 2
Group the numbers by remainder mod 3: {3,6} give 0, {1,4} give 1, {2,5} give 2.
Still stuck? Show hint 2 →
Hint 2 of 2
Decide the remainder pattern of the table first, then count how to place the actual numbers.
Show solution
Approach: work modulo 3 on the remainder pattern, then fill in
  1. By remainder mod 3 the numbers are two 0's (3,6), two 1's (1,4) and two 2's (2,5).
  2. Each row of three and each column of two must sum to a multiple of 3; find the valid remainder patterns.
  3. For each valid pattern, the two numbers in each remainder class can be swapped, and counting all arrangements gives 48.
Mark: · log in to save