Question
Quantitative Aptitude Question on Common Roots
Suppose k is any integer such that the equation 2x2+kx+5=0 has no real roots and the equation x2+(k−5)x+1=0 has two distinct real roots for x. Then, the number of possible values of k is
7
8
9
13
9
Solution
The correct answer is C:9
To solve this problem,we need to analyze the conditions for both equations to have no real roots and two distinct real roots,respectively.Let's break it down step by step.
Equation 1: 2x2+kx+5=0
For this equation to have no real roots,the discriminant (b2−4ac) must be negative,where the coefficients are from the quadratic equation ax2+bx+c=0
In this case, a=2,b=k, and c=5. So,the discriminant is:
D1=k2−4×2×5=k2−40.
For no real roots, D1<0:
k2−40<0
k2<40
−40<k<40
−210<k<210
Equation 2: x2+(k−5)x+1=0
For this equation to have two distinct real roots,the discriminant must be positive.
In this case, a=1, b=k-5, and c=1.So,the discriminant is:
D2=(k−5)2−4×1×1=k2−10k+21.
For two distinct real roots, D2>0:
k2−10k+21>0
(k-3)(k-7)>0
This quadratic inequality holds when k<3 or k>7.
Now,let's combine the conditions we found for both equations:
−210<k<210 (for no real roots in the first equation)
k<3 or k>7 (for two distinct real roots in the second equation)
To find the possible values of k that satisfy both conditions,we need to find the intersection of the intervals:
−210<k<210k < 3 or k > 7
Visualizing this on a number line:
-∞ ---- (−210) -------- 3 -------- 7 -------- (210) ---- +∞
The values that satisfy both conditions are within the range of −210to210 and also either less than 3 or greater than 7.
Thus, the possible values of k are within the following ranges:
From −210 to 3 (excluding 3)
From 7 to 210 (excluding 7)
Calculating these ranges:
−210≈-8.94, so the range is approximately -8.94<k<3.
210≈8.94, so the range is approximately 7<k<8.94.
Therefore,there are 9 possible integer values of k that satisfy both conditions: -8,-7,-6,-5,-4,-3,-2,-1, and 0.
Hence,the answer is indeed 9 possible values of k.