|
|
| (24 intermediate revisions by 5 users not shown) |
| Line 1: |
Line 1: |
| == Problem ==
| | #REDIRECT [[2021_Fall_AMC_12A_Problems/Problem_17]] |
| | |
| How many ordered pairs of positive integers <math>(b,c)</math> exist where both <math>x^2+bx+c=0</math> and <math>x^2+cx+b=0</math> do not have distinct, real solutions?
| |
| | |
| <math>\textbf{(A) } 4 \qquad \textbf{(B) } 6 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 10 \qquad \textbf{(E) } 12 \qquad</math>
| |
| | |
| == Solution ==
| |
| A quadratic equation does not have real solutions if and only if the discriminant is nonpositive. We conclude that:
| |
| <ol style="margin-left: 1.5em;">
| |
| <li>Since <math>x^2+bx+c=0</math> does not have real solutions, we have <math>b^2\leq 4c.</math></li><p>
| |
| <li>Since <math>x^2+cx+b=0</math> does not have real solutions, we have <math>c^2\leq 4b.</math></li><p>
| |
| </ol>
| |
| Squaring the first inequality, we get <math>b^4\leq 16c^2.</math> Multiplying the second inequality by <math>16,</math> we get <math>16c^2\leq 64b.</math> Combining these results, we get <cmath>b^4\leq 16c^2\leq 64b.</cmath>
| |
| | |
| ==Solution 1(Oversimplified but risky)==
| |
| | |
| We want both <math>x^2+bx+c</math> to be <math>1</math> value or imaginary and <math>x^2+cx+b</math> to be <math>1</math> value or imaginary. <math>x^2+4x+4</math> is one such case since <math>\sqrt {b^2-4ac}</math> is <math>0</math>. Also, <math>x^2+3x+3, x^2+2x+2, x^2+x+1</math> are always imaginary for both b and c. We also have <math>x^2+x+2</math> along with <math>x^2+2x+1</math> since the latter has one solution, while the first one is imaginary. Therefore, we have 6 total ordered pairs of integers, which is <math>\boxed {(B) 6}</math>
| |
| | |
| ~Arcticturn
| |
| | |
| ==See Also==
| |
| {{AMC10 box|year=2021 Fall|ab=A|num-b=19|num-a=21}}
| |
| {{MAA Notice}}
| |