Values for $A,B,C,$ and $D$ are to be selected from $\{1, 2, 3, 4, 5, 6\}$ without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves $y=Ax^2+B$ and $y=Cx^2+D$ intersect? (The order in which the curves are listed does not matter; for example, the choices $A=3, B=2, C=4, D=1$ is considered the same as the choices $A=4, B=1, C=3, D=2.$)
从 $\{1, 2, 3, 4, 5, 6\}$ 中不重复选取 $A,B,C,D$ 的值。有多少种方式使得曲线 $y=Ax^2+B$ 和 $y=Cx^2+D$ 相交?(曲线的列出顺序无关紧要;例如,$A=3, B=2, C=4, D=1$ 被视为与 $A=4, B=1, C=3, D=2$ 相同。)
Visualizing the two curves, we realize they are both parabolas with the same axis of symmetry. WLOG the first equation is above the second, since order doesn't matter. Then $C>A$ and $B>D$. Therefore the number of ways to choose the four integers is $\tbinom{6}{2}\tbinom{4}{2}=90$, and the answer is $\boxed{\textbf{(C) }90}$.
可视化两条曲线,我们意识到它们都是具有相同对称轴的抛物线。不失一般性,假设第一条方程在上,即 $C>A$ 且 $B>D$。因此选择四个整数的方式数为 $\tbinom{6}{2}\tbinom{4}{2}=90$,答案为 $\boxed{\textbf{(C) }90}$。