Let the common root of the quadratic equations be A. The question says that the other roots of the two equations are in the ration of 4:3; therefore, we can take these roots as 4k and 3k.
The standard form of a quadratic equation is a\(x^2\)+bx+c = 0. Let’s compare the two equations with the standard form:
\(x^2\) -6x + a = 0. The value of a = 1, b = -6 and c =a.
\(x^2\) – cx + 6 = 0. The value of a = 1, b = - c and c = 6.
The sum of the roots of any quadratic equation is given by –(\(\frac{b}{a}\)) and the product of the roots is given by (\(\frac{c}{a}\)).
For \(x^2\)- 6x + a = 0, sum of roots = 6 and product of roots = a.
Substituting the values of the roots, we have
A+4k = 6 and A*4k = a.
For \(x^2\) – cx + 6 = 0, sum of roots = c and product of roots = 6.
Substituting the values of the roots, we have
A+3k = c and A*3k = 6.
Simplifying, we get Ak = 2 or A = \(\frac{2}{k}\).
Substituting this in A+4k = 6, we have \(\frac{2}{k}\) + 4k = 6. Rearranging terms, we have 4\(k^2\) -6k + 2 = 0 OR 2\(k^2\) – 3k + 1 = 0. The roots of this equation are k = 1 or k = ½. k = ½ does not give 3k as an integer and hence can be ruled out.
Therefore, A = \(\frac{2}{k}\) = \(\frac{2}{1}\) = 2.
The correct answer option is B.
In questions on quadratic equations,when the value of one root is given and the relationship between the roots is given, it's a good idea to deal with the sum and the product of the roots instead of trying to solve the equation. Because one root is given and you know how this root is related to the other one, you will generally be able to develop equations for the sum and product of roots and hence be able to solve for the unknown roots.
Hope that helps!