Skip to main content

2021 AMC 10A Problem 15

Problem 15 of 25IntermediateGeometryCounting & Probability

Values for A,A, B,B, C,C, and DD are to be selected from {1,2,3,4,5,6}\{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=Ax2+By=Ax^2+B and y=Cx2+Dy=Cx^2+D intersect? (The order in which the curves are listed does not matter; for example, the choices A=3,A=3,B=2,B=2,C=4,C=4, D=1D=1 is considered the same as the choices A=4,A=4,B=1, B=1, C=3,C=3, D=2.D=2.)

Answer choices

Show solution

Solution

Setting the equations equal to each other, we get Ax2+B=Cx2+D Ax^2 + B = Cx^2 + D x2(AC)=DB x^2(A - C) = D - B x2=DBAC0 x^2 = \dfrac{D - B}{A - C} \geq 0 since squares are non-negative. This means DBD - B and ACA - C must both have the same sign. If we choose two distinct values for (A,C)(A, C) and (B,D),(B, D), there are 22 ways to arrange them such that the numerator and denominator both have the same sign. We have to divide by 2,2, however, since the two curves are not considered distinct. Therefore, the total number of tuples is 12(62)(42)2=90. \dfrac{1}{2} \binom{6}{2} \binom{4}{2} \cdot 2 = 90. Thus, C is the correct answer.

More practice

Concepts: parabola · combinations

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.