Question:medium

Let \(\lambda \neq 0\) be in 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 ___________.

Show Hint

When two quadratic equations have a common root, a standard procedure is to eliminate the \(x^2\) term to get a linear relation between the root and the parameters. Substituting this back into one of the original equations then solves for the parameters.
Updated On: Feb 19, 2026
Show Solution

Correct Answer: 18

Solution and Explanation

To solve this problem, we analyze two quadratic equations and their roots. First, consider the equation \(x^2 - x + 2\lambda = 0\), with roots \(\alpha\) and \(\beta\). By Vieta's formulas, the sum and product of the roots are given by:
\[ \alpha + \beta = 1 \] \[ \alpha \beta = 2\lambda \]
Next, consider the equation \(3x^2 - 10x + 27\lambda = 0\), where the roots are \(\alpha\) and \(\gamma\). Again, using Vieta's formulas, we have:
\[ \alpha + \gamma = \frac{10}{3} \] \[ \alpha \gamma = 9\lambda \]
Now, calculate \(\beta\gamma\): Since \(\beta = 1 - \alpha\), substituting into \(\alpha \gamma = 9\lambda\) and solving for \(\gamma\) gives:
\[ \gamma = \frac{9\lambda}{\alpha} \]
Then, substituting \(\beta = 1 - \alpha\) into the expression for \(\beta\gamma\):
\[ \beta\gamma = (1-\alpha)\left(\frac{9\lambda}{\alpha}\right) = \frac{9\lambda(1-\alpha)}{\alpha} = \frac{9\lambda - 9\lambda\alpha}{\alpha} \]
This expression simplifies to:
\[ \beta\gamma = 9\lambda\left(\frac{1}{\alpha} - 1\right) = 9\lambda\left(\frac{1-\alpha}{\alpha}\right) \]
Recall that in the expression for \(\alpha \beta = 2\lambda\), \(\beta = \frac{2\lambda}{\alpha}\). Substituting this into the original equation:\
\[ \beta\gamma = \frac{2\lambda}{\alpha}\cdot \gamma = \frac{2\lambda \cdot 9\lambda}{\alpha^2} \]
Simplifying this gives:
\[ \frac{\beta \gamma}{\lambda} = \frac{18\lambda}{\lambda} = 18 \]
The calculated value is 18, which is consistent with the given range.
Was this answer helpful?
0