Hi Ramya
The question is easy but given in thast way to confuse.
Let a general quadratic equation be
ax2+bx+c =0
The equation has Real roots if b2 - 4*a*c >= 0 .
By closely Analysing the above condition we can conclude that for a equation to have real roots the necesarry conditions are :
1) If 'a' and 'c' both are +ve , then b2 > 4*a*c
2) Any one of ' a ' or ' c ' should be negative . ( Then b2 +4*a*c > 0 always)
So in the question given observe that ' a ' is positive always . 'a' = (a-c)2 >0 .
So If the roots are to be real then either ' c ' should be -ve or b2 > 4*a*c
' c ' = (b-d)2 - (a-d)2 = ( b - d + a - d) ( b - d - a + d)
= ( b + a - d ) ( b - a)
Let the GP be a , ar , ar2 , ar3 where r is the common ratio.
( b ,c, d are ar , ar2 , ar3 )
' c ' = ( ar + a - ar3 ) ( ar - a)
= a2 (r + 1 - r3 ) ( r - 1)
Now When r > 1
(r-1) >0 but (r + 1 - r3 ) < 0 ( check urself!)
Hence ' c ' < 0
When r < 1
(r - 1) < 0 and (r + 1 - r3 ) > 0 ( Check urself! )
Hence ' c ' < 0
When r = 1 then
' c ' = 0 .
So in all cases of r
b2 > 4*a*c
which implies b2 - 4*a*c > 0
And Hence the roots are rational. c is the answer .
Please tell whether I am right .
Cheers!