Let $(a,b,c,d)$ be an ordered quadruple of not necessarily distinct integers, each one of them in the set $\{0,1,2,3\}$. For how many such quadruples is it true that $a \cdot d - b \cdot c$ is odd? (For example, $(0,3,1,1)$ is one such quadruple, because $0 \cdot 1 - 3 \cdot 1 = -3$ is odd.)
让$(a,b,c,d)$为一个有序四元组,其中的元素(不一定不同)均来自集合$\{0,1,2,3\}$。有多少这样的四元组满足$a \cdot d - b \cdot c$为奇数?(例如,$(0,3,1,1)$是一个这样的四元组,因为$0 \cdot 1 - 3 \cdot 1 = -3$为奇数。)
Answer (C): A product of two integers is odd if and only if both factors are odd. Therefore there are $2\cdot 2=4$ ordered pairs $(a,d)$ such that $a\cdot d$ is odd. For the remaining $16-4=12$ ordered pairs, $a\cdot d$ is even. The same calculations apply to $b\cdot c$. The difference is odd if and only if one of the terms is odd and the other is even. Therefore there are $4\cdot 12+12\cdot 4=96$ ordered quadruples that make $a\cdot d-b\cdot c$ odd.
答案(C):两个整数的乘积为奇数当且仅当两个因子都是奇数。因此共有 $2\cdot 2=4$ 个有序对 $(a,d)$ 使得 $a\cdot d$ 为奇数。对于剩下的 $16-4=12$ 个有序对,$a\cdot d$ 为偶数。同样的计算也适用于 $b\cdot c$。差为奇数当且仅当其中一个项为奇数而另一个项为偶数。因此共有 $4\cdot 12+12\cdot 4=96$ 个有序四元组使得 $a\cdot d-b\cdot c$ 为奇数。