- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the values of $k$ for each of the following quadratic equations, so that they have two equal roots.
$kx (x - 2) + 6 = 0$
Given:
Given quadratic equation is $kx (x - 2) + 6 = 0$
To do:
We have to find the value of k for which the given quadratic equation has equal roots.
Solution:
$kx (x - 2) + 6 = 0$
$kx^2-2kx+6=0$
Comparing the given quadratic equation with the standard form of the quadratic equation $ax^2+bx+c=0$, we get,
$a=k, b=-2k$ and $c=6$.
The discriminant of the standard form of the quadratic equation $ax^2+bx+c=0$ is $D=b^2-4ac$.
$D=(-2k)^2-4(k)(6)$
$D=4k^2-24k$
The given quadratic equation has equal roots if $D=0$.
Therefore,
$4k^2-24k=0$
$4k(k-6)=0$
$4k=0$ or $k-6=0$
$k=6$ or $k=0$ which is not possible.
The value of $k$ is $6$.
- Related Articles
- Find the values of $k$ for each of the following quadratic equations, so that they have two equal roots.(i) $2x^2 + kx + 3 = 0$(ii) $kx (x - 2) + 6 = 0$
- Find the values of k for which the following equations have real roots $kx(x-2) + 6 = 0$
- Determine the set of values of k for which the following quadratic equations have real roots: $x^2-kx+9=0$
- Find the values of k for which the following equations have real roots $kx(x-2\sqrt5) + 10 = 0$
- Determine the set of values of k for which the following quadratic equations have real roots: $2x^2+kx+2=0$
- Find the values of k for which the following equations have real roots $kx(x-3) + 9 = 0$
- Find the values of k for which the following equations have real roots $2x^2 + kx + 3 = 0$
- Find the values of k for which the following equations have real roots $4x^2 + kx + 3 = 0$
- Determine the set of values of k for which the following quadratic equations have real roots: $2x^2+kx-4=0$
- Find the values of k for which the following equations have real and equal roots: $x^2 - 2(k + 1)x + k^2 = 0$
- Write all the values of k for which the quadratic equation $x^2+kx+16=0$ has equal roots. Find the roots of the equation so obtained.
- Find the values of k for which the roots are real and equal in each of the following equations: $kx^2 + kx + 1 = -4x^2-x$
- Find the values of k for which the following equations have real and equal roots: $x^2 + k(2x + k - 1) + 2 = 0$
- Find the values of k for which the following equations have real and equal roots: $(k+1)x^2 - 2(k - 1)x + 1 = 0$
- Find the values of k for which the following equations have real roots $x^2 - 4kx + k = 0$

Advertisements