Solveeit Logo

Question

Question: If $x^2+3x+7=0$ and $ax^2+bx+c=0$ have a common root and $a,b,c \in \mathbb{N}$ then minimum value o...

If x2+3x+7=0x^2+3x+7=0 and ax2+bx+c=0ax^2+bx+c=0 have a common root and a,b,cNa,b,c \in \mathbb{N} then minimum value of (a+b+c)(a+b+c)

Answer

11

Explanation

Solution

The discriminant of x2+3x+7=0x^2+3x+7=0 is D=324(1)(7)=928=19<0D = 3^2 - 4(1)(7) = 9 - 28 = -19 < 0. The roots are complex. Let γ\gamma be the common root. Since γ\gamma is a root of x2+3x+7=0x^2+3x+7=0, we have γ2+3γ+7=0\gamma^2+3\gamma+7=0, which implies γ2=3γ7\gamma^2 = -3\gamma-7. Since γ\gamma is also a root of ax2+bx+c=0ax^2+bx+c=0, we have aγ2+bγ+c=0a\gamma^2+b\gamma+c=0. Substituting γ2\gamma^2: a(3γ7)+bγ+c=0a(-3\gamma-7)+b\gamma+c=0. Rearranging terms: (b3a)γ+(c7a)=0(b-3a)\gamma + (c-7a) = 0. Since γ\gamma is a complex number and a,b,ca,b,c are real (natural numbers), for this equation to hold, the coefficients of γ\gamma and the constant term must both be zero. Thus, b3a=0    b=3ab-3a=0 \implies b=3a and c7a=0    c=7ac-7a=0 \implies c=7a. We want to minimize a+b+c=a+3a+7a=11aa+b+c = a+3a+7a = 11a. Since a,b,cNa,b,c \in \mathbb{N}, the smallest possible value for aa is 1. When a=1a=1, b=3b=3, and c=7c=7. These are all natural numbers. The minimum value of (a+b+c)(a+b+c) is 11×1=1111 \times 1 = 11.