Difference between revisions of "2005 AMC 12A Problems/Problem 9"
(→Solution 2) |
Sevenoptimus (talk | contribs) m (Fixed typo in problem statement) |
||
(14 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | There are two values of <math>a</math> for which the equation <math>4x^2 + ax + 8x + 9 = 0</math> has only one solution for <math>x</math>. What is the sum of | + | There are two values of <math>a</math> for which the equation <math>4x^2 + ax + 8x + 9 = 0</math> has only one solution for <math>x</math>. What is the sum of those values of <math>a</math>? |
<math>(\mathrm {A}) \ -16 \qquad (\mathrm {B}) \ -8 \qquad (\mathrm {C})\ 0 \qquad (\mathrm {D}) \ 8 \qquad (\mathrm {E})\ 20</math> | <math>(\mathrm {A}) \ -16 \qquad (\mathrm {B}) \ -8 \qquad (\mathrm {C})\ 0 \qquad (\mathrm {D}) \ 8 \qquad (\mathrm {E})\ 20</math> | ||
== Solution == | == Solution == | ||
− | === Video Solution === | + | === Video Solution by OmegaLearn=== |
https://youtu.be/3dfbWzOfJAI?t=222 | https://youtu.be/3dfbWzOfJAI?t=222 | ||
− | ~ | + | ~AVM2023 |
=== Solution 1 (Slowest)=== | === Solution 1 (Slowest)=== | ||
We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We solve the remaining as below: | We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We solve the remaining as below: | ||
<math>(a+8)^2 = a^2+16a+64</math>. | <math>(a+8)^2 = a^2+16a+64</math>. | ||
− | <math>a^2+16a+64-144=a^2+16a-80</math>. | + | <math>a^2+16a+64-144=a^2+16a-80=0</math>. |
To apply the quadratic formula, we rewrite <math>a^2+16a-80</math> as <math>a^2+16a+-80</math>. | To apply the quadratic formula, we rewrite <math>a^2+16a-80</math> as <math>a^2+16a+-80</math>. | ||
Then the formula yields: | Then the formula yields: | ||
Line 19: | Line 19: | ||
Which is, | Which is, | ||
<math>-8\pm12</math>. | <math>-8\pm12</math>. | ||
− | This gives <math>-20</math> and <math>4</math>, which sums up to <math>\boxed{-16\text{ (A)}}</math> | + | This gives <math>-20</math> and <math>4</math>, which sums up to <math>\boxed{-16\text{ (A)}}</math>. |
~AVM2023 | ~AVM2023 | ||
=== Solution 2 (Slow)=== | === Solution 2 (Slow)=== | ||
− | We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We | + | We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We expand <math>(a+8)^2</math> as <math>a^2+16a+64</math>. Applying our discriminant rule yields: |
− | <math>(a+8)^2 | + | <math>a^2+16a+64-144=a^2+16a-80=0</math>. |
− | <math>a^2+16a+64-144=a^2+16a-80</math>. | ||
To apply the quadratic formula, we rewrite <math>a^2+16a-80</math> as <math>a^2+16a+-80</math>. | To apply the quadratic formula, we rewrite <math>a^2+16a-80</math> as <math>a^2+16a+-80</math>. | ||
Then the formula yields: | Then the formula yields: | ||
Line 31: | Line 30: | ||
Which is, | Which is, | ||
<math>-8\pm12</math>. | <math>-8\pm12</math>. | ||
− | Notice that we have to find the sum of the two values, since the average is obviously <math>-8</math>, the sum is <math>2\cdot-8=\boxed{-16\text{ (A)}}</math> | + | Notice that we have to find the sum of the two values, since the average is obviously <math>-8</math>, the sum is <math>2\cdot-8=\boxed{-16\text{ (A)}}</math>. |
~AVM2023 | ~AVM2023 | ||
− | === Solution 3 === | + | === Solution 3 (Quick)=== |
− | + | We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We solve the remaining as below: | |
− | <math> | + | <math>(a+8)^2-144=0</math> so |
− | <math> | + | <math>(a+8)^2=144</math>. |
− | <math> | + | So <math>a+8</math> is either <math>12</math> or <math>-12</math>, which make <math>a</math> either <math>4</math> or <math>-20</math>, respectively. The sum of these values is <math>\boxed{-16\text{ (A)}}</math>. |
− | <math> | + | ~AVM2023 |
− | <math> | ||
− | |||
− | ===Solution | + | === Solution 3 (Quickest)=== |
− | + | We first rewrite <math>4x^2 + ax + 8x + 9 = 0</math> as <math>4x^2 + (a+8)x + 9 = 0</math>. Since there is only one root, the discriminant, <math>(a+8)^2-144</math>, has to be 0. We solve the remaining as below: | |
− | + | <math>(a+8)^2-144=0</math> so | |
− | + | <math>(a+8)^2=144</math>. | |
+ | So <math>a+8</math> is either <math>12</math> or <math>-12</math>, which make <math>2a+16=0</math>, the sum, or <math>2a</math>, is <math>\boxed{-16\text{ (A)}}</math>. | ||
+ | ~AVM2023 | ||
== See also == | == See also == |
Latest revision as of 14:49, 1 July 2025
Contents
Problem
There are two values of for which the equation
has only one solution for
. What is the sum of those values of
?
Solution
Video Solution by OmegaLearn
https://youtu.be/3dfbWzOfJAI?t=222 ~AVM2023
Solution 1 (Slowest)
We first rewrite as
. Since there is only one root, the discriminant,
, has to be 0. We solve the remaining as below:
.
.
To apply the quadratic formula, we rewrite
as
.
Then the formula yields:
.
Which is,
.
This gives
and
, which sums up to
.
~AVM2023
Solution 2 (Slow)
We first rewrite as
. Since there is only one root, the discriminant,
, has to be 0. We expand
as
. Applying our discriminant rule yields:
.
To apply the quadratic formula, we rewrite
as
.
Then the formula yields:
.
Which is,
.
Notice that we have to find the sum of the two values, since the average is obviously
, the sum is
.
~AVM2023
Solution 3 (Quick)
We first rewrite as
. Since there is only one root, the discriminant,
, has to be 0. We solve the remaining as below:
so
.
So
is either
or
, which make
either
or
, respectively. The sum of these values is
.
~AVM2023
Solution 3 (Quickest)
We first rewrite as
. Since there is only one root, the discriminant,
, has to be 0. We solve the remaining as below:
so
.
So
is either
or
, which make
, the sum, or
, is
.
~AVM2023
See also
2005 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 8 |
Followed by Problem 10 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.