JEE MainMathematicsStraight Lines
If the lines represented by the equation 4xy + y^2 - 4x - 2y + 1 = 0 and the line kx + (k-1)y - 2 = 0 do not form a triangle, and P is the sum of squares of all possible real values of k , then the value of 9P is ________.
Correct answer
97
Step-by-step solution
The given second-degree equation is 4xy + y^2 - 4x - 2y + 1 = 0 . This can be rewritten as: y^2 - 2y + 1 + 4x(y - 1) = 0 (y - 1)^2 + 4x(y - 1) = 0 (y - 1)(4x + y - 1) = 0 Thus, the two lines are L₁: y = 1 and L₂: 4x + y = 1 . Solving these, their point of intersection is (0, 1) . The third line is L₃: kx + (k-1)y - 2 = 0 . For the three lines to not form a triangle, L₃ must either be concurrent with L₁ and L₂ , or parallel to one of them. Case 1: Concurrency L₃ passes through (0, 1) : k(0) + (k-1)(1) - 2 = 0 k = 3