Solveeit Logo

Question

Quantitative Aptitude Question on Common Roots

Suppose k is any integer such that the equation 2x2+kx+5=02x^2+kx+5=0 has no real roots and the equation x2+(k5)x+1=0x^2+(k−5)x+1=0 has two distinct real roots for x. Then, the number of possible values of k is

A

7

B

8

C

9

D

13

Answer

9

Explanation

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=02x^2 + kx + 5 = 0
For this equation to have no real roots,the discriminant (b24ac)(b^2 - 4ac) must be negative,where the coefficients are from the quadratic equation ax2+bx+c=0ax^2+bx+c=0
In this case, a=2,b=k, and c=5. So,the discriminant is:
D1=k24×2×5=k240.D1 = k^2 - 4 \times 2 \times 5 = k^2 - 40.
For no real roots, D1<0:
k240<0k^2 - 40 < 0
k2<40k^2 < 40
40<k<40-\sqrt{40} < k < \sqrt{40}
210<k<210-2\sqrt{10} < k < 2\sqrt{10}
Equation 2: x2+(k5)x+1=0x^2 + (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=(k5)24×1×1=k210k+21D2 = (k - 5)^2 - 4 \times 1 \times 1 = k^2 - 10k + 21.
For two distinct real roots, D2>0:
k210k+21>0k^2 - 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-2\sqrt{10} < k < 2\sqrt{10} (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<210-2\sqrt{10} < k < 2\sqrt{10}k < 3 or k > 7
Visualizing this on a number line:
-∞ ---- (210-2\sqrt{10}) -------- 3 -------- 7 -------- (2102\sqrt{10}) ---- +∞
The values that satisfy both conditions are within the range of 210  to  210-2\sqrt{10}\space to\space 2\sqrt{10} and also either less than 3 or greater than 7.
Thus, the possible values of k are within the following ranges:
From 210-2\sqrt{10} to 3 (excluding 3)
From 7 to 2102\sqrt{10} (excluding 7)
Calculating these ranges:
210-2\sqrt{10}≈-8.94, so the range is approximately -8.94<k<3.
2102\sqrt{10}≈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.