I was looking up some shortcuts to solve quadratic equations. I got a technique that applies when the sum of the numerators and denominators are equal, but I am unable to understand the reasoning behind it. Here I'm showing an example:
$$ \frac{3x + 4}{6x + 7} = \frac{5x + 6}{2x + 3} $$
The solution goes as follows:
"Minute observation of the question helps us to identify that this question falls in a special category of quadratic equations, where the sum of the numerators (N) and the sum of the denominators (D) are found to be equal to 8x + 10.''
For the first root,
$ N_1 + N_2 = D_1 + D_2 = 0$
or, $ 8x + 10 = 0 $
or, $ x = -5/4 $
For the second root
$ N_1 - D_1 = N_2 - D_2 = 0 $
or, $ 3x + 3 = 0 $
or, $ x = -1 $
Can someone explain the reasoning/proof behind this?
Your equation has the form $$ N_1/D_1 = N_2/D_2 $$ that implies $$ N_1 D_2 = N_2 D_1 $$ Add $N_2 D_2$ to both sides, $$ (N_1+N_2) D_2 = N_2 (D_1+D_2) \qquad \qquad (*) $$ but $(N_1+N_2) = (D_1+D_2) $, so you cam simplify the terms in the parenthesis, and remain with $$ D_2 = N_2 \quad \Rightarrow \quad D_2 -N_2 = 0 $$ Similarly you can show that an equivalent condition is $D_1-N_1 = 0$.
Note that equation $(*)$ is satisfied also if $(N_1+N_2)=(D_1+D_2)=0$, which gives the other solution.