The determinant $$\begin{vmatrix} a & b & a+b \\ b & c & b+c \\ a+b & b+c & 0 \end{vmatrix}$$ is equal to zero, if:
Step-by-Step Solution
Key Concept: The determinant equals zero when either ac - b² = 0 (condition for a, b, c in G.P.) or a·a² + 2ba + c = 0 (condition for (x - a) being a factor of ax² + 2bx + c). These arise from factoring the determinant expression after row reduction.
The determinant $\begin{vmatrix} a & b & aa+b \\ b & c & ba+c \\ aa+b & ba+c & 0 \end{vmatrix} = 0$ is evaluated using row operations. After performing $R_3 \to R_3 - aR_1 - R_2$, the third row becomes $[0, 0, -(aa+b)-ba-c]$, leading to the condition $-(aa^2 + 2ba + c)(ac - b^2) = 0$. Therefore, either $ac - b^2 = 0$ or $aa^2 + 2ba + c = 0$, meaning $a, b, c$ are in G.P. or $a$ is a root of $ax^2 + 2bx + c = 0$.
Correct Answer: 2,4