Skip to main contentSkip to solution

Let mm and nn be positive integers, If x2+mx+2n=0x^2 + mx + 2n = 0 and x2+2nx+m=0x^2 + 2nx + m = 0 have real roots, then the smallest possible value of m+nm + n is

Solution

✅ Correct Option: 4

We need to find when both quadratic equations have real roots, then minimize m + n.


For any quadratic equation ax² + bx + c = 0 to have real roots, its discriminant (b² - 4ac) must be ≥ 0.

The discriminant tells us about the nature of roots. When it's negative, we get complex roots; when it's non-negative, we get real roots.


For the first equation x2+xmx+2n=0x^2 + xmx + 2n = 0:

Discriminant =m2−4(1)(2n)=m2−8n= m^2 - 4(1)(2n) = m^2 - 8n

For real roots: m2−8n≥0m^2 - 8n \geq 0

This gives us: m2≥8nm^2 \geq 8n ... (1)


For the second equation x2+2nx+m=0x^2 + 2nx + m = 0:

Discriminant =(2n)2−4(1)(m)=4n2−4m= (2n)^2 - 4(1)(m) = 4n^2 - 4m

For real roots: 4n2−4m≥04n^2 - 4m \geq 0

Dividing by 4: n2−m≥0n^2 - m \geq 0

This gives us: m≤n2m \leq n^2 ... (2)


From conditions (1) and (2): 8n≤m28n \leq m^2 and m≤n2m \leq n^2

This means: 8n≤m2≤(n2)2=n48n \leq m^2 \leq (n^2)^2 = n^4

So we need: 8n≤n48n \leq n^4

Dividing by n (since n > 0): 8≤n38 \leq n^3

Since n is a positive integer, we need n3≥8n^3 \geq 8, which means n≥2n \geq 2.


When n=1n = 1:

Condition (1): m2≥8(1)=8m^2 \geq 8(1) = 8, so m≥3m \geq 3

Condition (2): m≤12=1m \leq 1^2 = 1, so m≤1m \leq 1

These contradict each other! No solution for n=1n = 1.


When n=2n = 2:

Condition (1): m2≥8(2)=16m^2 \geq 8(2) = 16, so m≥4m \geq 4

Condition (2): m≤22=4m \leq 2^2 = 4, so m≤4m \leq 4

Both conditions satisfied when m=4m = 4

Sum: m+n=4+2=6m + n = 4 + 2 = 6


When n=3n = 3:

Condition (1): m2≥8(3)=24m^2 \geq 8(3) = 24, so m≥5m \geq 5 (since 52=25>245^2 = 25 > 24)

Condition (2): m≤32=9m \leq 3^2 = 9, so m≤9m \leq 9

Smallest valid m is 5

Sum: m+n=5+3=8m + n = 5 + 3 = 8


When n=4n = 4:

Condition (1): m2≥8(4)=32m^2 \geq 8(4) = 32, so m≥6m \geq 6 (since 62=36>326^2 = 36 > 32)

Condition (2): m≤42=16m \leq 4^2 = 16, so m≤16m \leq 16

Smallest valid m is 6

Sum: m+n=6+4=10m + n = 6 + 4 = 10


As n increases, the minimum required value of m increases, making m+nm + n larger.


Therefore, the smallest possible value of m+nm + n is 6.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question