Chapter 3: Problem 169
If the equation \(x^{2}-m(2 x-8)-15=0\) has equal roots then \(\mathrm{m}=\) (a) \(3,-5\) (b) \(-3,5\) (c) 3,5 (d) \(-3,-5\)
Short Answer
Expert verified
The possible values of m for which the given equation has equal roots are 3 and 5. So, the answer is:
\(m = 3, 5\)
This corresponds to option (c) [3, 5].
Step by step solution
01
Identify the coefficients of the given quadratic equation
The given equation is \(x^2 - m(2x-8) - 15 = 0\). We can rewrite the equation as \(x^2 - 2mx + 8m - 15 = 0\). Here, the coefficients are:
- a = 1
- b = -2m
- c = 8m - 15
02
Apply the condition for equal roots
The discriminant of the given quadratic equation is \(D = b^2 - 4ac\). For equal roots, D = 0. Let's plug in the values of a, b, and c and set D equal to 0.
\(D = (-2m)^2 - 4(8m - 15) = 0\)
03
Solve the equation for m
Now we need to solve the equation for m:
\((-2m)^2 - 4(8m - 15) = 0\)
\(4m^2 - 32m + 60 = 0\)
Divide the whole equation by 4 to simplify:
\(m^2 - 8m + 15 = 0\)
We notice it's a quadratic equation, so we can try to factor it:
\((m - 3)(m - 5) = 0\)
To find the values of m, we can set each factor equal to zero:
\(m - 3 = 0\) => \(m = 3\)
\(m - 5 = 0\) => \(m = 5\)
04
Write down the answer
The possible values of m for which the given equation has equal roots are 3 and 5. So, the answer is:
\(m = 3, 5\)
This corresponds to option (c) [3, 5].
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with Vaia!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Discriminant
Understanding the discriminant is crucial when solving quadratic equations, as it gives us valuable information about the nature of the roots. In a standard quadratic equation of the form \(ax^2 + bx + c = 0\), the discriminant, denoted by \(D\), is calculated using the formula \(D = b^2 - 4ac\).
The value of the discriminant determines the number and type of the roots:
The value of the discriminant determines the number and type of the roots:
- If \(D > 0\), the equation has two distinct real roots.
- If \(D = 0\), the equation has exactly one real root, also known as equal roots or a 'double root'.
- If \(D < 0\), the equation has two complex roots, which are conjugates of each other.
Factoring Quadratic Equations
When solving quadratic equations, one effective method is factoring. Factoring involves expressing the quadratic equation \(ax^2 + bx + c = 0\) as a product of two binomials. This method is most efficient when the equation is factorable over the integers, meaning it can be written in the form \((dx + e)(fx + g) = 0\), where \(d, e, f,\) and \(g\) are integers.
To factor successfully:
To factor successfully:
- Seek two numbers that multiply to give \(ac\) (the product of the coefficient of \(x^2\) and the constant term) and add to give \(b\) (the coefficient of \(x\)).
- Once the two numbers are found, the quadratic equation can be expressed as a product of two binomials using these numbers.
- Set each binomial containing \(x\) equal to zero and solve for \(x\) to find the roots of the equation.
Solving Quadratic Equations
There are several methods to solve quadratic equations, each with its own use-cases and advantages. The fundamental goal is to find the values of \(x\) that satisfy the equation \(ax^2 + bx + c = 0\).
The three main methods are:
The three main methods are:
- Factoring the equation, as previously mentioned.
- Using the quadratic formula, \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\).
- Completing the square, which involves rewriting the equation in the form \((x - p)^2 = q\) to then find the value of \(x\).