Solveeit Logo

Question

Question: The number of integral values of 'm' less than 50, so that the roots of the quadratic equation $mx^2...

The number of integral values of 'm' less than 50, so that the roots of the quadratic equation mx2mx^2 + (2m - 1)x + (m - 2) = 0 are rational, are

A

6

B

7

C

8

D

5

Answer

Option (A) 6

Explanation

Solution

Solution:

Given the quadratic equation:

mx2+(2m1)x+(m2)=0,mx^2 + (2m-1)x + (m-2)=0,

with m<50m < 50 and mm being an integer (with m0m \neq 0 so that it remains a quadratic). For the roots to be rational, the discriminant must be a perfect square. The discriminant (DD) is

D=(2m1)24m(m2)=4m24m+1(4m28m)=4m+1.D = (2m-1)^2 - 4m(m-2) = 4m^2 - 4m + 1 - (4m^2 - 8m) = 4m + 1.

Set

4m+1=k2,kZ.4m + 1 = k^2,\quad k\in \mathbb{Z}.

So,

m=k214.m = \frac{k^2 - 1}{4}.

For mm to be an integer, k21k^2 -1 must be divisible by 4. Notice that if kk is odd (say, k=2n+1k = 2n+1), then

k2=(2n+1)2=4n2+4n+1k21=4n(n+1),k^2 = (2n+1)^2 = 4n^2 + 4n + 1 \quad \Rightarrow \quad k^2 - 1 = 4n(n+1),

which is divisible by 4. Thus, kk must be odd.

Now, we consider positive odd kk values such that m<50m < 50:

m=k214<50k2<201.m = \frac{k^2 - 1}{4} < 50 \quad \Rightarrow \quad k^2 < 201.

So, kk can be 1, 3, 5, 7, 9, 11, 13.

Computing mm:

  • For k=1k=1: m=114=0m=\frac{1-1}{4}=0 (discard m=0m=0).
  • For k=3k=3: m=914=2m=\frac{9-1}{4}=2.
  • For k=5k=5: m=2514=6m=\frac{25-1}{4}=6.
  • For k=7k=7: m=4914=12m=\frac{49-1}{4}=12.
  • For k=9k=9: m=8114=20m=\frac{81-1}{4}=20.
  • For k=11k=11: m=12114=30m=\frac{121-1}{4}=30.
  • For k=13k=13: m=16914=42m=\frac{169-1}{4}=42.

Thus, the valid values of mm are: 2, 6, 12, 20, 30, and 42. There are 6 such values.

Answer: Option (A) 6


Explanation (minimal):

  1. Find discriminant D=4m+1D = 4m+1.
  2. Set 4m+1=k24m+1 = k^2 for rational roots.
  3. Require m=k214m=\frac{k^2-1}{4} be an integer: kk must be odd.
  4. Use k=1,3,5,7,9,11,13k=1,3,5,7,9,11,13 (ensuring m<50m < 50) and discard m=0m=0.
  5. Count valid mm: 2, 6, 12, 20, 30, 42 (6 values).