2019 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 20 Hard

The numbers 1, 2, \cdots, 9 are randomly placed into the 9 squares of a 3\times3 grid. Each square gets one number, and each of the numbers is used once. What is the probability that the sum of the numbers in each row and each column is odd? (2019 AMC 10A Problem, Question#20)

  • A.

    \frac{1}{21}

  • B.

    \frac{1}{14}

  • C.

    \frac{5}{63}

  • D.

    \frac{21}{2}

  • E.

    \frac{1}{7}

Answer:B

Note that odd sums can only be formed by (e,e,o) or (o,o,o), so we focus on placing the evens: we need to have each even be with another even in each row/column. It can be seen that there are 9 ways to do this. There are then 5! ways to permute the odd numbers, and 4! ways to permute the even numbers, thus giving the answer as \frac{5!\cdot4!\cdot9}{9!}=\frac{1}{14}.

By the Pigeonhole Principle, there must be at least one row with 2 or more odd numbers in it.

Therefore, that row must contain 3 odd numbers in order to have an odd sum. The same thing can be done with the columns. Thus we simply have to choose one row and one column to be filled with odd numbers, so the number of valid odd/even configurations (without regard to which particular odd and even numbers are placed where) is 3\cdot3=9. The denominator will be \left( \begin{array}{l} {9}\\{4} \end{array}\right), the total number of ways we could choose which 4 of the 9 squares will contain an even number. Hence the answer is \frac{9}{\left( \begin{array}{l} {9}\\{4} \end{array}\right)}=\frac{1}{14}.