Solveeit Logo

Question

Question: If $x^2-2x+c=0$ and $x^2-ax+b=0$ have a root in common and the second equation has equal roots, then...

If x22x+c=0x^2-2x+c=0 and x2ax+b=0x^2-ax+b=0 have a root in common and the second equation has equal roots, then b+cb+c is equal to

A

a

B

2a

C

3a

D

None of these

Answer

a

Explanation

Solution

The second equation x2ax+b=0x^2-ax+b=0 having equal roots implies its discriminant is zero, so a2=4ba^2=4b. The repeated root is x=a2x=\frac{a}{2}. Since this is the common root, it must satisfy the first equation x22x+c=0x^2-2x+c=0. Substituting x=a2x=\frac{a}{2} into the first equation gives (a2)22(a2)+c=0(\frac{a}{2})^2 - 2(\frac{a}{2}) + c = 0, which simplifies to a24a+c=0\frac{a^2}{4} - a + c = 0. Substituting a2=4ba^2=4b into this equation yields 4b4a+c=0\frac{4b}{4} - a + c = 0, which simplifies to ba+c=0b - a + c = 0. Rearranging this gives b+c=ab+c=a.