Bunuel
For how many values of \(a\) greater than 0 (\(a > 0\)), both the roots of \(ax^2 - (a+1)x + (a-2) = 0\), are greater than 3?
A. 0
B. 1
C. 2
D. 4
E. 5
I don't know if I got really lucky on this one or if this is actually smart work, but here's what I did:
If both the roots are greater than 3, then their sum is greater than 6
therefore,
(a+1)/a > 6 or a(5a-1)<0 or a is (0, 1/5)Now here is where this gets really trippy. This is a range, and a range contains infinitely many values which satisfy. However, we have been asked distinct values of a here, which means we would have to check other conditions such as Discriminant>=0 or Minima at>=3 or Product>=9 and then arrive at an intersection of all these and see how many values of a will satisfy.
But the catch is that we will again get a range of a as a resultant and there will be infinitely many values in that range. In order to be able to pinpoint any distinct values for a, it has to be that only the edge cases a=0 and a=1/5 result from that intersection, but we know that both a=0 and a=1/5 are not a part of the solution set, and we have practically no way of defining the edge case since there is an open bracket on both 0 and 1/5, it is practically equivalent to asking what comes immediately after 0 and check for that? We can zoom infinitely on the number line and yet not arrive at that figure.
Therefore, we MUST have 0 distinct solutions for a that satisfy.
Bunuel chetan2u would really appreciate if you could review this and share your thoughts too. Definitely I know that is a standard way of doing this question as well, but what I've done though seems about right to me, would like for you to review.
Posted from my mobile deviceyou are wrong in colored portion.
\(\frac{a+1}{a}>6.......a+1>6a.........5a<1.....a<\frac{1}{5}\). Also a>0.
Also, product of roots >9.... and you can further work on it