How to Use This Section

This is your practice powerhouse for Quadratic Equations. Below are 30+ fully worked problems spanning the whole chapter — factorisation, completing the square, the quadratic formula, the discriminant, and word problems — arranged roughly easy to hard.

How to study: Try each problem with the solution covered, then check the steps. Board marks are awarded step by step — show full working and state word-problem answers in words.

Keep these handy:

  • Quadratic formula: x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • Discriminant D=b24acD = b^2 - 4ac: >0>0 distinct real, =0=0 equal, <0<0 no real roots.
  • Completing the square: add (b/2)2(b/2)^2.
  • Always reject inadmissible roots in word problems.

Solved Examples

Example 1: Factorise

Solve x29x+20=0x^2 - 9x + 20 = 0.

Solution:

  1. Numbers with product 20, sum 9-9: 4,5-4, -5.
  2. (x4)(x5)=0x=4,5(x - 4)(x - 5) = 0 \Rightarrow x = 4, 5.

Final Answer: x=4,5x = 4, 5.

Takeaway: Standard split-the-middle-term factorisation.

Example 2: Factorise (a1a \neq 1)

Solve 3x2+10x+3=03x^2 + 10x + 3 = 0.

Solution:

  1. a×c=9a \times c = 9; numbers 9, sum 10: 9 and 1.
  2. 3x2+9x+x+3=3x(x+3)+1(x+3)=(3x+1)(x+3)=03x^2 + 9x + x + 3 = 3x(x+3) + 1(x+3) = (3x+1)(x+3) = 0.
  3. x=13,3x = -\dfrac{1}{3}, -3.

Final Answer: x=13,3x = -\dfrac{1}{3}, -3.

Takeaway: Use a×ca \times c for the product.

Example 3: Quadratic formula

Solve x23x10=0x^2 - 3x - 10 = 0 using the formula.

Solution:

  1. D=9+40=49D = 9 + 40 = 49.
  2. x=3±72=5x = \dfrac{3 \pm 7}{2} = 5 or 2-2.

Final Answer: x=5,2x = 5, -2.

Takeaway: Formula confirms factorisation (x5)(x+2)(x-5)(x+2).

Example 4: Completing the square

Solve x2+8x+9=0x^2 + 8x + 9 = 0.

Solution:

  1. x2+8x=9x^2 + 8x = -9; add 1616: (x+4)2=7(x+4)^2 = 7.
  2. x=4±7x = -4 \pm \sqrt7.

Final Answer: x=4±7x = -4 \pm \sqrt7.

Takeaway: Add (8/2)2=16(8/2)^2 = 16 to both sides.

Example 5: Discriminant / nature

Find the nature of the roots of 3x22x+1=03x^2 - 2x + 1 = 0.

Solution:

  1. D=412=8<0D = 4 - 12 = -8 < 0.

Final Answer: No real roots.

Takeaway: D<0D < 0 ⇒ no real roots.

Example 6: Equal roots — find kk

Find kk so that 4x2+kx+9=04x^2 + kx + 9 = 0 has equal roots.

Solution:

  1. D=k24(4)(9)=k2144=0D = k^2 - 4(4)(9) = k^2 - 144 = 0.
  2. k=±12k = \pm 12.

Final Answer: k=±12k = \pm 12.

Takeaway: Equal roots ⇒ D=0D = 0.

Example 7: Surd roots by formula

Solve 2x27x+4=02x^2 - 7x + 4 = 0.

Solution:

  1. D=4932=17D = 49 - 32 = 17.
  2. x=7±174x = \dfrac{7 \pm \sqrt{17}}{4}.

Final Answer: x=7±174x = \dfrac{7 \pm \sqrt{17}}{4}.

Takeaway: Non-square DD ⇒ surd roots; leave in exact form.

Example 8: Difference of squares

Solve 25x29=025x^2 - 9 = 0.

Solution:

  1. (5x3)(5x+3)=0(5x - 3)(5x + 3) = 0.
  2. x=±35x = \pm\dfrac{3}{5}.

Final Answer: x=±35x = \pm\dfrac{3}{5}.

Takeaway: a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b).

Example 9: Clearing fractions

Solve xx+1+x+1x=52\dfrac{x}{x+1} + \dfrac{x+1}{x} = \dfrac{5}{2} (assume x0,1x \neq 0, -1).

Solution:

  1. Combine: x2+(x+1)2x(x+1)=522(2x2+2x+1)=5(x2+x)\dfrac{x^2 + (x+1)^2}{x(x+1)} = \dfrac{5}{2} \Rightarrow 2(2x^2 + 2x + 1) = 5(x^2 + x).
  2. 4x2+4x+2=5x2+5xx2+x2=04x^2 + 4x + 2 = 5x^2 + 5x \Rightarrow x^2 + x - 2 = 0.
  3. (x+2)(x1)=0x=2,1(x + 2)(x - 1) = 0 \Rightarrow x = -2, 1.

Final Answer: x=2,1x = -2, 1.

Takeaway: Clear denominators to reach a standard quadratic.

Example 10: Word problem — numbers

The difference of two numbers is 3 and the sum of their squares is 117. Find them.

Solution:

  1. Let them be xx and x3x - 3: x2+(x3)2=1172x26x108=0x23x54=0x^2 + (x-3)^2 = 117 \Rightarrow 2x^2 - 6x - 108 = 0 \Rightarrow x^2 - 3x - 54 = 0.
  2. (x9)(x+6)=0x=9(x - 9)(x + 6) = 0 \Rightarrow x = 9 or x=6x = -6.
  3. Numbers: 9 and 6 (or 6-6 and 9-9).

Final Answer: 9 and 6 (or 6-6 and 9-9).

Takeaway: Both sign-pairs can be valid if positivity isn't required.

Example 11: Completing the square with a1a \neq 1

Solve 2x2+5x3=02x^2 + 5x - 3 = 0 by completing the square.

Solution:

  1. Divide by 2: x2+52x32=0x2+52x=32x^2 + \dfrac{5}{2}x - \dfrac{3}{2} = 0 \Rightarrow x^2 + \dfrac{5}{2}x = \dfrac{3}{2}.
  2. Half of 52\dfrac{5}{2} is 54\dfrac{5}{4}, square 2516\dfrac{25}{16}: (x+54)2=32+2516=4916\left(x + \dfrac{5}{4}\right)^2 = \dfrac{3}{2} + \dfrac{25}{16} = \dfrac{49}{16}.
  3. x+54=±74x=12x + \dfrac{5}{4} = \pm\dfrac{7}{4} \Rightarrow x = \dfrac{1}{2} or 3-3.

Final Answer: x=12,3x = \dfrac{1}{2}, -3.

Takeaway: Divide by aa first; keep fractions exact.

Example 12: Roots given, find equation

Form the quadratic equation whose roots are 33 and 12-\dfrac{1}{2}.

Solution:

  1. Sum =312=52= 3 - \dfrac{1}{2} = \dfrac{5}{2}; product =3×12=32= 3 \times -\dfrac{1}{2} = -\dfrac{3}{2}.
  2. x2(sum)x+(product)=x252x32=0x^2 - (\text{sum})x + (\text{product}) = x^2 - \dfrac{5}{2}x - \dfrac{3}{2} = 0.
  3. Multiply by 2: 2x25x3=02x^2 - 5x - 3 = 0.

Final Answer: 2x25x3=02x^2 - 5x - 3 = 0.

Takeaway: Use x2(sum)x+(product)x^2 - (\text{sum})x + (\text{product}), then clear fractions.

Example 13: Train word problem

A train travels 480 km. If its speed were 8 km/h less, it would take 3 hours more. Find the speed.

Solution:

  1. 480x8480x=3\dfrac{480}{x - 8} - \dfrac{480}{x} = 3.
  2. 480x480(x8)=3x(x8)3840=3x224xx28x1280=0480x - 480(x - 8) = 3x(x - 8) \Rightarrow 3840 = 3x^2 - 24x \Rightarrow x^2 - 8x - 1280 = 0.
  3. (x40)(x+32)=0x=40(x - 40)(x + 32) = 0 \Rightarrow x = 40.

Final Answer: Speed =40= 40 km/h.

Takeaway: 'Less speed, more time' gives a similar time-difference equation.

Example 14: Distinct roots condition

For what pp does x2px+16=0x^2 - px + 16 = 0 have distinct real roots?

Solution:

  1. D>0D > 0: p264>0p^2 - 64 > 0.
  2. p>8p > 8 or p<8p < -8.

Final Answer: p>8p > 8 or p<8p < -8.

Takeaway: Distinct real roots ⇒ D>0D > 0.

Example 15: Reciprocal equation

Solve x1x=32x - \dfrac{1}{x} = \dfrac{3}{2} (assume x0x \neq 0).

Solution:

  1. Multiply by xx: x21=32x2x23x2=0x^2 - 1 = \dfrac{3}{2}x \Rightarrow 2x^2 - 3x - 2 = 0.
  2. (2x+1)(x2)=0x=12,2(2x + 1)(x - 2) = 0 \Rightarrow x = -\dfrac{1}{2}, 2.

Final Answer: x=12,2x = -\dfrac{1}{2}, 2.

Takeaway: Clear the denominator, then factorise.

Example 16: Garden path (area)

A rectangular garden 16 m by 10 m has a uniform path of width xx around it inside, leaving an inner area of 120 m². Find xx.

Solution:

  1. Inner dimensions: (162x)(16 - 2x) and (102x)(10 - 2x). Area: (162x)(102x)=120(16 - 2x)(10 - 2x) = 120.
  2. 16052x+4x2=1204x252x+40=0x213x+10=0160 - 52x + 4x^2 = 120 \Rightarrow 4x^2 - 52x + 40 = 0 \Rightarrow x^2 - 13x + 10 = 0.
  3. x=13±169402=13±1292x = \dfrac{13 \pm \sqrt{169 - 40}}{2} = \dfrac{13 \pm \sqrt{129}}{2}. Taking the smaller root, x0.82x \approx 0.82 m (the larger is inadmissible).

Final Answer: x=1312920.82x = \dfrac{13 - \sqrt{129}}{2} \approx 0.82 m.

Takeaway: Subtract 2x2x from each dimension for an inside border.

Example 17: Sum and product of roots

If the roots of x26x+k=0x^2 - 6x + k = 0 differ by 4, find kk.

Solution:

  1. Let roots be α,β\alpha, \beta: α+β=6\alpha + \beta = 6, αβ=4\alpha - \beta = 4. So α=5,β=1\alpha = 5, \beta = 1.
  2. k=αβ=5×1=5k = \alpha\beta = 5 \times 1 = 5.

Final Answer: k=5k = 5.

Takeaway: Use sum and difference to find each root, then the product.

Example 18: Factorise with surds

Solve 2x2+7x+52=0\sqrt{2}x^2 + 7x + 5\sqrt{2} = 0.

Solution:

  1. a×c=10a \times c = 10; split 7 as 2+52 + 5.
  2. 2x2+2x+5x+52=2x(x+2)+5(x+2)=(x+2)(2x+5)=0\sqrt2 x^2 + 2x + 5x + 5\sqrt2 = \sqrt2 x(x + \sqrt2) + 5(x + \sqrt2) = (x + \sqrt2)(\sqrt2 x + 5) = 0.
  3. x=2x = -\sqrt2 or x=52=522x = -\dfrac{5}{\sqrt2} = -\dfrac{5\sqrt2}{2}.

Final Answer: x=2,522x = -\sqrt2, -\dfrac{5\sqrt2}{2}.

Takeaway: Same factorisation method with surds; rationalise the answer.

Example 19: Two-digit number

A two-digit number is such that the product of its digits is 18. When 63 is subtracted from the number, the digits interchange. Find the number.

Solution:

  1. Tens =x= x, units =y= y: xy=18xy = 18 and (10x+y)63=10y+x9x9y=63xy=7(10x + y) - 63 = 10y + x \Rightarrow 9x - 9y = 63 \Rightarrow x - y = 7.
  2. From x=y+7x = y + 7 and xy=18xy = 18: (y+7)y=18y2+7y18=0=(y+9)(y2)(y+7)y = 18 \Rightarrow y^2 + 7y - 18 = 0 = (y+9)(y-2); y=2y = 2, x=9x = 9.
  3. Number =92= 92.

Final Answer: 92.

Takeaway: Combine a digit-product and a digit-difference condition into one quadratic.

Example 20: Equal roots — find kk (a-coefficient)

Find kk so that kx225x+4=0kx^2 - 2\sqrt5 x + 4 = 0 has equal roots.

Solution:

  1. D=(25)24(k)(4)=2016k=0D = (2\sqrt5)^2 - 4(k)(4) = 20 - 16k = 0.
  2. k=2016=54k = \dfrac{20}{16} = \dfrac{5}{4}.

Final Answer: k=54k = \dfrac{5}{4}.

Takeaway: (25)2=20(2\sqrt5)^2 = 20; set D=0D = 0 and solve for kk.

Example 21: Age problem

The sum of the ages of a mother and daughter is 45 years. Five years ago, the product of their ages was 124. Find their present ages.

Solution:

  1. Let daughter =x= x, mother =45x= 45 - x. Five years ago: (x5)(40x)=124(x - 5)(40 - x) = 124.
  2. 40xx2200+5x=124x2+45x324=0x245x+324=040x - x^2 - 200 + 5x = 124 \Rightarrow -x^2 + 45x - 324 = 0 \Rightarrow x^2 - 45x + 324 = 0.
  3. (x9)(x36)=0x=9(x - 9)(x - 36) = 0 \Rightarrow x = 9 (daughter) since mother >> daughter.

Final Answer: Daughter 9 years, mother 36 years.

Takeaway: Express one age via the sum; subtract 5 from both for the past.

Example 22: No real roots — show

Show that x2+x+1=0x^2 + x + 1 = 0 has no real roots.

Solution:

  1. D=14=3<0D = 1 - 4 = -3 < 0.
  2. Negative discriminant ⇒ no real roots.

Final Answer: No real roots (D=3D = -3).

Takeaway: A quick DD computation settles existence of real roots.

Example 23: Formula with large numbers

Solve x245x+324=0x^2 - 45x + 324 = 0.

Solution:

  1. D=20251296=729=272D = 2025 - 1296 = 729 = 27^2.
  2. x=45±272=36x = \dfrac{45 \pm 27}{2} = 36 or 99.

Final Answer: x=9,36x = 9, 36.

Takeaway: Recognising 729=272729 = 27^2 keeps the roots rational.

Example 24: Pythagoras word problem

The altitude of a right triangle is 7 cm less than its base. If the hypotenuse is 13 cm, find the other two sides.

Solution:

  1. Let base =x= x, altitude =x7= x - 7: x2+(x7)2=169x^2 + (x - 7)^2 = 169.
  2. 2x214x+49=169x27x60=0=(x12)(x+5)2x^2 - 14x + 49 = 169 \Rightarrow x^2 - 7x - 60 = 0 = (x - 12)(x + 5); x=12x = 12.
  3. Base 12 cm, altitude 5 cm.

Final Answer: Base 12 cm, altitude 5 cm.

Takeaway: Use a2+b2=c2a^2 + b^2 = c^2 with the side relation.

Example 25: Roots ratio condition

If one root of x26x+k=0x^2 - 6x + k = 0 is twice the other, find kk.

Solution:

  1. Let roots be α\alpha and 2α2\alpha. Sum: 3α=6α=23\alpha = 6 \Rightarrow \alpha = 2.
  2. Product: α2α=2α2=kk=2(4)=8\alpha \cdot 2\alpha = 2\alpha^2 = k \Rightarrow k = 2(4) = 8.

Final Answer: k=8k = 8.

Takeaway: Use the ratio to parametrise roots, then sum and product.

Example 26: Reducible to quadratic

Solve x413x2+36=0x^4 - 13x^2 + 36 = 0.

Solution:

  1. Let y=x2y = x^2: y213y+36=0=(y4)(y9)y^2 - 13y + 36 = 0 = (y - 4)(y - 9).
  2. y=4y = 4 or 99, so x2=4x^2 = 4 or 99.
  3. x=±2,±3x = \pm 2, \pm 3.

Final Answer: x=±2,±3x = \pm 2, \pm 3.

Takeaway: A 'biquadratic' becomes quadratic via y=x2y = x^2.

Example 27: Word problem — playground

The area of a right-triangular plot is 600 m². The base exceeds the height by 10 m. Find the base and height.

Solution:

  1. Area =12×base×height= \dfrac{1}{2} \times \text{base} \times \text{height}. Let height =x= x, base =x+10= x + 10: 12x(x+10)=600\dfrac{1}{2}x(x + 10) = 600.
  2. x2+10x1200=0=(x+40)(x30)x^2 + 10x - 1200 = 0 = (x + 40)(x - 30); x=30x = 30.
  3. Height 30 m, base 40 m.

Final Answer: Height 30 m, base 40 m.

Takeaway: Triangle area uses the 12\dfrac{1}{2} factor; reject the negative root.

Example 28: Formula, fractional roots

Solve 6x25x6=06x^2 - 5x - 6 = 0.

Solution:

  1. D=25+144=169=132D = 25 + 144 = 169 = 13^2.
  2. x=5±1312=1812=32x = \dfrac{5 \pm 13}{12} = \dfrac{18}{12} = \dfrac{3}{2} or 812=23\dfrac{-8}{12} = -\dfrac{2}{3}.

Final Answer: x=32,23x = \dfrac{3}{2}, -\dfrac{2}{3}.

Takeaway: Perfect-square DD ⇒ rational roots even with a1a \neq 1.

Example 29: Show real and equal for a parameter

Show that (bc)x2+(ca)x+(ab)=0(b - c)x^2 + (c - a)x + (a - b) = 0 has equal roots if 2b=a+c2b = a + c.

Solution:

  1. Note x=1x = 1 satisfies it: (bc)+(ca)+(ab)=0(b-c) + (c-a) + (a-b) = 0. So 1 is always a root.
  2. Product of roots =abbc= \dfrac{a - b}{b - c}. For equal roots both are 1, so product =1= 1: ab=bc2b=a+ca - b = b - c \Rightarrow 2b = a + c.

Final Answer: Equal roots ⇔ 2b=a+c2b = a + c.

Takeaway: Spotting an obvious root (here x=1x = 1) simplifies the proof.

Example 30: Boat and stream

A boat covers 12 km upstream and 12 km downstream in 5 hours. If the stream speed is 1 km/h, find the boat's still-water speed.

Solution:

  1. Let still-water speed =x= x. 12x1+12x+1=5\dfrac{12}{x - 1} + \dfrac{12}{x + 1} = 5.
  2. 12(x+1)+12(x1)=5(x21)24x=5x255x224x5=012(x+1) + 12(x-1) = 5(x^2 - 1) \Rightarrow 24x = 5x^2 - 5 \Rightarrow 5x^2 - 24x - 5 = 0.
  3. (5x+1)(x5)=0x=5(5x + 1)(x - 5) = 0 \Rightarrow x = 5 (reject 15-\tfrac{1}{5}).

Final Answer: Still-water speed =5= 5 km/h.

Takeaway: Total time (sum of two journeys) gives the quadratic here.

Example 31: Mixed — find mm for equal roots

Find mm so that (m+1)x2+2(m+3)x+(m+8)=0(m + 1)x^2 + 2(m + 3)x + (m + 8) = 0 has equal roots.

Solution:

  1. D=[2(m+3)]24(m+1)(m+8)=0D = [2(m+3)]^2 - 4(m+1)(m+8) = 0.
  2. 4(m2+6m+9)4(m2+9m+8)=04(6m+99m8)=03m+1=04(m^2 + 6m + 9) - 4(m^2 + 9m + 8) = 0 \Rightarrow 4(6m + 9 - 9m - 8) = 0 \Rightarrow -3m + 1 = 0.
  3. m=13m = \dfrac{1}{3}.

Final Answer: m=13m = \dfrac{1}{3}.

Takeaway: Expand D=0D = 0 carefully; the m2m^2 terms cancel, leaving a linear equation.