Question

Difficulty: MediumQuadratic Equations

The quadratic equation x2+10x+c=7x^2 + 10x + c = 7, where cc is a constant, has exactly one real solution. What is the value of cc?

  1. A
    1818
  2. B
    2525
  3. 3232Answer
  4. D
    18-18

Answer

32
For the quadratic equation to have exactly one real solution, it must be written in the standard form x2+10x+(c7)=0x^2 + 10x + (c - 7) = 0, and its discriminant must equal zero. Setting the discriminant to zero gives 1024(1)(c7)=010^2 - 4(1)(c - 7) = 0. Distributing the negative four yields 1004c+28=0100 - 4c + 28 = 0, which simplifies to 1284c=0128 - 4c = 0. Solving for the constant gives c=32c = 32. Alternatively, the left side of the equation in standard form must be a perfect square trinomial, meaning x2+10x+25=0x^2 + 10x + 25 = 0. Thus, c7=25c - 7 = 25, which yields c=32c = 32.

Step-by-Step Solution

1
Subtract 77 from both sides of the equation to write it in the standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x2+10x+(c7)=0x^2 + 10x + (c - 7) = 0
To analyze the solutions of a quadratic equation using the discriminant, the equation must be in standard form.
2
Identify the coefficients and set the discriminant b24acb^2 - 4ac to 00 since the equation has exactly one real solution.
1024(1)(c7)=010^2 - 4(1)(c - 7) = 0
A quadratic equation has exactly one real solution if and only if its discriminant is equal to zero.
3
Solve the equation 1004(c7)=0100 - 4(c - 7) = 0 for cc by distributing the 4-4 and combining like terms.
1004c+28=0    1284c=0    4c=128    c=32100 - 4c + 28 = 0 \implies 128 - 4c = 0 \implies 4c = 128 \implies c = 32
Isolating the variable cc yields the value that makes the equation have exactly one real solution.

Key Concept

Discriminant of a quadratic equation

Alternative Method

Alternatively, you can complete the square. For the quadratic expression x2+10x+(c7)x^2 + 10x + (c - 7) to have exactly one real solution, it must be a perfect square trinomial of the form (x+d)2=x2+2dx+d2(x + d)^2 = x^2 + 2dx + d^2. Comparing coefficients, 2d=10    d=52d = 10 \implies d = 5, so the constant term must be d2=25d^2 = 25. Setting the constant term c7=25c - 7 = 25 yields c=32c = 32.
Estimated Time:1m 30s
Rate this question