Question

Difficulty: MediumQuadratic Equations and the Quadratic Formula

For what value of cc does the quadratic equation 0.5x23x+c=00.5x^2 - 3x + c = 0 have two real solutions that differ by exactly 4?

  1. A
    -2.5
  2. 2.5Answer
  3. C
    4
  4. D
    5
  5. E
    10

Answer

2.5
The correct value is 2.5. By utilizing the formula for the difference of the roots, b24aca=4\frac{\sqrt{b^2 - 4ac}}{|a|} = 4, and substituting a=0.5a = 0.5 and b=3b = -3, we get 92c0.5=4\frac{\sqrt{9 - 2c}}{0.5} = 4. This simplifies to 92c=2\sqrt{9 - 2c} = 2, which squares to 92c=49 - 2c = 4. Solving for cc yields 2.5.

Step-by-Step Solution

1
Identify the coefficients and apply the relationship for the difference between two roots.
For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0, the roots x1x_1 and x2x_2 satisfy x1x2=b24aca|x_1 - x_2| = \frac{\sqrt{b^2 - 4ac}}{|a|}. Here, a=0.5a = 0.5, b=3b = -3, and the difference is 4.
This formula relates the difference of the roots directly to the coefficients of the quadratic equation.
2
Substitute the given values into the formula and solve for cc.
Substituting the values gives (3)24(0.5)c0.5=492c0.5=4\frac{\sqrt{(-3)^2 - 4(0.5)c}}{|0.5|} = 4 \Rightarrow \frac{\sqrt{9 - 2c}}{0.5} = 4. Multiplying both sides by 0.5 yields 92c=2\sqrt{9 - 2c} = 2. Squaring both sides gives 92c=49 - 2c = 4.
Simplifying the equation isolates the variable cc under the radical.
3
Complete the algebraic isolation to find the final value of cc.
2c=5c=2.52c = 5 \Rightarrow c = 2.5.
This final step solves the linear equation for cc.

Key Concept

Using the discriminant and properties of roots to solve quadratic equations with given constraints.
Rate this question