A English

Condition for common roots Questions in English

Class 11 Mathematics · 4-2.Quadratic Equations and Inequations · Condition for common roots

78+

Questions

English

Language

100%

With Solutions

Showing 49 of 78 questions in English

1
MediumMCQ
The common roots of the equations $x^{12} - 1 = 0$ and $x^4 + x^2 + 1 = 0$ are:
A
$\pm \omega$
B
$\pm \omega^2$
C
$\pm \omega, \pm \omega^2$
D
None of these

Solution

(C) Given equations are $x^{12} - 1 = 0$ and $x^4 + x^2 + 1 = 0$.
Factorizing the first equation: $x^{12} - 1 = (x^6 - 1)(x^6 + 1) = (x^2 - 1)(x^4 + x^2 + 1)(x^6 + 1)$.
Since $x^4 + x^2 + 1$ is a factor of $x^{12} - 1$,all roots of $x^4 + x^2 + 1 = 0$ are common roots.
Solving $x^4 + x^2 + 1 = 0$:
Let $y = x^2$,then $y^2 + y + 1 = 0$.
The roots are $y = \omega$ and $y = \omega^2$,where $\omega = \frac{-1 + i\sqrt{3}}{2}$.
Thus,$x^2 = \omega$ or $x^2 = \omega^2$.
Taking square roots,$x = \pm \sqrt{\omega} = \pm \omega^2$ and $x = \pm \sqrt{\omega^2} = \pm \omega$.
Therefore,the common roots are $\pm \omega, \pm \omega^2$.
2
MediumMCQ
If one of the roots of the equations $x^2 + ax + b = 0$ and $x^2 + bx + a = 0$ is common,then the numerical value of $(a + b)$ is
A
$0$
B
$-1$
C
$2$
D
$5$

Solution

(B) Let $\alpha$ be the common root of the equations $x^2 + ax + b = 0$ and $x^2 + bx + a = 0$.
Then,$\alpha^2 + a\alpha + b = 0$ and $\alpha^2 + b\alpha + a = 0$.
Subtracting the two equations,we get $(\alpha^2 + a\alpha + b) - (\alpha^2 + b\alpha + a) = 0$.
$(a - b)\alpha + (b - a) = 0$.
$(a - b)\alpha = (a - b)$.
Assuming $a \neq b$,we get $\alpha = 1$.
Substituting $\alpha = 1$ into the first equation: $(1)^2 + a(1) + b = 0$.
$1 + a + b = 0$.
Therefore,$a + b = -1$.
3
DifficultMCQ
If a root of the equation $ax^2 + bx + c = 0$ is the reciprocal of a root of the equation $a'x^2 + b'x + c' = 0$,then:
A
$(cc' - aa')^2 = (ba' - cb')(ab' - bc')$
B
$(bb' - aa')^2 = (ca' - bc')(ab' - bc')$
C
$(cc' - aa')^2 = (ba' + cb')(ab' + bc')$
D
None of these

Solution

(A) Let $\alpha$ be a root of the first equation,then $\frac{1}{\alpha}$ is a root of the second equation.
For the first equation: $a\alpha^2 + b\alpha + c = 0$.
For the second equation: $a'(\frac{1}{\alpha})^2 + b'(\frac{1}{\alpha}) + c' = 0$,which simplifies to $c'\alpha^2 + b'\alpha + a' = 0$.
Using the cross-multiplication method for the system of equations $a\alpha^2 + b\alpha + c = 0$ and $c'\alpha^2 + b'\alpha + a' = 0$:
$\frac{\alpha^2}{ba' - b'c} = \frac{\alpha}{cc' - aa'} = \frac{1}{ab' - bc'}$.
From the second and third terms: $\alpha = \frac{cc' - aa'}{ab' - bc'}$.
From the first and third terms: $\alpha^2 = \frac{ba' - b'c}{ab' - bc'}$.
Equating $\alpha^2 = (\alpha)^2$,we get: $\frac{ba' - b'c}{ab' - bc'} = \left(\frac{cc' - aa'}{ab' - bc'}\right)^2$.
$(cc' - aa')^2 = (ba' - b'c)(ab' - bc')$.
4
MediumMCQ
If both the roots of $k(6x^2 + 3) + rx + 2x^2 - 1 = 0$ and $6k(2x^2 + 1) + px + 4x^2 - 2 = 0$ are common,then $2r - p$ is equal to
A
$-1$
B
$0$
C
$1$
D
$2$

Solution

(B) The given equations can be rewritten as:
$(6k + 2)x^2 + rx + (3k - 1) = 0$ .....$(i)$
$2(6k + 2)x^2 + px + 2(3k - 1) = 0$ .....$(ii)$
Since both roots are common,the coefficients must be proportional:
$\frac{2(6k + 2)}{6k + 2} = \frac{p}{r} = \frac{2(3k - 1)}{3k - 1}$
This simplifies to:
$2 = \frac{p}{r} = 2$
Thus,$p = 2r$,which implies $2r - p = 0$.
5
MediumMCQ
If a root of the equations $x^2 + px + q = 0$ and $x^2 + \alpha x + \beta = 0$ is common,then its value will be (where $p \neq \alpha$ and $q \neq \beta$)
A
$\frac{q - \beta}{\alpha - p}$
B
$\frac{p\beta - \alpha q}{q - \beta}$
C
$\frac{q - \beta}{\alpha - p}$ or $\frac{p\beta - \alpha q}{q - \beta}$
D
None of these

Solution

(C) Let the common root be $y$.
Then,$y^2 + py + q = 0$ and $y^2 + \alpha y + \beta = 0$.
Subtracting the two equations:
$(y^2 + py + q) - (y^2 + \alpha y + \beta) = 0$
$y(p - \alpha) + (q - \beta) = 0$
$y(p - \alpha) = \beta - q$
$y = \frac{\beta - q}{p - \alpha} = \frac{q - \beta}{\alpha - p}$.
Alternatively,using the method of cross-multiplication for the system:
$\frac{y^2}{p\beta - q\alpha} = \frac{y}{q - \beta} = \frac{1}{\alpha - p}$.
From the second and third terms,$y = \frac{q - \beta}{\alpha - p}$.
From the first and second terms,$y = \frac{p\beta - q\alpha}{q - \beta}$.
Thus,the common root is $\frac{q - \beta}{\alpha - p}$ or $\frac{p\beta - \alpha q}{q - \beta}$.
6
MediumMCQ
If the two equations $x^2 - cx + d = 0$ and $x^2 - ax + b = 0$ have one common root and the second equation has equal roots,then $2(b + d) = $
A
$0$
B
$a + c$
C
$ac$
D
$-ac$

Solution

(C) Let the roots of $x^2 - cx + d = 0$ be $\alpha$ and $\beta$.
Since the second equation $x^2 - ax + b = 0$ has equal roots and shares one common root $\alpha$ with the first,its roots must be $\alpha$ and $\alpha$.
From the properties of roots:
For the first equation: $\alpha + \beta = c$ and $\alpha \beta = d$.
For the second equation: $\alpha + \alpha = a \implies 2\alpha = a$ and $\alpha^2 = b$.
We need to find $2(b + d)$.
Substituting the values: $2(b + d) = 2(\alpha^2 + \alpha \beta) = 2\alpha(\alpha + \beta)$.
Since $2\alpha = a$ and $\alpha + \beta = c$,we get $2(b + d) = a \times c = ac$.
7
MediumMCQ
If $x^2 - hx - 21 = 0$ and $x^2 - 3hx + 35 = 0$ $(h > 0)$ have a common root,then the value of $h$ is equal to
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(D) Let $\alpha$ be the common root of the two equations.
Then,$\alpha^2 - h\alpha - 21 = 0$ $(1)$
And $\alpha^2 - 3h\alpha + 35 = 0$ $(2)$
Subtracting equation $(1)$ from equation $(2)$,we get:
$(\alpha^2 - 3h\alpha + 35) - (\alpha^2 - h\alpha - 21) = 0$
$-2h\alpha + 56 = 0$
$2h\alpha = 56$
$h\alpha = 28$
$\alpha = \frac{28}{h}$
Substitute $\alpha = \frac{28}{h}$ into equation $(1)$:
$(\frac{28}{h})^2 - h(\frac{28}{h}) - 21 = 0$
$\frac{784}{h^2} - 28 - 21 = 0$
$\frac{784}{h^2} = 49$
$h^2 = \frac{784}{49} = 16$
Since $h > 0$,we have $h = 4$.
8
MediumMCQ
If every pair of the equations $x^2 + px + qr = 0$,$x^2 + qx + rp = 0$,and $x^2 + rx + pq = 0$ have a common root,then the sum of the three common roots is:
A
$\frac{-(p + q + r)}{2}$
B
$\frac{-p + q + r}{2}$
C
$-(p + q + r)$
D
$-p + q + r$

Solution

(A) Let the common roots of the pairs of equations be $\alpha$,$\beta$,and $\gamma$ respectively.
For the first pair $(x^2 + px + qr = 0)$ and $(x^2 + qx + rp = 0)$,let the common root be $\alpha$.
For the second pair $(x^2 + qx + rp = 0)$ and $(x^2 + rx + pq = 0)$,let the common root be $\beta$.
For the third pair $(x^2 + rx + pq = 0)$ and $(x^2 + px + qr = 0)$,let the common root be $\gamma$.
From the properties of roots of quadratic equations,for each equation,the sum of roots is given by the coefficient of $x$ with a negative sign.
Thus,$\alpha + \beta = -p$,$\beta + \gamma = -q$,and $\gamma + \alpha = -r$.
Adding these three equations,we get $2(\alpha + \beta + \gamma) = -(p + q + r)$.
Therefore,the sum of the three common roots is $\alpha + \beta + \gamma = \frac{-(p + q + r)}{2}$.
9
MediumMCQ
If $ax^2 + bx + c = 0$ and $bx^2 + cx + a = 0$ have a common root,where $a \neq 0$,then $\frac{a^3 + b^3 + c^3}{abc} = $
A
$1$
B
$2$
C
$3$
D
None of these

Solution

(C) Let $\alpha$ be the common root of the equations $ax^2 + bx + c = 0$ and $bx^2 + cx + a = 0$.
Then $a\alpha^2 + b\alpha + c = 0$ and $b\alpha^2 + c\alpha + a = 0$.
Using the method of cross-multiplication:
$\frac{\alpha^2}{b(a) - c(c)} = \frac{\alpha}{c(b) - a(a)} = \frac{1}{a(c) - b(b)}$
$\frac{\alpha^2}{ab - c^2} = \frac{\alpha}{bc - a^2} = \frac{1}{ac - b^2}$
From the first two ratios,$\alpha = \frac{bc - a^2}{ab - c^2}$.
From the last two ratios,$\alpha = \frac{ac - b^2}{bc - a^2}$.
Equating the two expressions for $\alpha$:
$(bc - a^2)^2 = (ab - c^2)(ac - b^2)$
$b^2c^2 + a^4 - 2a^2bc = a^2bc - ab^3 - c^3a + b^2c^2$
$a^4 + ab^3 + ac^3 = 3a^2bc$
Since $a \neq 0$,dividing by $a$ gives $a^3 + b^3 + c^3 = 3abc$.
Therefore,$\frac{a^3 + b^3 + c^3}{abc} = 3$.
10
MediumMCQ
If the equations $x^2 + px + q = 0$ and $x^2 + qx + p = 0$ have a common root,then $p + q + 1 = $
A
$0$
B
$1$
C
$2$
D
$-1$

Solution

(A) Let $\alpha$ be the common root of the two equations.
Then,$\alpha^2 + p\alpha + q = 0$ $(i)$
And $\alpha^2 + q\alpha + p = 0$ $(ii)$
Subtracting equation $(ii)$ from equation $(i)$:
$(\alpha^2 + p\alpha + q) - (\alpha^2 + q\alpha + p) = 0$
$(p - q)\alpha + (q - p) = 0$
$(p - q)\alpha - (p - q) = 0$
$(p - q)(\alpha - 1) = 0$
Assuming $p \neq q$,we get $\alpha = 1$.
Substituting $\alpha = 1$ into equation $(i)$:
$1^2 + p(1) + q = 0$
$1 + p + q = 0$
Therefore,$p + q + 1 = 0$.
11
MediumMCQ
If ${x^2} + ax + 10 = 0$ and ${x^2} + bx - 10 = 0$ have a common root,then ${a^2} - {b^2}$ is equal to
A
$10$
B
$20$
C
$30$
D
$40$

Solution

(D) Let $\alpha$ be a common root of the two equations.
Then,${\alpha ^2} + a\alpha + 10 = 0$ $(i)$ and ${\alpha ^2} + b\alpha - 10 = 0$ $(ii)$.
Subtracting $(ii)$ from $(i)$,we get: $(a - b)\alpha + 20 = 0$,which implies $\alpha = -\frac{20}{a - b}$.
Substituting this value of $\alpha$ into $(i)$:
${\left( -\frac{20}{a - b} \right)^2} + a\left( -\frac{20}{a - b} \right) + 10 = 0$
$\frac{400}{(a - b)^2} - \frac{20a}{a - b} + 10 = 0$
Multiplying by $(a - b)^2$ (assuming $a \neq b$):
$400 - 20a(a - b) + 10(a - b)^2 = 0$
Divide by $10$:
$40 - 2a(a - b) + (a - b)^2 = 0$
$40 - 2a^2 + 2ab + a^2 - 2ab + b^2 = 0$
$40 - a^2 + b^2 = 0$
Therefore,$a^2 - b^2 = 40$.
12
MediumMCQ
The expressions $x^2 - 11x + a$ and $x^2 - 14x + 2a$ will have a common factor,if $a = $
A
$24$
B
$0, 24$
C
$3, 24$
D
$0, 3$

Solution

(B) Let the common factor be $(x - k)$. Then $k$ is a common root of the equations $x^2 - 11x + a = 0$ and $x^2 - 14x + 2a = 0$.
Subtracting the two equations:
$(x^2 - 11x + a) - (x^2 - 14x + 2a) = 0$
$3x - a = 0 \Rightarrow x = \frac{a}{3}$.
Substituting $x = \frac{a}{3}$ into the first equation:
$(\frac{a}{3})^2 - 11(\frac{a}{3}) + a = 0$
$\frac{a^2}{9} - \frac{11a}{3} + a = 0$
$\frac{a^2}{9} - \frac{8a}{3} = 0$
$a^2 - 24a = 0$
$a(a - 24) = 0$
Thus,$a = 0$ or $a = 24$.
13
MediumMCQ
If the equations $2x^2 + 3x + 5\lambda = 0$ and $x^2 + 2x + 3\lambda = 0$ have a common root,then $\lambda = $
A
$0$
B
$-1$
C
$0, -1$
D
$2, -1$

Solution

(C) Let $\alpha$ be the common root of the equations $2x^2 + 3x + 5\lambda = 0$ and $x^2 + 2x + 3\lambda = 0$.
Then,$2\alpha^2 + 3\alpha + 5\lambda = 0$ $(1)$
And $\alpha^2 + 2\alpha + 3\lambda = 0$ $(2)$
Multiply equation $(2)$ by $2$: $2\alpha^2 + 4\alpha + 6\lambda = 0$ $(3)$
Subtract equation $(1)$ from $(3)$: $(2\alpha^2 + 4\alpha + 6\lambda) - (2\alpha^2 + 3\alpha + 5\lambda) = 0$
$\alpha + \lambda = 0 \implies \alpha = -\lambda$
Substitute $\alpha = -\lambda$ into equation $(2)$:
$(-\lambda)^2 + 2(-\lambda) + 3\lambda = 0$
$\lambda^2 - 2\lambda + 3\lambda = 0$
$\lambda^2 + \lambda = 0$
$\lambda(\lambda + 1) = 0$
Therefore,$\lambda = 0$ or $\lambda = -1$.
14
DifficultMCQ
If $a, b, c$ are in $G.P.$,then the equations $ax^2 + 2bx + c = 0$ and $dx^2 + 2ex + f = 0$ have a common root if $\frac{d}{a}, \frac{e}{b}, \frac{f}{c}$ are in
A
$A.P.$
B
$G.P.$
C
$H.P.$
D
None of these

Solution

(A) Since $a, b, c$ are in $G.P.$,we have $b^2 = ac$.
The equation $ax^2 + 2bx + c = 0$ becomes $ax^2 + 2\sqrt{ac}x + c = 0$.
This can be written as $(\sqrt{a}x + \sqrt{c})^2 = 0$,which gives the repeated root $x = -\sqrt{\frac{c}{a}}$.
Since this is a common root,it must satisfy $dx^2 + 2ex + f = 0$.
Substituting $x = -\sqrt{\frac{c}{a}}$,we get $d(\frac{c}{a}) - 2e\sqrt{\frac{c}{a}} + f = 0$.
Dividing by $c$,we get $\frac{d}{a} - 2e\frac{1}{\sqrt{ac}} + \frac{f}{c} = 0$.
Since $b = \sqrt{ac}$,this becomes $\frac{d}{a} + \frac{f}{c} = \frac{2e}{b}$.
This condition implies that $\frac{d}{a}, \frac{e}{b}, \frac{f}{c}$ are in $A.P.$
15
MediumMCQ
The value of $a$ for which the equations $x^2 - 3x + a = 0$ and $x^2 + ax - 3 = 0$ have a common root is
A
$3$
B
$1$
C
$-2$
D
$2$

Solution

(D) Given equations are $x^2 - 3x + a = 0$ $(i)$ and $x^2 + ax - 3 = 0$ $(ii)$.
Subtracting $(ii)$ from $(i)$,we get:
$(x^2 - 3x + a) - (x^2 + ax - 3) = 0$
$-3x - ax + a + 3 = 0$
$-(a + 3)x + (a + 3) = 0$
$(a + 3)(1 - x) = 0$
This implies either $a = -3$ or $x = 1$.
If $a = -3$,the equations become $x^2 - 3x - 3 = 0$ and $x^2 - 3x - 3 = 0$,which are identical. However,for a unique value of $a$ typically sought in such problems,we consider the case where $x = 1$ is the common root.
Substituting $x = 1$ into equation $(i)$:
$1^2 - 3(1) + a = 0$
$1 - 3 + a = 0$
$a - 2 = 0$
$a = 2$.
16
DifficultMCQ
If the quadratic equations $3x^2 + ax + 1 = 0$ and $2x^2 + bx + 1 = 0$ have a common root,then what is the value of the expression $5ab - 2a^2 - 3b^2$?
A
$0$
B
$1$
C
$-1$
D
None of these

Solution

(B) Let $\alpha$ be the common root of the equations $3x^2 + ax + 1 = 0$ and $2x^2 + bx + 1 = 0$.
Since $\alpha$ is a root,we have:
$3\alpha^2 + a\alpha + 1 = 0$ --- $(1)$
$2\alpha^2 + b\alpha + 1 = 0$ --- $(2)$
Subtracting $(2)$ from $(1)$,we get:
$(3\alpha^2 + a\alpha + 1) - (2\alpha^2 + b\alpha + 1) = 0$
$\alpha^2 + (a - b)\alpha = 0$
$\alpha(\alpha + a - b) = 0$
Since $\alpha = 0$ does not satisfy the equations (as $1 \neq 0$),we must have $\alpha = b - a$.
Substituting $\alpha = b - a$ into equation $(2)$:
$2(b - a)^2 + b(b - a) + 1 = 0$
$2(b^2 - 2ab + a^2) + b^2 - ab + 1 = 0$
$2b^2 - 4ab + 2a^2 + b^2 - ab + 1 = 0$
$3b^2 - 5ab + 2a^2 + 1 = 0$
Rearranging the terms,we get:
$2a^2 + 3b^2 - 5ab = -1$
Therefore,$5ab - 2a^2 - 3b^2 = -(-1) = 1$.
17
DifficultMCQ
If the equations $k(6x^2 + 3) + rx + 2x^2 - 1 = 0$ and $6k(2x^2 + 1) + px + 4x^2 - 2 = 0$ have common roots,then $2r - p = \dots$
A
$1$
B
$-1$
C
$2$
D
$0$

Solution

(D) Given equations are:
$k(6x^2 + 3) + rx + 2x^2 - 1 = 0 \implies (6k + 2)x^2 + rx + (3k - 1) = 0$ $(i)$
$6k(2x^2 + 1) + px + 4x^2 - 2 = 0 \implies (12k + 4)x^2 + px + (6k - 2) = 0$ $(ii)$
Notice that equation $(ii)$ can be written as $2[(6k + 2)x^2 + (p/2)x + (3k - 1)] = 0$,which simplifies to $(6k + 2)x^2 + (p/2)x + (3k - 1) = 0$ $(iii)$
Since the equations have common roots,and the coefficients of $x^2$ and the constant terms are identical in $(i)$ and $(iii)$,the equations must be identical for the roots to be the same.
Comparing the coefficients of $x$ in $(i)$ and $(iii)$,we get $r = p/2$.
Therefore,$2r = p$,which implies $2r - p = 0$.
18
EasyMCQ
If the equations $x^2 + 2x + 3 = 0$ and $ax^2 + bx + c = 0$,where $a, b, c \in R$,have the same roots,then what is the ratio $a : b : c$?
A
$1 : 2 : 3$
B
$3 : 2 : 1$
C
$1 : 3 : 2$
D
$3 : 1 : 2$

Solution

(A) If two quadratic equations $A_1x^2 + B_1x + C_1 = 0$ and $A_2x^2 + B_2x + C_2 = 0$ have the same roots,then their coefficients are proportional,i.e.,$\frac{A_1}{A_2} = \frac{B_1}{B_2} = \frac{C_1}{C_2} = k$.
Given equations are $x^2 + 2x + 3 = 0$ and $ax^2 + bx + c = 0$.
Comparing the coefficients,we get $\frac{a}{1} = \frac{b}{2} = \frac{c}{3} = k$.
This implies $a = k$,$b = 2k$,and $c = 3k$.
Therefore,the ratio $a : b : c = k : 2k : 3k = 1 : 2 : 3$.
19
DifficultMCQ
If the equations $ax^2 + bx + a = 0$ and $x^3 - 2x^2 + 2x - 1 = 0$ have two common roots,then what is the value of $a + b$?
A
$1$
B
$-1$
C
$0$
D
None of these

Solution

(C) Given the cubic equation $x^3 - 2x^2 + 2x - 1 = 0$.
Factoring,we get $(x - 1)(x^2 - x + 1) = 0$.
The roots are $x = 1$ and $x = \frac{1 \pm i\sqrt{3}}{2} = -\omega^2, -\omega$ (where $\omega$ is the complex cube root of unity).
Since the quadratic equation $ax^2 + bx + a = 0$ has two common roots with the cubic equation,these roots must be the complex roots $-\omega$ and $-\omega^2$.
For a quadratic equation $ax^2 + bx + a = 0$,the product of roots is $\frac{a}{a} = 1$.
The product of the common roots is $(-\omega)(-\omega^2) = \omega^3 = 1$,which is consistent.
The sum of the roots is $-\frac{b}{a} = -\omega - \omega^2 = -(\omega + \omega^2) = -(-1) = 1$.
Thus,$-\frac{b}{a} = 1 \implies b = -a$,which means $a + b = 0$.
20
DifficultMCQ
If the equations $x^2 + ax + 10 = 0$ and $x^2 + bx - 10 = 0$ have a common root,then $a^2 - b^2 = \dots \dots$
A
$10$
B
$20$
C
$30$
D
$40$

Solution

(D) Let $\alpha$ be the common root.
Then,$\alpha^2 + a\alpha + 10 = 0 \dots (i)$ and $\alpha^2 + b\alpha - 10 = 0 \dots (ii)$.
Subtracting $(ii)$ from $(i)$,we get:
$(a - b)\alpha + 20 = 0 \implies \alpha = -\frac{20}{a - b}$.
Substituting this value of $\alpha$ into $(i)$:
$\left(-\frac{20}{a - b}\right)^2 + a\left(-\frac{20}{a - b}\right) + 10 = 0$.
$\frac{400}{(a - b)^2} - \frac{20a}{a - b} + 10 = 0$.
Multiplying by $(a - b)^2$:
$400 - 20a(a - b) + 10(a - b)^2 = 0$.
Dividing by $10$:
$40 - 2a(a - b) + (a - b)^2 = 0$.
$40 - 2a^2 + 2ab + a^2 - 2ab + b^2 = 0$.
$40 - a^2 + b^2 = 0$.
Therefore,$a^2 - b^2 = 40$.
21
DifficultMCQ
If the equations $x^2 - cx + d = 0$ and $x^2 - ax + b = 0$ have one common root and the second equation has two equal roots,then $2(b + d) = \dots$
A
$0$
B
$a + c$
C
$ac$
D
$-ac$

Solution

(C) Let the roots of $x^2 - cx + d = 0$ be $\alpha$ and $\beta$.
Let the roots of $x^2 - ax + b = 0$ be $\alpha$ and $\alpha$ (since it has two equal roots).
From the second equation,the sum of roots is $2\alpha = a$,so $\alpha = \frac{a}{2}$.
The product of roots is $\alpha^2 = b$,so $(\frac{a}{2})^2 = b$,which means $b = \frac{a^2}{4}$.
Since $\alpha$ is also a root of the first equation,$\alpha^2 - c\alpha + d = 0$.
Substituting $\alpha = \frac{a}{2}$,we get $(\frac{a}{2})^2 - c(\frac{a}{2}) + d = 0$.
This simplifies to $\frac{a^2}{4} - \frac{ac}{2} + d = 0$.
Since $b = \frac{a^2}{4}$,we substitute $b$ into the equation: $b - \frac{ac}{2} + d = 0$.
Therefore,$b + d = \frac{ac}{2}$,which implies $2(b + d) = ac$.
22
DifficultMCQ
For what value of $a$ do the equations $x^2 - 3x + a = 0$ and $x^2 + ax - 3 = 0$ have a common root?
A
$3$
B
$1$
C
$-2$
D
$2$

Solution

(D) Let the common root be $\alpha$. Then,$\alpha^2 - 3\alpha + a = 0$ and $\alpha^2 + a\alpha - 3 = 0$.
Subtracting the two equations: $(\alpha^2 - 3\alpha + a) - (\alpha^2 + a\alpha - 3) = 0$.
This simplifies to: $-3\alpha - a\alpha + a + 3 = 0$.
$-\alpha(3 + a) + (a + 3) = 0$.
$(a + 3)(1 - \alpha) = 0$.
This implies $a = -3$ or $\alpha = 1$.
If $a = -3$,the equations become $x^2 - 3x - 3 = 0$ and $x^2 - 3x - 3 = 0$,which are identical and have roots,but the question implies a specific value for $a$ where a common root exists.
If $\alpha = 1$ is a root,then $1^2 - 3(1) + a = 0$.
$1 - 3 + a = 0$.
$a - 2 = 0 \implies a = 2$.
23
MediumMCQ
If the equations $ax^2 + bx + c = 0$ and $cx^2 + bx + a = 0$ $(a \neq c)$ have a common negative root,then the value of $a - b + c$ is:
A
$0$
B
$2$
C
$1$
D
None of these

Solution

(A) Let the common root be $\alpha$. Since $\alpha$ is a root of both equations,we have:
$a\alpha^2 + b\alpha + c = 0$ $(1)$
$c\alpha^2 + b\alpha + a = 0$ $(2)$
Subtracting $(2)$ from $(1)$:
$(a - c)\alpha^2 + (c - a) = 0$
$(a - c)(\alpha^2 - 1) = 0$
Since $a \neq c$,we must have $\alpha^2 - 1 = 0$,which implies $\alpha = 1$ or $\alpha = -1$.
Given that the common root is negative,we have $\alpha = -1$.
Substituting $\alpha = -1$ into the first equation:
$a(-1)^2 + b(-1) + c = 0$
$a - b + c = 0$
24
MediumMCQ
If $x^2 - 11x + a$ and $x^2 - 14x + 2a$ have a common factor,then $a = ......$
A
$24$
B
$1$
C
$2$
D
$12$

Solution

(A) Let the common factor be $(x - \alpha)$.
Then $\alpha^2 - 11\alpha + a = 0$ $(1)$
And $\alpha^2 - 14\alpha + 2a = 0$ $(2)$
Subtracting equation $(2)$ from equation $(1)$:
$(\alpha^2 - 11\alpha + a) - (\alpha^2 - 14\alpha + 2a) = 0$
$3\alpha - a = 0 \implies \alpha = \frac{a}{3}$
Substitute $\alpha = \frac{a}{3}$ into equation $(1)$:
$(\frac{a}{3})^2 - 11(\frac{a}{3}) + a = 0$
$\frac{a^2}{9} - \frac{11a}{3} + a = 0$
Multiply by $9$:
$a^2 - 33a + 9a = 0$
$a^2 - 24a = 0$
$a(a - 24) = 0$
Since $a$ must be non-zero for a non-trivial common factor,$a = 24$.
25
MediumMCQ
For what value of $k$ do the equations $2x^2 + kx - 5 = 0$ and $x^2 - 3x - 4 = 0$ have a common root?
A
$-2, -3$
B
$-3, -\frac{27}{4}$
C
$-5, -6$
D
None of these

Solution

(B) Let $\alpha$ be the common root of the two equations.
Then,$2\alpha^2 + k\alpha - 5 = 0$ and $\alpha^2 - 3\alpha - 4 = 0$.
Solving these using the cross-multiplication method:
$\frac{\alpha^2}{-4k - 15} = \frac{\alpha}{-5 + 8} = \frac{1}{-6 - k}$.
From this,$\alpha^2 = \frac{4k + 15}{k + 6}$ and $\alpha = \frac{-3}{k + 6}$.
Since $\alpha^2 = (\alpha)^2$,we have $\left(\frac{-3}{k + 6}\right)^2 = \frac{4k + 15}{k + 6}$.
$\frac{9}{(k + 6)^2} = \frac{4k + 15}{k + 6}$.
$9 = (4k + 15)(k + 6)$.
$9 = 4k^2 + 24k + 15k + 90$.
$4k^2 + 39k + 81 = 0$.
$(k + 3)(4k + 27) = 0$.
Thus,$k = -3$ or $k = -\frac{27}{4}$.
26
DifficultMCQ
The quadratic equations $x^2 - 6x + a = 0$ and $x^2 - cx + 6 = 0$ have a common root. The other roots of the first and second equations are integers in the ratio $4:3$. Find the common root.
A
$1$
B
$4$
C
$3$
D
$2$

Solution

(D) Let the common root be $\alpha$. Let the other roots be $\beta$ and $\gamma$ for the first and second equations respectively.
Given $\beta$ and $\gamma$ are integers and $\frac{\beta}{\gamma} = \frac{4}{3}$.
From the properties of roots:
For $x^2 - 6x + a = 0$,$\alpha + \beta = 6$ and $\alpha\beta = a$.
For $x^2 - cx + 6 = 0$,$\alpha + \gamma = c$ and $\alpha\gamma = 6$.
Since $\beta = \frac{4}{3}\gamma$,substitute into the sum of roots for the first equation: $\alpha + \frac{4}{3}\gamma = 6 \implies 3\alpha + 4\gamma = 18$.
From the product of roots for the second equation,$\gamma = \frac{6}{\alpha}$.
Substitute $\gamma$ into the equation: $3\alpha + 4(\frac{6}{\alpha}) = 18 \implies 3\alpha^2 - 18\alpha + 24 = 0 \implies \alpha^2 - 6\alpha + 8 = 0$.
Solving for $\alpha$: $(\alpha - 2)(\alpha - 4) = 0$,so $\alpha = 2$ or $\alpha = 4$.
If $\alpha = 4$,then $\gamma = \frac{6}{4} = 1.5$ (not an integer).
If $\alpha = 2$,then $\gamma = \frac{6}{2} = 3$ (an integer) and $\beta = \frac{4}{3} \times 3 = 4$ (an integer).
Thus,the common root is $\alpha = 2$.
27
EasyMCQ
If the equations $x^2 + bx + c = 0$ and $x^2 + cx + b = 0$ $(b \neq c)$ have a common root,then:
A
$b + c = 0$
B
$b + c = 1$
C
$b + c + 1 = 0$
D
None of these

Solution

(C) Let $\alpha$ be the common root of the equations $x^2 + bx + c = 0$ and $x^2 + cx + b = 0$.
Then,$\alpha^2 + b\alpha + c = 0$ and $\alpha^2 + c\alpha + b = 0$.
Subtracting the two equations: $(\alpha^2 + b\alpha + c) - (\alpha^2 + c\alpha + b) = 0$.
This simplifies to $(b - c)\alpha + (c - b) = 0$.
$(b - c)\alpha = b - c$.
Since $b \neq c$,we can divide by $(b - c)$ to get $\alpha = 1$.
Substituting $\alpha = 1$ into the first equation: $1^2 + b(1) + c = 0$.
Therefore,$1 + b + c = 0$,which means $b + c + 1 = 0$.
28
EasyMCQ
If the roots of the equations $x^2 + 3x + 2 = 0$ and $x^2 - x + \lambda = 0$ are in the same ratio,then what is the value of $\lambda$?
A
$2/7$
B
$2/9$
C
$9/2$
D
$7/2$

Solution

(B) For two quadratic equations $a_1x^2 + b_1x + c_1 = 0$ and $a_2x^2 + b_2x + c_2 = 0$,if the roots are in the same ratio,then $\frac{b_1^2}{b_2^2} = \frac{a_1c_1}{a_2c_2}$.
Given equations are $x^2 + 3x + 2 = 0$ and $x^2 - x + \lambda = 0$.
Here,$a_1 = 1, b_1 = 3, c_1 = 2$ and $a_2 = 1, b_2 = -1, c_2 = \lambda$.
Substituting these values in the formula:
$\frac{3^2}{(-1)^2} = \frac{1 \times 2}{1 \times \lambda}$
$\frac{9}{1} = \frac{2}{\lambda}$
$9\lambda = 2$
$\lambda = \frac{2}{9}$
29
MediumMCQ
If the equations $x^2 - 11x + a = 0$ and $x^2 - 14x + 2a = 0$ have a common factor and $a \neq 0$,then what is the common factor?
A
$(x - 3)$
B
$(x - 6)$
C
$(x - 8)$
D
None of these

Solution

(C) Let $(x - \alpha)$ be the common factor.
Then $x = \alpha$ is a root of both equations.
$\alpha^2 - 11\alpha + a = 0$ --- $(1)$
$\alpha^2 - 14\alpha + 2a = 0$ --- $(2)$
Subtracting $(1)$ from $(2)$:
$(\alpha^2 - 14\alpha + 2a) - (\alpha^2 - 11\alpha + a) = 0$
$-3\alpha + a = 0 \implies \alpha = \frac{a}{3}$
Substitute $\alpha = \frac{a}{3}$ into equation $(1)$:
$(\frac{a}{3})^2 - 11(\frac{a}{3}) + a = 0$
$\frac{a^2}{9} - \frac{11a}{3} + a = 0$
$\frac{a^2 - 33a + 9a}{9} = 0 \implies a^2 - 24a = 0$
$a(a - 24) = 0$
Since $a \neq 0$,we have $a = 24$.
Substituting $a = 24$ into the equations:
$x^2 - 11x + 24 = (x - 8)(x - 3)$
$x^2 - 14x + 48 = (x - 8)(x - 6)$
The common factor is $(x - 8)$.
30
MediumMCQ
Statement-$I$: If $a, b, c \in R$ and the equations $ax^2 + bx + c = 0$ and $x^2 + 3x + 4 = 0$ have a common root,then $\frac{a+c}{b} = \frac{4}{3}$.
Statement-$II$: If $a_1x^2 + b_1x + c_1 = 0$ and $a_2x^2 + b_2x + c_2 = 0$ have both roots common,then $\frac{a_1}{a_2} = \frac{b_1}{b_2} = \frac{c_1}{c_2}$,where $a_1, a_2, b_1, b_2, c_1, c_2 \in R$.
A
Statement-$I$ is true,Statement-$II$ is true,Statement-$II$ is the correct explanation for Statement-$I$.
B
Statement-$I$ is true,Statement-$II$ is true,Statement-$II$ is not the correct explanation for Statement-$I$.
C
Statement-$I$ is true,Statement-$II$ is false.
D
Statement-$I$ is false,Statement-$II$ is true.

Solution

(D) For $x^2 + 3x + 4 = 0$,the discriminant $D = 3^2 - 4(1)(4) = 9 - 16 = -7 < 0$.
Since $a, b, c \in R$,the complex roots must occur in conjugate pairs.
If one root is common,both roots must be common.
Thus,the coefficients must be proportional: $\frac{a}{1} = \frac{b}{3} = \frac{c}{4} = k$.
Then,$\frac{a+c}{b} = \frac{k+4k}{3k} = \frac{5k}{3k} = \frac{5}{3}$.
Since $\frac{5}{3} \neq \frac{4}{3}$,Statement-$I$ is false.
Statement-$II$ is a standard theorem for equations with both roots common,which is true.
31
EasyMCQ
If the equations $x^2 + 2x + 3 = 0$ and $ax^2 + bx + c = 0$,where $a, b, c \in R$,have a common root,then $a:b:c = $
A
$1:2:3$
B
$3:2:1$
C
$1:3:2$
D
$3:1:2$

Solution

(A) The given equation is $x^2 + 2x + 3 = 0$.
Calculating the discriminant $D = b^2 - 4ac = (2)^2 - 4(1)(3) = 4 - 12 = -8$.
Since $D < 0$,the roots of the equation are imaginary.
If two quadratic equations with real coefficients have a common root and one root is imaginary,then both roots must be common.
Therefore,the coefficients must be proportional:
$\frac{a}{1} = \frac{b}{2} = \frac{c}{3} = k$
This implies $a = k, b = 2k, c = 3k$.
Thus,the ratio $a:b:c = 1:2:3$.
32
AdvancedMCQ
Let $a \ne b, c \ne 0$. If the equations $x^2 + ax + bc = 0$ and $x^2 + bx + ac = 0$ have a common root,then:
Statement-$1$: The equation of the other roots is $x^2 + cx + ab = 0$.
Statement-$2$: $a + b + c = 0$.
A
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is not the correct explanation of Statement-$1$.
B
Statement-$1$ is false,Statement-$2$ is true.
C
Statement-$1$ is true,Statement-$2$ is false.
D
Statement-$1$ is true,Statement-$2$ is true; Statement-$2$ is the correct explanation of Statement-$1$.

Solution

(D) Let the common root be $\alpha$. Then:
$\alpha^2 + a\alpha + bc = 0$ ....$(1)$
$\alpha^2 + b\alpha + ac = 0$ ....$(2)$
Subtracting $(2)$ from $(1)$:
$(a - b)\alpha + bc - ac = 0$
$(a - b)\alpha - c(a - b) = 0$
Since $a \ne b$,we divide by $(a - b)$ to get $\alpha = c$.
Substituting $\alpha = c$ into $(1)$:
$c^2 + ac + bc = 0$
$c(c + a + b) = 0$
Since $c \ne 0$,we have $a + b + c = 0$. This proves Statement-$2$ is true.
Now,let the roots of the first equation be $c$ and $\beta$. From the product of roots,$c\beta = bc \implies \beta = b$.
Let the roots of the second equation be $c$ and $\gamma$. From the product of roots,$c\gamma = ac \implies \gamma = a$.
The equation with roots $\beta = b$ and $\gamma = a$ is:
$x^2 - (a + b)x + ab = 0$
Since $a + b = -c$,the equation becomes $x^2 - (-c)x + ab = 0$,which is $x^2 + cx + ab = 0$. This proves Statement-$1$ is true.
Since Statement-$2$ $(a+b+c=0)$ is used to derive the form of the equation in Statement-$1$,Statement-$2$ is the correct explanation of Statement-$1$.
33
AdvancedMCQ
If the equations $2ax^2 - 3bx + 4c = 0$ and $3x^2 - 4x + 5 = 0$ have a common root,then $\left( \frac{a + b}{c} \right)$ is equal to,where $a, b, c \in \mathbb{R}$.
A
$2$
B
$\frac{34}{5}$
C
$\frac{34}{15}$
D
$\frac{17}{15}$

Solution

(C) Given the equations $2ax^2 - 3bx + 4c = 0$ and $3x^2 - 4x + 5 = 0$.
Since the second equation $3x^2 - 4x + 5 = 0$ has a discriminant $D = (-4)^2 - 4(3)(5) = 16 - 60 = -44 < 0$,it has imaginary roots.
If two quadratic equations have a common root and their coefficients are real,then both roots must be common.
Thus,the ratios of the coefficients must be equal:
$\frac{2a}{3} = \frac{-3b}{-4} = \frac{4c}{5} = k$
$\frac{2a}{3} = k \Rightarrow a = \frac{3k}{2}$
$\frac{3b}{4} = k \Rightarrow b = \frac{4k}{3}$
$\frac{4c}{5} = k \Rightarrow c = \frac{5k}{4}$
Now,calculate $\frac{a + b}{c}$:
$\frac{a + b}{c} = \frac{\frac{3k}{2} + \frac{4k}{3}}{\frac{5k}{4}} = \frac{\frac{9k + 8k}{6}}{\frac{5k}{4}} = \frac{17k}{6} \times \frac{4}{5k} = \frac{17 \times 2}{3 \times 5} = \frac{34}{15}$.
34
AdvancedMCQ
If the equations $x^2 + px + 2q = 0$ and $x^2 + qx + 2p = 0$ $(p \neq q)$ have a common root,then the value of $p + q$ is
A
$2$
B
$-2$
C
$4$
D
$-4$

Solution

(B) Let $\alpha$ be the common root of the equations $x^2 + px + 2q = 0$ and $x^2 + qx + 2p = 0$.
Then,$\alpha^2 + p\alpha + 2q = 0$ and $\alpha^2 + q\alpha + 2p = 0$.
Subtracting the two equations: $(\alpha^2 + p\alpha + 2q) - (\alpha^2 + q\alpha + 2p) = 0$.
$\alpha(p - q) - 2(p - q) = 0$.
$(p - q)(\alpha - 2) = 0$.
Since $p \neq q$,we must have $\alpha - 2 = 0$,which implies $\alpha = 2$.
Substituting $\alpha = 2$ into the first equation: $(2)^2 + p(2) + 2q = 0$.
$4 + 2p + 2q = 0$.
$2(p + q) = -4$.
Therefore,$p + q = -2$.
35
DifficultMCQ
The equations $5x^2 + 12x + 13 = 0$ and $ax^2 + bx + c = 0$ have a common root,where $a, b, c$ are the sides of $\Delta ABC$. Find $\angle C$ in degrees.
A
$45$
B
$60$
C
$90$
D
$30$

Solution

(C) The roots of the quadratic equation $5x^2 + 12x + 13 = 0$ are imaginary because the discriminant $D = 12^2 - 4(5)(13) = 144 - 260 = -116 < 0$.
Since the coefficients $a, b, c$ are real,if one root is complex,the other must be its conjugate. Thus,both roots are common.
This implies the ratios of the coefficients are equal: $\frac{a}{5} = \frac{b}{12} = \frac{c}{13} = k$ (where $k > 0$).
Thus,$a = 5k$,$b = 12k$,and $c = 13k$.
Using the Law of Cosines: $\cos C = \frac{a^2 + b^2 - c^2}{2ab}$.
Substituting the values: $\cos C = \frac{(5k)^2 + (12k)^2 - (13k)^2}{2(5k)(12k)} = \frac{25k^2 + 144k^2 - 169k^2}{120k^2} = \frac{0}{120k^2} = 0$.
Since $\cos C = 0$,we have $\angle C = 90^\circ$.
36
AdvancedMCQ
If $ax^2 + bx + c = 0$ and $bx^2 + cx + a = 0$ have a common root and $a, b, c$ are non-zero real numbers,then $\frac{a^3 + b^3 + c^3}{abc} = $
A
$0$
B
$3$
C
$-1$
D
$-3$

Solution

(B) Let $\alpha$ be the common root of the equations $ax^2 + bx + c = 0$ and $bx^2 + cx + a = 0$.
Then,$a\alpha^2 + b\alpha + c = 0$ and $b\alpha^2 + c\alpha + a = 0$.
Using the method of cross-multiplication:
$\frac{\alpha^2}{b(a) - c(c)} = \frac{\alpha}{c(b) - a(a)} = \frac{1}{a(c) - b(b)}$
$\frac{\alpha^2}{ab - c^2} = \frac{\alpha}{bc - a^2} = \frac{1}{ac - b^2}$
From the first and third terms,$\alpha^2 = \frac{ab - c^2}{ac - b^2}$.
From the second and third terms,$\alpha = \frac{bc - a^2}{ac - b^2}$.
Since $\alpha^2 = (\alpha)^2$,we have:
$\frac{ab - c^2}{ac - b^2} = \left( \frac{bc - a^2}{ac - b^2} \right)^2$
$(ab - c^2)(ac - b^2) = (bc - a^2)^2$
$a^2bc - ab^3 - ac^3 + b^2c^2 = b^2c^2 - 2a^2bc + a^4$
$a^4 + ab^3 + ac^3 = 3a^2bc$
Dividing both sides by $abc$ (since $a, b, c \neq 0$):
$\frac{a^3}{bc} + \frac{b^2}{c} + \frac{c^2}{b} = 3$ (This is not the direct path,let's simplify the equation $a^4 + ab^3 + ac^3 = 3a^2bc$)
Divide by $a$ (since $a \neq 0$):
$a^3 + b^3 + c^3 = 3abc$
Therefore,$\frac{a^3 + b^3 + c^3}{abc} = 3$.
Solution diagram
37
DifficultMCQ
If the equations $x^2 + bx - 1 = 0$ and $x^2 + x + b = 0$ have a common root different from $-1$,then $|b|$ is equal to
A
$2$
B
$3$
C
$\sqrt{3}$
D
$\sqrt{2}$

Solution

(C) Let $\alpha$ be the common root of the equations $x^2 + bx - 1 = 0$ and $x^2 + x + b = 0$.
Since $\alpha$ is a root,we have:
$\alpha^2 + b\alpha - 1 = 0$ $(1)$
$\alpha^2 + \alpha + b = 0$ $(2)$
Subtracting equation $(2)$ from $(1)$:
$(b - 1)\alpha - 1 - b = 0$
$(b - 1)\alpha = b + 1$
Since the root is different from $-1$,we can write $\alpha = \frac{b + 1}{b - 1}$ (provided $b \neq 1$).
Substituting $\alpha$ into equation $(2)$:
$\left(\frac{b + 1}{b - 1}\right)^2 + \left(\frac{b + 1}{b - 1}\right) + b = 0$
$(b + 1)^2 + (b + 1)(b - 1) + b(b - 1)^2 = 0$
$(b^2 + 2b + 1) + (b^2 - 1) + b(b^2 - 2b + 1) = 0$
$2b^2 + 2b + b^3 - 2b^2 + b = 0$
$b^3 + 3b = 0$
$b(b^2 + 3) = 0$
Since $b$ must be a real number for $|b|$ to be a standard magnitude in this context,we check the roots. If $b^2 + 3 = 0$,then $b^2 = -3$,which gives $b = \pm i\sqrt{3}$. However,if we assume $b$ is real,then $b = 0$. If $b=0$,the equations are $x^2 - 1 = 0$ and $x^2 + x = 0$,which have no common root. Re-evaluating the subtraction: $(b-1)\alpha = 1+b$. If $\alpha = -1$,then $-(b-1) = 1+b \implies -b+1 = 1+b \implies 2b = 0 \implies b=0$. Since the root is not $-1$,$b \neq 0$. The only remaining possibility is $b^2 = -3$ is not intended,let's re-check the subtraction logic. Actually,for $x^2+bx-1=0$ and $x^2+x+b=0$,the common root $\alpha$ satisfies $\alpha^2 = 1-b\alpha$ and $\alpha^2 = -b-\alpha$. Thus $1-b\alpha = -b-\alpha \implies \alpha(1-b) = -b-1 \implies \alpha = \frac{b+1}{b-1}$. Substituting back leads to $b^3+3b=0$. Given the options,there might be a typo in the question constants. If the equations were $x^2+bx+1=0$ and $x^2+x+b=0$,then $b=1$ or $b=-2$. Given the options,$|b|=\sqrt{3}$ is the derived result.
38
DifficultMCQ
If the equations $ax^2 + bx + c = 0$ $(a, b, c \in R, a \ne 0)$ and $2x^2 + 3x + 4 = 0$ have a common root,then $a : b : c$ equals
A
$1 : 2 : 3$
B
$2 : 3 : 4$
C
$4 : 3 : 2$
D
$3 : 2 : 1$

Solution

(B) Let the common root be $\alpha$. Since $\alpha$ is a root of $2x^2 + 3x + 4 = 0$,it must satisfy the equation.
However,the discriminant of $2x^2 + 3x + 4 = 0$ is $D = 3^2 - 4(2)(4) = 9 - 32 = -23 < 0$.
Since the coefficients are real,the roots must be complex conjugates. Let the roots be $\alpha$ and $\bar{\alpha}$.
If the equations $ax^2 + bx + c = 0$ and $2x^2 + 3x + 4 = 0$ have a common root,and the coefficients $a, b, c$ are real,then both roots must be common.
Thus,the equations are proportional: $\frac{a}{2} = \frac{b}{3} = \frac{c}{4} = k$ (where $k \ne 0$).
Therefore,$a = 2k$,$b = 3k$,and $c = 4k$.
This gives the ratio $a : b : c = 2k : 3k : 4k = 2 : 3 : 4$.
39
DifficultMCQ
If $\alpha, \beta$ and $\gamma$ are three consecutive terms of a non-constant $G.P.$ such that the equations $\alpha x^2 + 2\beta x + \gamma = 0$ and $x^2 + x - 1 = 0$ have a common root,then $\alpha(\beta + \gamma)$ is equal to
A
$\alpha\gamma$
B
$0$
C
$\alpha\beta$
D
$\beta\gamma$

Solution

(D) Since $\alpha, \beta, \gamma$ are in $G.P.$,we have $\beta^2 = \alpha\gamma$.
Given that the equations $\alpha x^2 + 2\beta x + \gamma = 0$ and $x^2 + x - 1 = 0$ have a common root,and the coefficients are proportional,both roots must be common.
Thus,$\frac{\alpha}{1} = \frac{2\beta}{1} = \frac{\gamma}{-1} = k$.
This implies $\alpha = k$,$\beta = \frac{k}{2}$,and $\gamma = -k$.
Substituting these into the expression $\alpha(\beta + \gamma)$:
$\alpha(\beta + \gamma) = k(\frac{k}{2} - k) = k(-\frac{k}{2}) = -\frac{k^2}{2}$.
Also,$\beta\gamma = (\frac{k}{2})(-k) = -\frac{k^2}{2}$.
Therefore,$\alpha(\beta + \gamma) = \beta\gamma$.
40
Difficult
If $p, q, r$ are in $G.P.$ and the equations $p x^{2}+2 q x+r=0$ and $d x^{2}+2 e x+f=0$ have a common root,then show that $\frac{d}{p}, \frac{e}{q}, \frac{f}{r}$ are in $A.P.$

Solution

(N/A) Given that $p, q, r$ are in $G.P.$,we have $q^{2} = pr$.
The equation $p x^{2} + 2 q x + r = 0$ can be written as $p x^{2} + 2 q x + \frac{q^{2}}{p} = 0$,which simplifies to $p^{2} x^{2} + 2 p q x + q^{2} = 0$.
This is $(p x + q)^{2} = 0$,so the root is $x = -\frac{q}{p}$.
Since this is a common root for $d x^{2} + 2 e x + f = 0$,we substitute $x = -\frac{q}{p}$ into the second equation:
$d(-\frac{q}{p})^{2} + 2 e(-\frac{q}{p}) + f = 0$
$d(\frac{q^{2}}{p^{2}}) - 2 e(\frac{q}{p}) + f = 0$
Multiply by $\frac{p^{2}}{q^{2}}$:
$d - 2 e(\frac{p}{q}) + f(\frac{p^{2}}{q^{2}}) = 0$
Since $q^{2} = pr$,we have $\frac{p}{q} = \frac{q}{r}$,so $\frac{p^{2}}{q^{2}} = \frac{p}{r}$.
$d - 2 e(\frac{p}{q}) + f(\frac{p}{r}) = 0$
Divide by $p$:
$\frac{d}{p} - 2 \frac{e}{q} + \frac{f}{r} = 0$
$\frac{d}{p} + \frac{f}{r} = 2 \frac{e}{q}$
This confirms that $\frac{d}{p}, \frac{e}{q}, \frac{f}{r}$ are in $A.P.$
41
DifficultMCQ
Let $\lambda \neq 0$ be in $\mathbb{R}$. If $\alpha$ and $\beta$ are the roots of the equation $x^{2}-x+2\lambda=0$,and $\alpha$ and $\gamma$ are the roots of the equation $3x^{2}-10x+27\lambda=0$,then $\frac{\beta\gamma}{\lambda}$ is equal to:
A
$10$
B
$18$
C
$95$
D
$42$

Solution

(B) Given equations are $x^{2}-x+2\lambda=0$ and $3x^{2}-10x+27\lambda=0$.
Since $\alpha$ is a common root,it satisfies both equations:
$\alpha^{2}-\alpha+2\lambda=0 \quad ...(1)$
$3\alpha^{2}-10\alpha+27\lambda=0 \quad ...(2)$
Multiply equation $(1)$ by $3$: $3\alpha^{2}-3\alpha+6\lambda=0 \quad ...(3)$
Subtract $(3)$ from $(2)$: $(3\alpha^{2}-10\alpha+27\lambda) - (3\alpha^{2}-3\alpha+6\lambda) = 0$
$-7\alpha+21\lambda=0 \Rightarrow \alpha=3\lambda$.
Substitute $\alpha=3\lambda$ into equation $(1)$:
$(3\lambda)^{2}-(3\lambda)+2\lambda=0 \Rightarrow 9\lambda^{2}-\lambda=0$.
Since $\lambda \neq 0$,we have $\lambda=\frac{1}{9}$.
Then $\alpha=3\lambda=3(\frac{1}{9})=\frac{1}{3}$.
From the first equation,$\alpha+\beta=1 \Rightarrow \beta=1-\frac{1}{3}=\frac{2}{3}$.
From the second equation,$\alpha\gamma=\frac{27\lambda}{3}=9\lambda=9(\frac{1}{9})=1 \Rightarrow \gamma=\frac{1}{\alpha}=\frac{1}{1/3}=3$.
Finally,$\frac{\beta\gamma}{\lambda} = \frac{(2/3)(3)}{1/9} = \frac{2}{1/9} = 18$.
42
AdvancedMCQ
Let $p_1(x) = x^3 - 2020x^2 + b_1x + c_1$ and $p_2(x) = x^3 - 2021x^2 + b_2x + c_2$ be polynomials having two common roots $\alpha$ and $\beta$. Suppose there exist polynomials $q_1(x)$ and $q_2(x)$ such that $p_1(x)q_1(x) + p_2(x)q_2(x) = x^2 - 3x + 2$. Then the correct identity is
A
$p_1(3) + p_2(1) + 4028 = 0$
B
$p_1(3) + p_2(1) + 4026 = 0$
C
$p_1(2) + p_2(1) + 4028 = 0$
D
$p_1(1) + p_2(2) + 4028 = 0$

Solution

(A) Let $p_1(x) = (x - \alpha)(x - \beta)(x - \gamma)$ and $p_2(x) = (x - \alpha)(x - \beta)(x - \delta)$.
Given $p_1(x)q_1(x) + p_2(x)q_2(x) = x^2 - 3x + 2 = (x - 1)(x - 2)$.
Since $p_1(x)$ and $p_2(x)$ share the factors $(x - \alpha)$ and $(x - \beta)$,the expression $(x - \alpha)(x - \beta)$ must divide $(x - 1)(x - 2)$.
Thus,$\alpha = 1$ and $\beta = 2$.
From the coefficients of $x^2$ in $p_1(x)$ and $p_2(x)$,we have $\alpha + \beta + \gamma = 2020 \implies 1 + 2 + \gamma = 2020 \implies \gamma = 2017$.
Similarly,$\alpha + \beta + \delta = 2021 \implies 1 + 2 + \delta = 2021 \implies \delta = 2018$.
So,$p_1(x) = (x - 1)(x - 2)(x - 2017)$ and $p_2(x) = (x - 1)(x - 2)(x - 2018)$.
Calculating the values: $p_1(3) = (3 - 1)(3 - 2)(3 - 2017) = 2 \times 1 \times (-2014) = -4028$.
$p_2(1) = (1 - 1)(1 - 2)(1 - 2018) = 0$.
Therefore,$p_1(3) + p_2(1) + 4028 = -4028 + 0 + 4028 = 0$.
43
AdvancedMCQ
Two distinct polynomials $f(x)$ and $g(x)$ are defined as follows: $f(x)=x^2+ax+2$ and $g(x)=x^2+2x+a$. If the equations $f(x)=0$ and $g(x)=0$ have a common root,then the sum of the roots of the equation $f(x)+g(x)=0$ is:
A
$-\frac{1}{2}$
B
$0$
C
$\frac{1}{2}$
D
$1$

Solution

(C) Let $\alpha$ be the common root of $f(x)=0$ and $g(x)=0$.
Then,$\alpha^2 + a\alpha + 2 = 0$ and $\alpha^2 + 2\alpha + a = 0$.
Subtracting the two equations: $(a-2)\alpha + (2-a) = 0$.
$(a-2)(\alpha - 1) = 0$.
Since the polynomials are distinct,$a \neq 2$. Thus,$\alpha = 1$.
Substituting $\alpha = 1$ into $f(x)=0$: $1^2 + a(1) + 2 = 0 \Rightarrow a = -3$.
The equation $f(x)+g(x)=0$ becomes $(x^2-3x+2) + (x^2+2x-3) = 0$.
$2x^2 - x - 1 = 0$.
The sum of the roots is given by $-\frac{b}{a} = -\frac{-1}{2} = \frac{1}{2}$.
44
DifficultMCQ
If the value of real number $a > 0$ for which $x^2 - 5ax + 1 = 0$ and $x^2 - ax - 5 = 0$ have a common real root is $\frac{3}{\sqrt{2\beta}}$,then $\beta$ is equal to
A
$11$
B
$13$
C
$12$
D
$14$

Solution

(B) Let $\alpha$ be the common root of the equations $x^2 - 5ax + 1 = 0$ and $x^2 - ax - 5 = 0$.
Then $\alpha^2 - 5a\alpha + 1 = 0$ and $\alpha^2 - a\alpha - 5 = 0$.
Subtracting the two equations: $(\alpha^2 - 5a\alpha + 1) - (\alpha^2 - a\alpha - 5) = 0$.
$-4a\alpha + 6 = 0 \Rightarrow \alpha = \frac{6}{4a} = \frac{3}{2a}$.
Substitute $\alpha = \frac{3}{2a}$ into $x^2 - ax - 5 = 0$:
$(\frac{3}{2a})^2 - a(\frac{3}{2a}) - 5 = 0$.
$\frac{9}{4a^2} - \frac{3}{2} - 5 = 0$.
$\frac{9}{4a^2} = \frac{13}{2}$.
$a^2 = \frac{9 \times 2}{4 \times 13} = \frac{9}{26}$.
Since $a > 0$,$a = \frac{3}{\sqrt{26}}$.
Given $a = \frac{3}{\sqrt{2\beta}}$,we have $\sqrt{2\beta} = \sqrt{26}$,so $2\beta = 26$,which means $\beta = 13$.
45
AdvancedMCQ
Let $a, b, c, p, q$ be real numbers. Suppose $\alpha, \beta$ are the roots of the equation $x^2+2px+q=0$ and $\alpha, \frac{1}{\beta}$ are the roots of the equation $ax^2+2bx+c=0$,where $\beta^2 \notin \{-1, 0, 1\}$.
$STATEMENT-1$: $(p^2-q)(b^2-ac) \geq 0$ and
$STATEMENT-2$: $b \neq pa$ or $c \neq qa$.
A
$STATEMENT-1$ is True,$STATEMENT-2$ is True; $STATEMENT-2$ is a correct explanation for $STATEMENT-1$.
B
$STATEMENT-1$ is True,$STATEMENT-2$ is True; $STATEMENT-2$ is $NOT$ a correct explanation for $STATEMENT-1$.
C
$STATEMENT-1$ is True,$STATEMENT-2$ is False.
D
$STATEMENT-1$ is False,$STATEMENT-2$ is True.

Solution

(B) For the first equation $x^2+2px+q=0$,the roots are $\alpha, \beta$. Thus,$\alpha+\beta = -2p$ and $\alpha\beta = q$. The discriminant is $D_1 = 4p^2-4q = 4(p^2-q)$.
For the second equation $ax^2+2bx+c=0$,the roots are $\alpha, \frac{1}{\beta}$. Thus,$\alpha+\frac{1}{\beta} = -\frac{2b}{a}$ and $\alpha\cdot\frac{1}{\beta} = \frac{c}{a}$. The discriminant is $D_2 = 4b^2-4ac = 4(b^2-ac)$.
Since $\alpha$ is a common root,we have $\alpha^2+2p\alpha+q=0$ and $a\alpha^2+2b\alpha+c=0$. Eliminating $\alpha^2$,we get $(2ap-2b)\alpha + (aq-c) = 0$. If $b=ap$ and $c=aq$,then the equations are identical,which contradicts $\beta^2 \neq 1$. Thus $b \neq ap$ or $c \neq aq$.
Since $\alpha$ is real,$p^2-q \geq 0$ and $b^2-ac \geq 0$ (as $\alpha$ is a root of both),their product is $\geq 0$. Thus $STATEMENT-1$ is True.
$STATEMENT-2$ is also True as shown by the contradiction of identical equations,but it is not the direct explanation for the inequality product. Hence,option $B$ is correct.
46
DifficultMCQ
$A$ value of $b$ for which the equations $x^2+bx-1=0$ and $x^2+x+b=0$ have one root in common is
A
$-\sqrt{2}$
B
$-i\sqrt{3}$
C
$i\sqrt{5}$
D
$\sqrt{2}$

Solution

(B) Let $\alpha$ be the common root of the equations $x^2+bx-1=0$ and $x^2+x+b=0$.
Then,$\alpha^2+b\alpha-1=0$ and $\alpha^2+\alpha+b=0$.
Subtracting the two equations,we get:
$(\alpha^2+b\alpha-1) - (\alpha^2+\alpha+b) = 0$
$(b-1)\alpha - (1+b) = 0$
$(b-1)\alpha = b+1$
$\alpha = \frac{b+1}{b-1}$ (assuming $b \neq 1$).
Substituting $\alpha$ into the second equation $\alpha^2+\alpha+b=0$:
$\left(\frac{b+1}{b-1}\right)^2 + \frac{b+1}{b-1} + b = 0$
Multiply by $(b-1)^2$:
$(b+1)^2 + (b+1)(b-1) + b(b-1)^2 = 0$
$(b^2+2b+1) + (b^2-1) + b(b^2-2b+1) = 0$
$2b^2+2b + b^3-2b^2+b = 0$
$b^3+3b = 0$
$b(b^2+3) = 0$
Since $b \neq 0$ (otherwise the equations become $x^2-1=0$ and $x^2+x=0$,which have no common root),we have $b^2+3=0$,so $b^2=-3$,which gives $b = \pm i\sqrt{3}$.
47
MediumMCQ
If $\alpha$ is the common root of the quadratic equations $x^2-5x+4a=0$ and $x^2-2ax-8=0$,where $a \in R$,then the value of $\alpha^4-\alpha^3+68$ is
A
$260$
B
$250$
C
$0$
D
$240$

Solution

(A) Since $\alpha$ is the common root,it satisfies both equations:
$1) \alpha^2 - 5\alpha + 4a = 0 \implies 4a = 5\alpha - \alpha^2$
$2) \alpha^2 - 2a\alpha - 8 = 0$
Substitute $2a = \frac{5\alpha - \alpha^2}{2}$ into the second equation:
$\alpha^2 - (\frac{5\alpha - \alpha^2}{2})\alpha - 8 = 0$
$2\alpha^2 - 5\alpha^2 + \alpha^3 - 16 = 0$
$\alpha^3 - 3\alpha^2 - 16 = 0$
By testing integer roots,$\alpha = 4$ satisfies the equation: $64 - 3(16) - 16 = 64 - 48 - 16 = 0$.
For $\alpha = 4$,$4a = 5(4) - 16 = 4 \implies a = 1$.
The expression is $\alpha^4 - \alpha^3 + 68 = 4^4 - 4^3 + 68 = 256 - 64 + 68 = 260$.
48
EasyMCQ
If $x^2+5ax+6=0$ and $x^2+3ax+2=0$ have a common root,then that common root is
A
$3$ (or) $-3$
B
$2$ (or) $-2$
C
$2$ (or) $-3$
D
$-2$ (or) $3$

Solution

(B) Let $y$ be a common root of $x^2+5ax+6=0$ and $x^2+3ax+2=0$.
Since $y$ satisfies both equations,we have:
$y^2+5ay+6=0$ $(1)$
$y^2+3ay+2=0$ $(2)$
Subtracting equation $(2)$ from $(1)$:
$(y^2+5ay+6) - (y^2+3ay+2) = 0$
$2ay + 4 = 0$
$2ay = -4$
$ay = -2$
Substitute $ay = -2$ into equation $(2)$:
$y^2 + 3(-2) + 2 = 0$
$y^2 - 6 + 2 = 0$
$y^2 - 4 = 0$
$y^2 = 4$
$y = \pm 2$.
49
EasyMCQ
If $2x^2+3x-2=0$ and $3x^2+ax-2=0$ have one common root,then the sum of all possible values of $a$ is (in $.5$)
A
$-3$
B
$7$
C
$-7$
D
$-1$

Solution

(B) First,solve the quadratic equation $2x^2+3x-2=0$ by factoring:
$2x^2+4x-x-2=0$ $\Rightarrow 2x(x+2)-1(x+2)=0$ $\Rightarrow (2x-1)(x+2)=0$.
Thus,the roots are $x=-2$ and $x=\frac{1}{2}$.
Case $1$: If $x=-2$ is the common root,substitute it into $3x^2+ax-2=0$:
$3(-2)^2+a(-2)-2=0$ $\Rightarrow 12-2a-2=0$ $\Rightarrow 10=2a$ $\Rightarrow a=5$.
Case $2$: If $x=\frac{1}{2}$ is the common root,substitute it into $3x^2+ax-2=0$:
$3(\frac{1}{2})^2+a(\frac{1}{2})-2=0$ $\Rightarrow \frac{3}{4}+\frac{a}{2}-2=0$ $\Rightarrow \frac{a}{2} = 2 - \frac{3}{4} = \frac{5}{4}$ $\Rightarrow a=2.5$.
The sum of all possible values of $a$ is $5+2.5=7.5$.

4-2.Quadratic Equations and Inequations — Condition for common roots · Frequently Asked Questions

1Are these 4-2.Quadratic Equations and Inequations questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a 4-2.Quadratic Equations and Inequations Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.