The given equation points of intersection with x-axi => Basically the question is asking the number of roots of the given quadratic equation.
Case 1: Usually a quadratic equation has two roots, when it is of the form ax^2 + bx + c =0.=> no of points of intersection with x-axis is 2
Case 2: But a quadratic eqn can have both the roots equal, when it is of the form (x + a)^2 = 0 => no of points of intersection with x-axis is 1
Now, our job is to find out if the given equation falls into case2, if so no of point of intersection will be 1 else 2.
in the given equation, x^2+2qx+r = 0, if r = q^2, then equation becomes => x ^ 2 + 2qx + q ^2 => (x + q)^2 = 0 => case 2
so the question is r = q^2?
Statement 1:
q^2 > r => crystal clear sufficient that r != q^2, so the number of points of intersection is 2.
Statement 2:
r^2 > q => Not sufficient,
if q = 2, r = 4 (r = q^2), statement 2 satisfied => case 2, only one point of intersection
if q = 2, r = 5 (r != q^2), statement 2 satisfied => case 1, two points of intersection
So Answer (A)