Find the Value of k If x = 3 Is a Root of x² - kx + 6 = 0

easy CBSE CBSE 2024 Board Exam 3 min read

Question

Given that x=3x = 3 is a root of the quadratic equation x2kx+6=0x^2 - kx + 6 = 0, find the value of kk. Also find the other root.


Solution — Step by Step

Since x=3x = 3 is a root, it must satisfy the equation. We plug in x=3x = 3 directly:

32k(3)+6=03^2 - k(3) + 6 = 0 93k+6=09 - 3k + 6 = 0

Simplify the left side:

153k=015 - 3k = 0 3k=15    k=53k = 15 \implies k = 5

So the equation becomes x25x+6=0x^2 - 5x + 6 = 0.

Now we factor x25x+6=0x^2 - 5x + 6 = 0. We need two numbers that multiply to 66 and add to 5-5. Those are 2-2 and 3-3:

(x2)(x3)=0(x - 2)(x - 3) = 0

So x=2x = 2 or x=3x = 3. The other root is x=2\mathbf{x = 2}.

A quick sanity check: sum of roots =2+3=5=k= 2 + 3 = 5 = k ✓, and product of roots =2×3=6= 2 \times 3 = 6 ✓ (matches the constant term).

Final answer: k=5k = 5, and the other root is 22.


Why This Works

A root of a polynomial equation is a value of xx that makes the equation equal to zero. This is the definition — nothing more. So if someone tells us x=3x = 3 is a root, we can treat it as a direct substitution to extract the unknown.

Once we find k=5k = 5, the equation is fully determined. From there, factoring is the cleanest route to the second root for a quadratic with small integer coefficients.

Vieta’s formulas give us a shortcut and a verification tool simultaneously. For ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is b/a-b/a and the product is c/ac/a. Checking both protects you from silly arithmetic errors in the exam.


Alternative Method — Using Vieta’s Formulas Directly

Once we know k=5k = 5, we can skip factoring entirely.

For x25x+6=0x^2 - 5x + 6 = 0:

  • Sum of roots =5= 5 (coefficient of xx with sign flipped)
  • One root is 33

So the other root =53=2= 5 - 3 = \mathbf{2}.

In CBSE board exams, if the quadratic has a known root, use Vieta’s to find the other root in one line. It’s faster than factoring and looks clean in your answer sheet — examiners love it.


Common Mistake

The most common error is forgetting the sign when reading off the sum of roots. Students see x25x+6x^2 - 5x + 6 and write “sum of roots =5= -5” because they copy the coefficient directly. Remember: for x2+bx+c=0x^2 + bx + c = 0, sum of roots =b= -b, not bb. Here b=5b = -5, so sum =(5)=5= -(-5) = 5. This appeared as a one-mark verification step in CBSE 2024, and many students lost the mark here.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next