Skip to main content

2021 Fall AMC 12A Problem 17

Problem 17 of 25IntermediateAlgebra

For how many ordered pairs (b,c)(b, c) of positive integers does neither x2+bx+c=0x^2 + bx + c = 0 nor x2+cx+b=0x^2 + cx + b = 0 have two distinct real solutions?

Answer choices

Show solution

Solution

Neither quadratic has two distinct real roots exactly when both discriminants are nonpositive: b24cb^2 \le 4c and c24b.c^2 \le 4b. Combining cb24c\ge \frac{b^2}{4} with c2bc\le2\sqrt b gives b328,b^{\frac{3}{2}}\le8, so b4.b\le4. Checking: b=1b = 1 gives c{1,2};c \in \{1,2\}; b=2b = 2 gives c{1,2};c \in \{1,2\}; b=3b = 3 gives c=3;c = 3; and b=4b = 4 gives c=4.c = 4. That is (1,1),(1,1), (1,2),(1,2), (2,1),(2,1), (2,2),(2,2), (3,3),(3,3), (4,4)(4,4)66 ordered pairs. Thus, the correct answer is B.

More practice

Concepts: quadratic · inequality

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