2021 AMC 10 A Fall

Complete problem set with solutions and individual problem pages

Problem 20 Hard

How many ordered pairs of positive integers (b, c) exist where both x^{2}+b x+c=0 and x^{2}+c x+b=0 do not have distinct, real solutions?(2021 AMC Fall 10A, Question #20)

  • A.

    4

  • B.

    6

  • C.

    8

  • D.

    10

  • E.

    12

Answer:B

Solution 1:

A quadratic equation does not have real solutions if and only if the discriminant is nonpositive. We conclude that: 1. Since x^{2}+b x+c=0 does not have real solutions, we have b^{2} \leq 4 c. 2. Since x^{2}+c x+b=0 does not have real solutions, we have c^{2} \leq 4 b. Squaring the first inequality, we get b^{4} \leq 16 c^{2}. Multiplying the second inequality by 16 , we get 16 c^{2} \leq 64 b. Combining these results, we get b^{4} \leq 16 c^{2} \leq 64 b We apply casework to the value of b : - If b=1, then 1 \leq 16 c^{2} \leq 64, from which c=1,2. - If b=2, then 16 \leq 16 c^{2} \leq 128, from which c=1,2. - If b=3, then 81 \leq 16 c^{2} \leq 192, from which c=3. - If b=4, then 256 \leq 16 c^{2} \leq 256, from which c=4. Together, there are (\mathbf{B}) 6 ordered pairs (b, c), namely (1,1),(1,2),(2,1),(2,2),(3,3), and (4,4).

Solution 2:

Similar to Solution 1 , use the discriminant to get b^{2} \leq 4 c and c^{2} \leq 4 b. These can be rearranged to c \geq \frac{1}{4} b^{2} and b \geq \frac{1}{4} c^{2}. Now, we can roughly graph these two inequalities, letting one of them be the x axis and the other be y. The graph of solutions should be above the parabola and under its inverse, meaning we want points on the graph or in the first area enclosed by the two graphs:

We are looking for lattice points (since b and c are positive integers), of which we can count (B) 6 .