Bunuel
What is componendo-dividendo?
If a/b = c/d, then, we have: (a+b)/(a-b) = (c+d)/(c-d)
This is the idea of componendo-dividendo (it is easy to prove how).
To validate: 6/4 = 3/2 => (6+4)/(6-4) = (3+2)/(3-2)
Applying componendo-dividendo in this question:
\(\frac{x^3 + 12x}{6x^2 + 8} = \frac{y^3 + 27y}{9y^2 + 27}\)
=> \(\frac{x^3 + 12x + 6x^2 + 8}{x^3 + 12x - 6x^2 - 8} = \frac{y^3 + 27y + 9y^2 + 27}{y^3 + 27y - 9y^2 - 27}\)
=> \(\frac{x^3 + 6x^2 + 12x + 8}{x^3 - 6x^2 + 12x - 8} = \frac{y^3 + 9y^2 + 27y + 27}{y^3 - 9y^2 + 27y - 27}\)
=> \(\frac{(x + 2)^3}{(x - 2)^3} = \frac{(y + 3)^3}{(y - 3)^3}\)
Taking cube-root:
=> \(\frac{(x + 2)}{(x - 2)} = \frac{(y + 3)}{(y - 3)}\)
Applying componendo-dividendo again:
\(\frac{(x + 2 + x - 2)}{(x + 2 - x + 2)} = \frac{(y + 3 + y - 3)}{(y + 3 - y + 3)}\)
=> \(\frac{2x}{4} = \frac{2y}{6}\)
=> \(\frac{x}{2} = \frac{y}{3}\)
=> \(\frac{x}{y} = \frac{2}{3}\)
Answer CThe better and FASTER alternative:Use the options:
Option C: x/y = 2/3 => Let x = 2kand y = 3k
Substitute in the given equation and verify if it holds true.
Similarly, try the other options.
Option C will hold true, the others won't.