Quadratic Equations Class 10 Notes

Class 10 Quadratic Equations Notes | CBSE Maths Chapter 4

Quadratic Equations is one of the most important chapters in CBSE Class 10 Maths. In this article, you will get complete handwritten notes, important formulas, discriminant concepts, solved examples, and quick revision material for board exam preparation.

Chapter 4 – Quadratic Equations | Class 10 Mathematics
🌐 m2learninghub.com
📐 Class 10 Mathematics · Chapter 4
Quadratic Equations
Complete Study Package · Theory · Formulas · Solved Examples · PYQs · Practice ✍️
📦 Package Includes
Theory Notes  ·  Formula Sheet  ·  30 Solved Questions  ·  PYQs (2021–2025)  ·  Assertion–Reason  ·  Case Studies  ·  Practice Worksheet  ·  Answer Key
Your Progress: 0%
📋 Index
1Introduction to Quadratic EquationsSec 1
2Standard Form & Key TerminologySec 2
3Methods of SolvingSec 3
4Nature of Roots (Discriminant)Sec 4
5Relation Between Roots & CoefficientsSec 5
6Formula SheetSec 6
7Important Solved Questions (Easy)Sec 7
8Important Solved Questions (Moderate)Sec 8
9Important Solved Questions (Difficult)Sec 9
10NCERT Exercise SolutionsSec 10
11Previous Year Questions (2021–2025)Sec 11
12Assertion–Reason QuestionsSec 12
13Case Study QuestionsSec 13
14Practice WorksheetSec 14
15Common Mistakes & Exam StrategySec 15
16Answer KeySec 16
Sec 1 · Introduction to Quadratic Equations
📌 Definition

A quadratic equation in one variable is a polynomial equation of degree 2. The word “quadratic” comes from the Latin quadratus, meaning “square.”

In its most general (standard) form: \(ax^2 + bx + c = 0\), where \(a,\, b,\, c\) are real numbers and \(a \neq 0\).

🔍 Degree Concept

The degree of a polynomial equation is the highest power of the variable. Since the highest power in \(ax^2 + bx + c = 0\) is 2, it is a degree-2 (quadratic) equation. If \(a = 0\), the equation reduces to the linear equation \(bx + c = 0\).

✅ Examples vs ❌ Non-Examples
Quadratic Equations
\(x^2 – 5x + 6 = 0\)
\(2x^2 – 3x = 0\)
\(x^2 = 9 \;\Rightarrow\; x^2 – 9 = 0\)
\((x+1)(x-2) = 0\)
Not Quadratic
\(x^3 + 2x – 1 = 0\) (degree 3)
\(2x + 5 = 0\) (degree 1, linear)
\(x^2 + \tfrac{1}{x} = 0\) (not a polynomial)
\(\sqrt{x} + 3 = 0\) (not a polynomial)
To check if an equation is quadratic: rearrange everything to one side, simplify fully, and verify the highest power of the variable is exactly 2 with a non-zero coefficient.
Sec 2 · Standard Form
Standard Form of a Quadratic Equation
\[\boxed{ax^2 + bx + c = 0, \quad a \neq 0}\]
SymbolNameConditionExample: \(2x^2 – 3x + 1 = 0\)
aLeading coefficient (coefficient of \(x^2\))\(a \neq 0\)\(a = 2\)
bMiddle coefficient (coefficient of \(x\))\(b \in \mathbb{R}\)\(b = -3\)
cConstant term\(c \in \mathbb{R}\)\(c = 1\)
📌 What is a Root (Solution)?
A value of \(x\) that satisfies the equation is called a root or solution. Substituting a root into \(ax^2 + bx + c\) gives 0. A quadratic equation has at most 2 roots.
Converting to Standard Form — Examples
(i) \(x(x+3) = 4 \;\Rightarrow\; x^2 + 3x – 4 = 0\)  \([a=1,\; b=3,\; c=-4]\)

(ii) \((2x+1)^2 = 3 \;\Rightarrow\; 4x^2 + 4x + 1 – 3 = 0 \;\Rightarrow\; 4x^2 + 4x – 2 = 0 \;\Rightarrow\; 2x^2 + 2x – 1 = 0\)

(iii) \((x+2)(x-3) = 7 \;\Rightarrow\; x^2 – x – 6 = 7 \;\Rightarrow\; x^2 – x – 13 = 0\)
Sec 3 · Methods of Solving Quadratic Equations
A. Factorisation Method
💡 Concept
Express \(ax^2 + bx + c\) as a product of two linear factors. If \((px + q)(rx + s) = 0\), then either \(px + q = 0\) or \(rx + s = 0\), giving the two roots.
📝 Steps (Middle-Term Splitting)
  • Write in standard form: \(ax^2 + bx + c = 0\)
  • Find two numbers \(p\) and \(q\) such that: \(p + q = b\) and \(p \times q = ac\)
  • Split the middle term: \(ax^2 + px + qx + c = 0\)
  • Group and factor out common terms
  • Set each factor \(= 0\) and solve
Solved Example A1 Basic
Solve: \(x^2 – 5x + 6 = 0\) by factorisation

Need \(p + q = -5\) and \(p \times q = 6\) → \(p = -2,\; q = -3\)

\(x^2 – 2x – 3x + 6 = 0\)

\(x(x – 2) – 3(x – 2) = 0\)

\((x – 2)(x – 3) = 0\)

∴ \(x = 2\) or \(x = 3\)

Solved Example A2 Moderate
Solve: \(6x^2 – x – 2 = 0\) by factorisation

Here \(a = 6,\; b = -1,\; c = -2\). Find \(p + q = -1,\; pq = ac = -12\) → \(p = -4,\; q = 3\)

\(6x^2 – 4x + 3x – 2 = 0\)

\(2x(3x – 2) + 1(3x – 2) = 0\)

\((3x – 2)(2x + 1) = 0\)

∴ \(x = \dfrac{2}{3}\) or \(x = -\dfrac{1}{2}\)

B. Completing the Square Method
💡 Concept
Transform \(ax^2 + bx + c = 0\) into the form \(\left(x + k\right)^2 = d\), then take the square root of both sides.
📝 Steps
  • Divide throughout by \(a\) (if \(a \neq 1\)): \(x^2 + \dfrac{b}{a}x + \dfrac{c}{a} = 0\)
  • Move constant: \(x^2 + \dfrac{b}{a}x = -\dfrac{c}{a}\)
  • Add \(\left(\dfrac{b}{2a}\right)^2\) to both sides
  • Write as: \(\left(x + \dfrac{b}{2a}\right)^2 = \dfrac{b^2 – 4ac}{4a^2}\)
  • Take square root and solve for \(x\)
Solved Example B1 Moderate
Solve: \(2x^2 – 5x + 3 = 0\) by completing the square

Divide by 2: \(x^2 – \dfrac{5}{2}x + \dfrac{3}{2} = 0\)

\(x^2 – \dfrac{5}{2}x = -\dfrac{3}{2}\)

Add \(\left(\dfrac{5}{4}\right)^2 = \dfrac{25}{16}\) to both sides:

\(x^2 – \dfrac{5}{2}x + \dfrac{25}{16} = -\dfrac{3}{2} + \dfrac{25}{16} = -\dfrac{24}{16} + \dfrac{25}{16} = \dfrac{1}{16}\)

\(\left(x – \dfrac{5}{4}\right)^2 = \dfrac{1}{16}\)

\(x – \dfrac{5}{4} = \pm\dfrac{1}{4}\)

\(x = \dfrac{5}{4} + \dfrac{1}{4} = \dfrac{6}{4} = \dfrac{3}{2}\)   OR   \(x = \dfrac{5}{4} – \dfrac{1}{4} = \dfrac{4}{4} = 1\)

∴ \(x = \dfrac{3}{2}\) or \(x = 1\)

C. Quadratic Formula (Sridharacharya’s Formula)
Quadratic Formula — for \(ax^2 + bx + c = 0,\; a \neq 0\)
\[\boxed{x = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}}\]
📌 Derivation Summary
Starting from \(ax^2 + bx + c = 0\), divide by \(a\), complete the square to get \(\left(x + \dfrac{b}{2a}\right)^2 = \dfrac{b^2-4ac}{4a^2}\), then take square roots to arrive at the formula above. This formula always works for any quadratic with real coefficients.
Solved Example C1 Board Level
Solve: \(3x^2 – 5x + 2 = 0\) using the quadratic formula

\(a = 3,\; b = -5,\; c = 2\)

\(D = b^2 – 4ac = (-5)^2 – 4(3)(2) = 25 – 24 = 1\)

\(x = \dfrac{-(-5) \pm \sqrt{1}}{2 \times 3} = \dfrac{5 \pm 1}{6}\)

\(x = \dfrac{5+1}{6} = 1\)   OR   \(x = \dfrac{5-1}{6} = \dfrac{4}{6} = \dfrac{2}{3}\)

∴ \(x = 1\) or \(x = \dfrac{2}{3}\)

When to use which method?
Factorisation → When integer factors are easy to spot.
Completing the Square → When asked to derive or prove a result.
Quadratic Formula → Always reliable; especially when factorisation fails or roots are irrational.
Sec 4 · Nature of Roots — Discriminant
Discriminant \(D\) of \(ax^2 + bx + c = 0\)
\[\boxed{D = b^2 – 4ac}\]
ConditionNature of RootsFormula
\(D > 0\)Two distinct real roots\(x = \dfrac{-b+\sqrt{D}}{2a}\) and \(\dfrac{-b-\sqrt{D}}{2a}\)
\(D = 0\)Two equal (repeated) real roots\(x = -\dfrac{b}{2a}\) (both roots are the same)
\(D < 0\)No real roots (roots are complex/imaginary)Not required in CBSE Class 10
\(D = 0\) means the quadratic is a perfect square expression: \(ax^2 + bx + c = a(x – \alpha)^2\). The parabola just touches the \(x\)-axis at one point.
Solved Example D1 Moderate
Find the value of \(k\) for which \(kx^2 + 6x + 1 = 0\) has equal roots

For equal roots: \(D = 0\)

\(b^2 – 4ac = 0 \;\Rightarrow\; (6)^2 – 4(k)(1) = 0 \;\Rightarrow\; 36 – 4k = 0 \;\Rightarrow\; k = 9\)

∴ \(k = 9\)

Solved Example D2 Board Level
Find the values of \(k\) for which \((k+1)x^2 – 2(k-1)x + 1 = 0\) has real and equal roots

For equal roots: \(D = 0\). Here \(a = k+1,\; b = -2(k-1),\; c = 1\)

\(D = [-2(k-1)]^2 – 4(k+1)(1) = 4(k-1)^2 – 4(k+1) = 0\)

\(4\bigl[(k-1)^2 – (k+1)\bigr] = 0\)

\(k^2 – 2k + 1 – k – 1 = 0 \;\Rightarrow\; k^2 – 3k = 0 \;\Rightarrow\; k(k-3) = 0\)

∴ \(k = 0\) or \(k = 3\)

Verification — \(k = 0\): equation becomes \(x^2 + 2x + 1 = 0 \;\Rightarrow\; (x+1)^2 = 0\) ✓

Verification — \(k = 3\): equation becomes \(4x^2 – 4x + 1 = 0 \;\Rightarrow\; (2x-1)^2 = 0\) ✓

Sec 5 · Relation Between Roots & Coefficients

If \(\alpha\) and \(\beta\) are the two roots of \(ax^2 + bx + c = 0\) (\(a \neq 0\)), then:

Sum of Roots
\[\alpha + \beta = -\frac{b}{a}\]
Product of Roots
\[\alpha \cdot \beta = \frac{c}{a}\]
📌 Forming Equation from Roots
If \(\alpha\) and \(\beta\) are known roots: \(\quad x^2 – (\alpha + \beta)x + \alpha\beta = 0\)
Solved Example E1 Moderate
If \(\alpha\) and \(\beta\) are roots of \(2x^2 – 5x + 3 = 0\), find: (i) \(\alpha+\beta\)   (ii) \(\alpha\beta\)   (iii) \(\alpha^2+\beta^2\)

(i) \(\alpha + \beta = \dfrac{-(-5)}{2} = \dfrac{5}{2}\)

(ii) \(\alpha\beta = \dfrac{3}{2}\)

(iii) \(\alpha^2 + \beta^2 = (\alpha+\beta)^2 – 2\alpha\beta = \left(\dfrac{5}{2}\right)^2 – 2\cdot\dfrac{3}{2} = \dfrac{25}{4} – 3 = \dfrac{25}{4} – \dfrac{12}{4} = \dfrac{13}{4}\)

Sec 6 · Formula Sheet — Quick Revision
⚡ All Key Formulas at a Glance
1. Standard Form
\[ax^2 + bx + c = 0, \quad a \neq 0\]
2. Quadratic Formula (Sridharacharya)
\[x = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}\]
3. Discriminant
\[D = b^2 – 4ac\]
4. Sum of Roots
\[\alpha + \beta = -\frac{b}{a}\]
5. Product of Roots
\[\alpha\beta = \frac{c}{a}\]
6. Equation from roots \(\alpha,\, \beta\)
\[x^2 – (\alpha+\beta)\,x + \alpha\beta = 0\]
7. Useful Identity — \(\alpha^2 + \beta^2\)
\[\alpha^2 + \beta^2 = (\alpha+\beta)^2 – 2\alpha\beta\]
8. Useful Identity — \((\alpha-\beta)^2\)
\[(\alpha-\beta)^2 = (\alpha+\beta)^2 – 4\alpha\beta = \frac{D}{a^2}\]
D ValueNature of RootsExample Equation
\(D > 0\)2 distinct real roots\(x^2-5x+6=0 \;\Rightarrow\; D=1 \;\Rightarrow\; x=2,\;3\)
\(D = 0\)2 equal real roots\(x^2-4x+4=0 \;\Rightarrow\; D=0 \;\Rightarrow\; x=2,\;2\)
\(D < 0\)No real roots\(x^2+x+1=0 \;\Rightarrow\; D=-3 \;\Rightarrow\; \text{no real roots}\)
Sec 7 · Solved Questions — Easy Level
Q1 Easy
Check whether \(x = 3\) is a solution of \(x^2 – 4x + 3 = 0\).

Substitute \(x = 3\): \((3)^2 – 4(3) + 3 = 9 – 12 + 3 = 0\) ✓

Yes, \(x = 3\) is a solution.

Q2 Easy
Find the roots of \(x^2 – 3x – 10 = 0\).

\(p + q = -3,\; pq = -10 \;\Rightarrow\; p = -5,\; q = 2\)

\(x^2 – 5x + 2x – 10 = 0 \;\Rightarrow\; x(x-5) + 2(x-5) = 0 \;\Rightarrow\; (x+2)(x-5) = 0\)

\(x = -2\) or \(x = 5\)

Q3 Easy
Find the discriminant of \(2x^2 – 4x + 3 = 0\) and state the nature of roots.

\(D = (-4)^2 – 4(2)(3) = 16 – 24 = -8\)

\(D < 0\) → No real roots

Q4 Easy
Solve: \(x^2 = 7x\) using factorisation.

\(x^2 – 7x = 0 \;\Rightarrow\; x(x – 7) = 0\)

\(x = 0\) or \(x = 7\)

Q5 Easy
Write the standard form of \((x-2)(x+3) = 0\) and identify \(a, b, c\).

\(x^2 + x – 6 = 0 \;\Rightarrow\; a = 1,\; b = 1,\; c = -6\)

Q6 Easy
Solve: \(4x^2 – 1 = 0\).

\(4x^2 = 1 \;\Rightarrow\; x^2 = \dfrac{1}{4} \;\Rightarrow\; x = \pm\dfrac{1}{2}\)

\(x = \dfrac{1}{2}\) or \(x = -\dfrac{1}{2}\)

Q7 Easy
For what value of \(k\) does \(x^2 – kx + 9 = 0\) have equal roots?

\(D = 0 \;\Rightarrow\; k^2 – 4(9) = 0 \;\Rightarrow\; k^2 = 36 \;\Rightarrow\;\) \(k = \pm 6\)

Q8 Easy
Solve: \(x^2 + 5x + 6 = 0\).

\(p + q = 5,\; pq = 6 \;\Rightarrow\; p = 2,\; q = 3\)

\((x+2)(x+3) = 0 \;\Rightarrow\;\) \(x = -2\) or \(x = -3\)

Q9 Easy
If \(\alpha\) and \(\beta\) are roots of \(x^2 – 6x + 8 = 0\), find \(\alpha + \beta\) and \(\alpha\beta\).

\(\alpha + \beta = \dfrac{-(-6)}{1} =\) 6

\(\alpha\beta = \dfrac{8}{1} =\) 8

Q10 Easy
Solve: \((x+4)(x-4) = 0\).

Already factored. \(x + 4 = 0\) or \(x – 4 = 0\)

\(x = -4\) or \(x = 4\)

Sec 8 · Solved Questions — Moderate Level
Q11 Moderate
The product of two consecutive positive integers is 306. Find the integers.

Let integers be \(x\) and \(x+1\). Then \(x(x+1) = 306 \;\Rightarrow\; x^2 + x – 306 = 0\)

\(D = 1 + 4(306) = 1225 = 35^2\)

\(x = \dfrac{-1 \pm 35}{2} \;\Rightarrow\; x = 17\) or \(x = -18\) (rejected, as integers must be positive)

The integers are 17 and 18.

Q12 Moderate
Solve by completing the square: \(x^2 + 4x – 5 = 0\).

\(x^2 + 4x = 5 \;\Rightarrow\; x^2 + 4x + 4 = 5 + 4 = 9\)

\((x+2)^2 = 9 \;\Rightarrow\; x+2 = \pm 3\)

\(x = 1\) or \(x = -5\)

Q13 Moderate
Find the values of \(p\) for which \(px^2 + 4x + 1 = 0\) has real roots.

For real roots: \(D \geq 0 \;\Rightarrow\; 16 – 4p \geq 0 \;\Rightarrow\; 4p \leq 16 \;\Rightarrow\;\) \(p \leq 4\) (and \(p \neq 0\))

Q14 Moderate
Solve: \(\dfrac{1}{x+1} + \dfrac{2}{x+2} = \dfrac{4}{x+4},\quad x \neq -1,\,-2,\,-4\).

LHS: \(\dfrac{(x+2) + 2(x+1)}{(x+1)(x+2)} = \dfrac{3x+4}{(x+1)(x+2)}\)

Equation: \(\dfrac{3x+4}{(x+1)(x+2)} = \dfrac{4}{x+4}\)

Cross multiply: \((3x+4)(x+4) = 4(x+1)(x+2)\)

\(3x^2 + 16x + 16 = 4x^2 + 12x + 8\)

\(0 = x^2 – 4x – 8\)

\(x = \dfrac{4 \pm \sqrt{16+32}}{2} = \dfrac{4 \pm \sqrt{48}}{2} = \dfrac{4 \pm 4\sqrt{3}}{2} =\) \(2 \pm 2\sqrt{3}\)

Q15 Moderate
Form a quadratic equation whose roots are \(3+\sqrt{5}\) and \(3-\sqrt{5}\).

Sum \(= (3+\sqrt{5}) + (3-\sqrt{5}) = 6\)

Product \(= (3+\sqrt{5})(3-\sqrt{5}) = 9 – 5 = 4\)

Equation: \(x^2 – 6x + 4 = 0\)

Q16 Moderate
A train travels 360 km at uniform speed. If it had been 5 km/h faster, it would have taken 1 hour less. Find the speed.

Let speed \(= x\) km/h. Time \(= \dfrac{360}{x}\). Faster time \(= \dfrac{360}{x+5}\)

\(\dfrac{360}{x} – \dfrac{360}{x+5} = 1\)

\(360(x+5) – 360x = x(x+5) \;\Rightarrow\; 1800 = x^2 + 5x \;\Rightarrow\; x^2 + 5x – 1800 = 0\)

\(D = 25 + 7200 = 7225 = 85^2\)

\(x = \dfrac{-5 + 85}{2} = 40\)

Speed = 40 km/h

Q17 Moderate
Solve: \(2x^2 – 7x + 3 = 0\) using the quadratic formula.

\(a=2,\; b=-7,\; c=3.\quad D = 49 – 24 = 25\)

\(x = \dfrac{7 \pm 5}{4} \;\Rightarrow\; x = 3\) or \(x = \dfrac{1}{2}\)

Q18 Moderate
If one root of \(3x^2 – 10x + k = 0\) is \(\dfrac{1}{3}\), find \(k\) and the other root.

Substitute \(x = \dfrac{1}{3}\): \(3\cdot\dfrac{1}{9} – 10\cdot\dfrac{1}{3} + k = 0 \;\Rightarrow\; \dfrac{1}{3} – \dfrac{10}{3} + k = 0 \;\Rightarrow\; k = 3\)

Product of roots \(= \dfrac{k}{a} = \dfrac{3}{3} = 1\). Other root \(= 1 \div \dfrac{1}{3} = 3\)

\(k = 3\), other root \(= 3\)

Q19 Moderate
Find \(\alpha^2 + \beta^2\) if \(\alpha,\, \beta\) are roots of \(x^2 + x – 2 = 0\).

\(\alpha+\beta = -1,\quad \alpha\beta = -2\)

\(\alpha^2 + \beta^2 = (\alpha+\beta)^2 – 2\alpha\beta = 1 – 2(-2) = 1 + 4 =\) 5

Q20 Moderate
For what values of \(k\) does \((k-4)x^2 + 2(k-4)x + 4 = 0\) have equal roots?

If \(k = 4\): equation becomes \(0 + 0 + 4 = 0\) → \(4 = 0\) (impossible), so \(k \neq 4\).

For equal roots, \(D = 0\): \([2(k-4)]^2 – 4(k-4)(4) = 0\)

\(4(k-4)^2 – 16(k-4) = 0 \;\Rightarrow\; 4(k-4)\bigl[(k-4) – 4\bigr] = 0 \;\Rightarrow\; 4(k-4)(k-8) = 0\)

\(k = 4\) (rejected) or \(k = 8\). ∴ \(k = 8\)

Sec 9 · Solved Questions — Difficult Level
Q21 Hard
The difference of squares of two natural numbers is 45. The square of the smaller number is 4 times the larger. Find the numbers.

Let larger \(= x\), smaller \(= y\). \(x^2 – y^2 = 45\) and \(y^2 = 4x\)

\(x^2 – 4x = 45 \;\Rightarrow\; x^2 – 4x – 45 = 0 \;\Rightarrow\; (x-9)(x+5) = 0\)

\(x = 9\) (since \(x\) is a natural number). \(y^2 = 4(9) = 36 \;\Rightarrow\; y = 6\)

The numbers are 9 and 6.

Q22 Hard
If the roots of \((a-b)x^2 + (b-c)x + (c-a) = 0\) are equal, prove that \(2a = b + c\).

For equal roots, \(D = 0\): \((b-c)^2 – 4(a-b)(c-a) = 0\)

\(b^2-2bc+c^2 – 4(ac-a^2-bc+ab) = 0\)

\(b^2-2bc+c^2 – 4ac+4a^2+4bc-4ab = 0\)

\(4a^2 + b^2 + c^2 + 2bc – 4ab – 4ac = 0\)

\((2a – b – c)^2 = 0 \;\Rightarrow\; 2a – b – c = 0\)

∴ \(2a = b + c\)   (Proved)

Q23 Hard
Two water taps together can fill a tank in \(9\tfrac{3}{8}\) hours. The larger tap takes 10 hours less than the smaller. Find the time each tap takes alone.

Let smaller tap \(= x\) hours, larger \(= x-10\) hours. Combined time \(= \dfrac{75}{8}\) hours.

\(\dfrac{1}{x} + \dfrac{1}{x-10} = \dfrac{8}{75}\)

\(75(x-10+x) = 8x(x-10) \;\Rightarrow\; 150x – 750 = 8x^2 – 80x\)

\(8x^2 – 230x + 750 = 0 \;\Rightarrow\; 4x^2 – 115x + 375 = 0\)

\(D = 13225 – 6000 = 7225 = 85^2\)

\(x = \dfrac{115 \pm 85}{8} \;\Rightarrow\; x = 25\) or \(x = 3.75\) (rejected since \(x > 10\))

Smaller tap = 25 hours, Larger tap = 15 hours.

Q24 Hard
If \(\alpha\) and \(\beta\) are roots of \(px^2 – qx + r = 0\), find \(\dfrac{\alpha}{\beta} + \dfrac{\beta}{\alpha}\).

\(\alpha + \beta = \dfrac{q}{p},\quad \alpha\beta = \dfrac{r}{p}\)

\(\dfrac{\alpha}{\beta} + \dfrac{\beta}{\alpha} = \dfrac{\alpha^2 + \beta^2}{\alpha\beta} = \dfrac{(\alpha+\beta)^2 – 2\alpha\beta}{\alpha\beta}\)

\(= \dfrac{\left(\dfrac{q}{p}\right)^2 – 2\cdot\dfrac{r}{p}}{\dfrac{r}{p}} = \dfrac{\dfrac{q^2}{p^2} – \dfrac{2r}{p}}{\dfrac{r}{p}} = \dfrac{q^2 – 2pr}{pr}\)

∴ \(\dfrac{\alpha}{\beta} + \dfrac{\beta}{\alpha} = \dfrac{q^2 – 2pr}{pr}\)

Q25 Hard
A rectangular park has perimeter 80 m. Its area is 375 m². Find the dimensions.

Let length \(= l\), width \(= b\). \(2(l+b) = 80 \;\Rightarrow\; l+b = 40 \;\Rightarrow\; l = 40-b\)

\(lb = 375 \;\Rightarrow\; (40-b)b = 375 \;\Rightarrow\; 40b – b^2 = 375 \;\Rightarrow\; b^2 – 40b + 375 = 0\)

\((b-15)(b-25) = 0 \;\Rightarrow\; b = 15\) or \(b = 25\)

Dimensions: 25 m × 15 m

Q26 Hard
Solve: \(\sqrt{\dfrac{x}{x-3}} + \sqrt{\dfrac{x-3}{x}} = \dfrac{5}{2},\quad x \neq 0, 3\)

Let \(t = \sqrt{\dfrac{x}{x-3}}\). Then \(\dfrac{1}{t} = \sqrt{\dfrac{x-3}{x}}\)

\(t + \dfrac{1}{t} = \dfrac{5}{2} \;\Rightarrow\; 2t^2 – 5t + 2 = 0 \;\Rightarrow\; (2t-1)(t-2) = 0 \;\Rightarrow\; t = \dfrac{1}{2}\) or \(t = 2\)

Case \(t = 2\): \(\dfrac{x}{x-3} = 4 \;\Rightarrow\; x = 4x-12 \;\Rightarrow\; x = 4\)

Case \(t = \dfrac{1}{2}\): \(\dfrac{x}{x-3} = \dfrac{1}{4} \;\Rightarrow\; 4x = x-3 \;\Rightarrow\; x = -1\)

\(x = 4\) or \(x = -1\)

Q27 Hard
If the sum of first \(n\) natural numbers is 120, find \(n\).

\(\dfrac{n(n+1)}{2} = 120 \;\Rightarrow\; n^2 + n – 240 = 0\)

\(D = 1 + 960 = 961 = 31^2\)

\(n = \dfrac{-1 + 31}{2} = 15\) (\(n > 0\))

\(n = 15\)

Q28 Hard
A two-digit number is 4 times the sum of its digits and twice the product of its digits. Find the number.

Let digits be \(x\) (tens) and \(y\) (units). Number \(= 10x + y\)

\(10x + y = 4(x+y) \;\Rightarrow\; 6x = 3y \;\Rightarrow\; y = 2x \quad\cdots(i)\)

\(10x + y = 2xy \quad\cdots(ii)\). Substitute \(y = 2x\): \(10x + 2x = 2x(2x) \;\Rightarrow\; 12x = 4x^2 \;\Rightarrow\; x = 3\)

\(y = 6\). Number = 36

Q29 Hard
For what value of \(k\) is 4 a root of \(2x^2 + kx – 12 = 0\)? Find the other root.

Substitute \(x = 4\): \(2(16) + 4k – 12 = 0 \;\Rightarrow\; 32 + 4k – 12 = 0 \;\Rightarrow\; 4k = -20 \;\Rightarrow\; k = -5\)

Product of roots \(= \dfrac{c}{a} = \dfrac{-12}{2} = -6\). Other root \(= \dfrac{-6}{4} =\) \(-\dfrac{3}{2}\)

Q30 Hard
If \(\dfrac{1}{p} + \dfrac{1}{q} = \dfrac{1}{r}\), show that \(p\) and \(q\) satisfy \(x^2 – (p+q)x + (p+q)r = 0\). Also find the condition for equal roots.

From \(\dfrac{1}{p} + \dfrac{1}{q} = \dfrac{1}{r}\): \(\dfrac{p+q}{pq} = \dfrac{1}{r} \;\Rightarrow\; pq = r(p+q)\)

The equation with roots \(p\) and \(q\): \(x^2 – (p+q)x + pq = 0\)

Substituting \(pq = r(p+q)\): \(x^2 – (p+q)x + (p+q)r = 0\) ✓ (Proved)

For equal roots: \(D = 0 \;\Rightarrow\; (p+q)^2 – 4r(p+q) = 0 \;\Rightarrow\; (p+q)(p+q-4r) = 0\)

Since \(p+q \neq 0\): \(p + q = 4r\)

Sec 10 · Key NCERT Exercise Solutions
Ex 4.1, Q1(i)
Check whether \(x^2 – 3x + 2 = 0\) is a quadratic equation.

It is of the form \(ax^2 + bx + c = 0\) with \(a = 1 \neq 0\), \(b = -3\), \(c = 2\). Yes, it is a quadratic equation.

Ex 4.2, Q1(i)
Find the roots of \(x^2 – 3x – 10 = 0\) by factorisation.

\(x^2 – 5x + 2x – 10 = 0 \;\Rightarrow\; x(x-5) + 2(x-5) = 0 \;\Rightarrow\; (x+2)(x-5) = 0\)

\(x = -2\) or \(x = 5\)

Ex 4.3, Q1(i)
Find the roots of \(x^2 – 3x – 1 = 0\) using the quadratic formula.

\(a=1,\; b=-3,\; c=-1.\quad D = 9 + 4 = 13\)

\(x = \dfrac{3 \pm \sqrt{13}}{2} \;\Rightarrow\;\) \(x = \dfrac{3+\sqrt{13}}{2}\) or \(x = \dfrac{3-\sqrt{13}}{2}\)

Ex 4.4, Q1
Find the nature of roots of \(2x^2 – 3x + 5 = 0\).

\(D = (-3)^2 – 4(2)(5) = 9 – 40 = -31 < 0 \;\Rightarrow\;\) No real roots.

Ex 4.4, Q2(i)
Find \(k\) so that \(2x^2 + kx + 3 = 0\) has two equal roots.

\(D = 0 \;\Rightarrow\; k^2 – 4(2)(3) = 0 \;\Rightarrow\; k^2 = 24 \;\Rightarrow\;\) \(k = \pm 2\sqrt{6}\)

Sec 11 · Previous Year Questions (2021–2025)
CBSE 2024
Find the discriminant of \(3x^2 – 5x + 2 = 0\) and hence find the nature of its roots. (2 marks)

\(D = (-5)^2 – 4(3)(2) = 25 – 24 = \mathbf{1}\)

\(D > 0 \;\Rightarrow\;\) Two distinct real roots.

✅ Common mistake: Forgetting to compute \(4ac\) correctly.

CBSE 2024
Find the value of \(k\) for which the roots of \(3x^2 – 10x + k = 0\) are reciprocal of each other. (2 marks)

If roots are \(\alpha\) and \(\dfrac{1}{\alpha}\), their product \(= 1\).

\(\alpha\beta = \dfrac{k}{3} = 1 \;\Rightarrow\;\) \(k = 3\)

✅ Common mistake: Using sum instead of product.

CBSE 2023
Two numbers differ by 3. Their product is 504. Find the numbers. (3 marks)

Let numbers be \(x\) and \(x+3\). \(x(x+3) = 504\)

\(x^2 + 3x – 504 = 0\)

\(D = 9 + 2016 = 2025 = 45^2\)

\(x = \dfrac{-3+45}{2} = 21\) or \(x = -24\)

Numbers: 21 and 24 (or −24 and −21)

CBSE 2023
Find the nature of roots of \(4x^2 + 4\sqrt{3}\,x + 3 = 0\). (1 mark)

\(D = (4\sqrt{3})^2 – 4(4)(3) = 48 – 48 = \mathbf{0}\)

Two equal real roots. Root \(= \dfrac{-4\sqrt{3}}{8} = -\dfrac{\sqrt{3}}{2}\)

CBSE 2022
A train travels 480 km at uniform speed. If the speed was 8 km/h more, it would take 2 hours less. Find the speed. (4 marks)

Let speed \(= x\). \(\dfrac{480}{x} – \dfrac{480}{x+8} = 2\)

\(480 \times 8 = 2x(x+8) \;\Rightarrow\; 3840 = 2x^2 + 16x \;\Rightarrow\; x^2 + 8x – 1920 = 0\)

\(D = 64 + 7680 = 7744 = 88^2\)

\(x = \dfrac{-8+88}{2} = 40\). Speed = 40 km/h

CBSE 2022
For what value of \(k\) does the equation \(2x^2 + kx + 3 = 0\) have equal roots? (2 marks)

\(D = 0 \;\Rightarrow\; k^2 – 4(2)(3) = 0 \;\Rightarrow\; k^2 = 24 \;\Rightarrow\;\) \(k = \pm 2\sqrt{6}\)

CBSE 2021
Solve: \(x^2 + 5x – (a^2 + a – 6) = 0\) (3 marks)

Note: \(a^2 + a – 6 = (a+3)(a-2)\)

\(x^2 + 5x – (a+3)(a-2) = 0\)

Split: \(x^2 + (a+3)x – (a-2)x – (a+3)(a-2) = 0\)

\(x[x+(a+3)] – (a-2)[x+(a+3)] = 0\)

\([x+(a+3)][x-(a-2)] = 0\)

\(x = -(a+3)\) or \(x = a-2\)

CBSE 2021
The sum of two numbers is 15 and the sum of their reciprocals is \(\dfrac{3}{10}\). Find the numbers. (3 marks)

Let numbers be \(x\) and \(15-x\). \(\dfrac{1}{x} + \dfrac{1}{15-x} = \dfrac{3}{10}\)

\(10(15) = 3x(15-x) \;\Rightarrow\; 150 = 45x – 3x^2\)

\(3x^2 – 45x + 150 = 0 \;\Rightarrow\; x^2 – 15x + 50 = 0 \;\Rightarrow\; (x-5)(x-10) = 0\)

Numbers: 5 and 10

Sec 12 · Assertion–Reason Questions
📌 Options Key
(A) Both Assertion and Reason are true; Reason is the correct explanation of Assertion.
(B) Both are true; Reason is NOT the correct explanation.
(C) Assertion is true, Reason is false.
(D) Assertion is false, Reason is true.
Q1
Assertion \(x^2 + 5 = 0\) has no real roots.
Reason \(D = b^2 – 4ac = 0 – 4(1)(5) = -20 < 0\).
Answer: (A) — \(D < 0\) means no real roots, which is the correct explanation.
Q2
Assertion \(x = 2\) is a root of \(x^2 – 5x + 6 = 0\).
Reason The roots of \(x^2 – 5x + 6 = 0\) are 2 and 3.
Answer: (A) — The Reason gives both roots, confirming \(x = 2\) is indeed a root.
Q3
Assertion \(2x^2 + 3x + 1 = 0\) has two distinct real roots.
Reason \(D = 9 – 8 = 1 > 0\).
Answer: (A) — \(D = 1 > 0\) correctly explains two distinct real roots.
Q4
Assertion Every quadratic equation has at least one real root.
Reason A quadratic equation can have at most two roots.
Answer: (D) — Assertion is FALSE (when \(D < 0\), there are no real roots). Reason is TRUE.
Q5
Assertion If \(\alpha,\, \beta\) are roots of \(x^2 – 7x + 10 = 0\), then \(\alpha + \beta = 7\).
Reason Sum of roots \(= -b/a\).
Answer: (A) — \(\alpha + \beta = \dfrac{-(-7)}{1} = 7\); the Reason provides the correct formula.
Q6
Assertion The equation \(x^2 + 1 = 0\) is not a quadratic equation.
Reason \(x^2 + 1 = 0\) has no real roots.
Answer: (D) — Assertion is FALSE: \(x^2 + 1 = 0\) IS a quadratic equation (degree 2, \(a=1 \neq 0\)); having no real roots does not disqualify it from being quadratic. Reason is TRUE (its discriminant \(D = -4 < 0\), so no real roots).
Q7
Assertion \(x = 0\) is a root of \(x^2 + 3x = 0\).
Reason Substituting \(x = 0\): \(0 + 0 = 0\) ✓
Answer: (A)
Q8
Assertion For equal roots, \(D\) must equal zero.
Reason \(D = b^2 – 4ac = 0\) gives \(x = -\dfrac{b}{2a}\) (repeated root).
Answer: (A)
Q9
Assertion Product of roots of \(5x^2 – 3x + 7 = 0\) is \(\dfrac{7}{5}\).
Reason Product of roots \(= c/a\).
Answer: (A) — \(\dfrac{c}{a} = \dfrac{7}{5}\) ✓
Q10
Assertion If one root of \(x^2 + bx + c = 0\) is 0, then \(c = 0\).
Reason Product of roots \(= c/a = c\) (here \(a = 1\)).
Answer: (A) — If one root is 0, then product of roots \(= 0 \;\Rightarrow\; c = 0\).
Q11
Assertion The equation \((x-1)(x-2) = 0\) has roots 1 and 2.
Reason For a product to be zero, at least one factor must be zero.
Answer: (A)
Q12
Assertion \(3x + 5 = 0\) is a quadratic equation.
Reason A quadratic equation must have degree 2.
Answer: (D) — Assertion is FALSE (\(3x + 5 = 0\) is linear, degree 1, not quadratic). Reason is TRUE.
Q13
Assertion The sum of roots of \(ax^2 + bx + c = 0\) is \(b/a\).
Reason Sum of roots \(= -b/a\).
Answer: (D) — Assertion is FALSE (it should be \(-b/a\), not \(b/a\)). Reason is TRUE.
Q14
Assertion A quadratic equation can have at most 2 real roots.
Reason The degree of the equation gives the maximum number of roots.
Answer: (A)
Q15
Assertion If \(D = 0\), the roots are real and unequal.
Reason \(D = 0\) means \(x = -b/2a\) is the only (repeated) root.
Answer: (D) — Assertion is FALSE (\(D = 0\) gives real and equal/repeated roots, not unequal). Reason is TRUE.
Sec 13 · Case Study Questions
📌 Case Study 1 — The Swimming Pool
A rectangular swimming pool has its length 4 m more than twice its width. The area of the pool is 270 m². A path of uniform width 1 m surrounds the pool.
Q1. Form a quadratic equation representing the situation.
Let width \(= x\) m. Length \(= (2x + 4)\) m. Area: \(x(2x + 4) = 270 \;\Rightarrow\; 2x^2 + 4x – 270 = 0 \;\Rightarrow\;\) \(x^2 + 2x – 135 = 0\)
Q2. Find the dimensions of the pool.
\(x^2 + 2x – 135 = 0 \;\Rightarrow\; (x+15)(x-9) = 0 \;\Rightarrow\; x = 9\) (reject \(x = -15\)). Width = 9 m, Length = 22 m.
Q3. What is the area of the path (outer boundary − pool area)?
Outer dimensions: \((9+2) \times (22+2) = 11 \times 24 = 264\) m². Pool area \(= 9 \times 22 = 198\) m². Path area \(= 264 – 198 =\) 66 m²
Q4. What is the nature of roots of the equation in Q1?
\(D = 4 + 540 = 544 > 0 \;\Rightarrow\;\) Two distinct real roots.
📌 Case Study 2 — Cricket Ground
A cricket pitch is square-shaped such that its area (in m²) equals 4 times its side length plus 21. The groundsman wants to fence only the pitch.
Q1. Form the quadratic equation for the side length \(x\).
\(x^2 = 4x + 21 \;\Rightarrow\;\) \(x^2 – 4x – 21 = 0\)
Q2. Find the side length of the pitch.
\((x-7)(x+3) = 0 \;\Rightarrow\; x = 7\) m (reject \(x = -3\)). Side = 7 m.
Q3. Find the perimeter of the pitch.
\(4 \times 7 =\) 28 m
Q4. If fencing costs ₹120 per metre, find the total cost.
Cost \(= 28 \times 120 =\) ₹3360
📌 Case Study 3 — Charity Donation
In a class, each student contributes as many rupees as the number of students. The total collected is ₹2025. Later, 10 more students joined and each of them donated ₹5 each.
Q1. Form a quadratic equation for the original number of students \(x\).
\(x \cdot x = 2025 \;\Rightarrow\;\) \(x^2 = 2025\)
Q2. How many students originally contributed?
\(x = \sqrt{2025} = 45\) students
Q3. Extra amount from 10 new students at ₹5 each.
\(10 \times 5 =\) ₹50
Q4. What is the total final donation?
\(2025 + 50 =\) ₹2075
📌 Case Study 4 — Projectile Motion
A ball is thrown upward and its height \(h\) (in metres) above ground at time \(t\) seconds is given by \(h = -5t^2 + 20t + 1\).
Q1. At what time does the ball hit the ground? (\(h = 0\))
\(-5t^2 + 20t + 1 = 0 \;\Rightarrow\; 5t^2 – 20t – 1 = 0\). \(D = 400 + 20 = 420\). \(t = \dfrac{20 + \sqrt{420}}{10} \approx 4.05\) s. \(t \approx 4\) s (approx.)
Q2. At what time is the ball 21 m high?
\(-5t^2 + 20t + 1 = 21 \;\Rightarrow\; 5t^2 – 20t + 20 = 0 \;\Rightarrow\; t^2 – 4t + 4 = 0 \;\Rightarrow\; (t-2)^2 = 0 \;\Rightarrow\;\) \(t = 2\) s
Q3. What is the nature of roots in Q2?
\(D = 0 \;\Rightarrow\;\) Equal roots; the ball is exactly at 21 m only once (at the peak).
Q4. Maximum height reached?
At \(t = 2\): \(h = -5(4) + 20(2) + 1 = -20 + 40 + 1 =\) 21 m
📌 Case Study 5 — Farming Plot
A farmer wants to fence a rectangular plot of area 432 m². The length of the plot is 6 m more than its breadth. Fencing costs ₹150 per metre.
Q1. Form the quadratic equation.
Let breadth \(= x\). Length \(= x + 6\). \(x(x+6) = 432 \;\Rightarrow\;\) \(x^2 + 6x – 432 = 0\)
Q2. Find the dimensions.
\(D = 36 + 1728 = 1764 = 42^2\). \(x = \dfrac{-6+42}{2} = 18\) m. Length \(= 24\) m. 18 m × 24 m
Q3. Find the perimeter and fencing cost.
Perimeter \(= 2(18+24) = 84\) m. Cost \(= 84 \times 150 =\) ₹12,600
Q4. If the breadth is increased by 3 m, what is the new area?
New breadth \(= 21\) m. Area \(= 21 \times 24 =\) 504 m²
Sec 14 · Practice Worksheet
Part A — MCQs (1 mark each)
🟢 MCQs
MCQ 1. Which of the following is a quadratic equation?
(A) \(x^3 + 2x = 0\)  (B) \(x^2 + 1/x = 0\)  (C) \(x^2 – 5x + 6 = 0\)  (D) \(2x + 1 = 0\)
(C) \(x^2 – 5x + 6 = 0\) — Only option with degree exactly 2 and no fractional powers.
MCQ 2. The discriminant of \(x^2 + 4x + 4 = 0\) is:
(A) 16  (B) 0  (C) 8  (D) −8
(B) 0. \(D = 16 – 16 = 0\). Equal roots: \(x = -2\).
MCQ 3. The product of roots of \(3x^2 – 5x + 2 = 0\) is:
(A) 5/3  (B) 2/3  (C) −2/3  (D) 3/2
(B) 2/3. Product \(= c/a = 2/3\).
MCQ 4. If one root of \(x^2 – 3x + k = 0\) is 1, the value of \(k\) is:
(A) 2  (B) −2  (C) 4  (D) 1
(A) 2. Substitute \(x=1\): \(1 – 3 + k = 0 \;\Rightarrow\; k = 2\).
MCQ 5. For the equation \(2x^2 – 7x + 3 = 0\), sum of roots is:
(A) 7  (B) 7/2  (C) 3/2  (D) −7/2
(B) 7/2. Sum \(= -(-7)/2 = 7/2\).
MCQ 6. Nature of roots of \(x^2 + 2x + 2 = 0\):
(A) Real distinct  (B) Real equal  (C) No real roots  (D) None
(C) No real roots. \(D = 4 – 8 = -4 < 0\).
MCQ 7. If 2 is a root of \(x^2 + bx – 6 = 0\), then \(b =\):
(A) −1  (B) 1  (C) 2  (D) 3
(B) 1. Substitute: \(4 + 2b – 6 = 0 \;\Rightarrow\; 2b = 2 \;\Rightarrow\; b = 1\).
MCQ 8. The quadratic equation with roots 3 and −2 is:
(A) \(x^2 + x – 6 = 0\)  (B) \(x^2 – x – 6 = 0\)  (C) \(x^2 + x + 6 = 0\)  (D) \(x^2 – 5x + 6 = 0\)
(B) \(x^2 – x – 6 = 0\). Sum \(= 1\), Product \(= -6\). Equation: \(x^2 – x – 6 = 0\).
MCQ 9. Roots of \(25x^2 – 30x + 9 = 0\) are:
(A) 3/5 and −3/5  (B) 3/5 and 3/5  (C) −3/5 and −3/5  (D) 1/5 and 9/5
(B) 3/5 and 3/5. \(D = 900 – 900 = 0\). \(x = 30/50 = 3/5\) (repeated).
MCQ 10. For what value of \(k\) does \(x^2 – kx + 36 = 0\) have equal roots?
(A) ±6  (B) ±12  (C) ±9  (D) ±18
(B) ±12. \(D = 0 \;\Rightarrow\; k^2 = 144 \;\Rightarrow\; k = \pm 12\).
Part B — Short Answer (2 marks each)
📝 Short Answer Questions
SA1. Find the roots of \(x^2 – 7x + 12 = 0\) by factorisation.
\((x-3)(x-4) = 0 \;\Rightarrow\; x = 3\) or \(x = 4\)
SA2. Find the discriminant of \(3x^2 – 2x + \dfrac{1}{3} = 0\) and state the nature of roots.
\(D = (-2)^2 – 4(3)\left(\dfrac{1}{3}\right) = 4 – 4 = 0\). Equal real roots: \(x = \dfrac{2}{6} = \dfrac{1}{3}\).
SA3. If the roots of \(5x^2 + 13x + k = 0\) are reciprocal of each other, find \(k\).
If roots are \(\alpha\) and \(1/\alpha\), then \(\alpha \cdot \dfrac{1}{\alpha} = 1 \;\Rightarrow\; \dfrac{k}{5} = 1 \;\Rightarrow\; k = 5\)
SA4. Solve: \(3x^2 – \sqrt{3}\,x – 2\sqrt{3} = 0\)
\(a = 3,\; b = -\sqrt{3},\; c = -2\sqrt{3}\)
\(D = 3 + 4(3)(2\sqrt{3}) = 3 + 24\sqrt{3}\)
\(x = \dfrac{\sqrt{3} \pm \sqrt{3 + 24\sqrt{3}}}{6} \approx 1.14\) or \(x \approx -0.57\)
SA5. For what \(k\) is \(kx^2 + 2x + 1 = 0\) having equal roots? (\(k \neq 0\))
\(D = 4 – 4k = 0 \;\Rightarrow\; k = 1\)
SA6. Find \(\alpha + \beta\) and \(\alpha\beta\) for \(7x^2 + x – 3 = 0\).
\(\alpha+\beta = -\dfrac{1}{7}\);   \(\alpha\beta = -\dfrac{3}{7}\)
SA7. Represent \(x(x+1) + 8 = (x+2)(x-2)\) in standard form. Is it quadratic?
\(x^2+x+8 = x^2-4 \;\Rightarrow\; x = -12\). Linear equation (not quadratic, as \(x^2\) terms cancel).
SA8. Solve: \(\dfrac{x}{2} + \dfrac{2}{x} = 3\) (\(x \neq 0\))
\(x^2 – 6x + 4 = 0\). \(x = \dfrac{6 \pm \sqrt{20}}{2} = 3 \pm \sqrt{5}\)
SA9. Find the value(s) of \(k\) for which \(x^2 – 2kx + 7k – 12 = 0\) has equal roots.
\(D = 4k^2 – 4(7k-12) = 0 \;\Rightarrow\; k^2 – 7k + 12 = 0 \;\Rightarrow\; k = 3\) or \(k = 4\)
SA10. If one root of \(2x^2 – 5x + 3 = 0\) is 1, find the other root using sum of roots.
Sum \(= 5/2\). Other root \(= 5/2 – 1 = 3/2\)
Part C — Long Answer (4 marks each)
📘 Long Answer Questions
LA1. Sum of a number and its reciprocal is \(\dfrac{10}{3}\). Find the number.
\(x + \dfrac{1}{x} = \dfrac{10}{3} \;\Rightarrow\; 3x^2 – 10x + 3 = 0 \;\Rightarrow\; (3x-1)(x-3) = 0 \;\Rightarrow\; x = 3\) or \(\dfrac{1}{3}\)
LA2. A motorboat whose speed in still water is 18 km/h takes 1 hour more to go 24 km upstream than downstream. Find the speed of the stream.
Let stream speed \(= x\). \(\dfrac{24}{18-x} – \dfrac{24}{18+x} = 1\). Simplifying: \(24 \cdot 2x \cdot \dfrac{1}{(18-x)(18+x)} = 1 \;\Rightarrow\; 48x = 324 – x^2 \;\Rightarrow\; x^2 + 48x – 324 = 0 \;\Rightarrow\; (x+54)(x-6) = 0 \;\Rightarrow\; x = 6\) km/h
LA3. The hypotenuse of a right triangle is 6 m more than twice the shortest side. If the third side is 2 m less than the hypotenuse, find all sides.
Let shortest \(= x\). Hyp \(= 2x+6\). Third \(= 2x+4\). By Pythagoras: \(x^2 + (2x+4)^2 = (2x+6)^2\). Simplify → \(x^2 – 8x – 20 = 0 \;\Rightarrow\; (x-10)(x+2) = 0 \;\Rightarrow\; x = 10\). Sides: 10 m, 24 m, 26 m.
LA4. Find two consecutive odd positive integers whose sum of squares is 290.
Let numbers be \(2n-1\) and \(2n+1\). \((2n-1)^2 + (2n+1)^2 = 290 \;\Rightarrow\; 8n^2 + 2 = 290 \;\Rightarrow\; n^2 = 36 \;\Rightarrow\; n = 6\). Numbers: 11 and 13.
LA5. Solve by completing the square: \(3x^2 – 5x + 2 = 0\). Verify using the quadratic formula.
Divide by 3: \(x^2 – \dfrac{5}{3}x + \dfrac{2}{3} = 0\). Move constant: \(x^2 – \dfrac{5}{3}x = -\dfrac{2}{3}\). Add \(\left(\dfrac{5}{6}\right)^2 = \dfrac{25}{36}\): \(\left(x-\dfrac{5}{6}\right)^2 = \dfrac{25}{36} – \dfrac{24}{36} = \dfrac{1}{36}\). \(x = \dfrac{5}{6} \pm \dfrac{1}{6}\). \(x = 1\) or \(x = \dfrac{2}{3}\). ✓ Same via formula: \(D = 25-24=1\), \(x = \dfrac{5 \pm 1}{6}\).
LA6. A shopkeeper buys a certain number of books for ₹1200. If he had bought 10 more books for the same amount, each book would cost ₹20 less. Find how many books he bought.
Let books \(= x\). Price each \(= 1200/x\). New price \(= 1200/(x+10) = 1200/x – 20\). Simplify: \(-12000 = -20x^2 – 200x \;\Rightarrow\; x^2 + 10x – 600 = 0 \;\Rightarrow\; (x+30)(x-20) = 0 \;\Rightarrow\; x = 20\) books.
LA7. Prove that for the equation \(px^2 + qx + r = 0\), one root is double the other if \(2q^2 = 9pr\).
Let roots be \(\alpha\) and \(2\alpha\). Sum: \(3\alpha = -q/p \;\Rightarrow\; \alpha = -q/3p\). Product: \(2\alpha^2 = r/p\). Substitute: \(2\left(\dfrac{q}{3p}\right)^2 = \dfrac{r}{p} \;\Rightarrow\; \dfrac{2q^2}{9p^2} = \dfrac{r}{p} \;\Rightarrow\; 2q^2 = 9pr\). ✓ (Proved)
LA8. In a class, each student contributes as many rupees to a fund as the number of students. The total is ₹2025. How many students are there?
\(x \cdot x = 2025 \;\Rightarrow\; x^2 = 2025 \;\Rightarrow\; x = 45\). (45 students)
LA9. Solve: \((a+b)^2 x^2 – 2(a^2-b^2)x + (a-b)^2 = 0\). Simplify using algebraic identities.
Note: \(a^2-b^2 = (a+b)(a-b)\). So equation becomes: \((a+b)^2 x^2 – 2(a+b)(a-b)x + (a-b)^2 = 0\). This is \([(a+b)x – (a-b)]^2 = 0\). Equal roots: \(x = \dfrac{a-b}{a+b}\).
LA10. If \(\alpha\) and \(\beta\) are roots of \(x^2 – px + q = 0\), find the equation whose roots are \(\left(\alpha+\dfrac{1}{\beta}\right)\) and \(\left(\beta+\dfrac{1}{\alpha}\right)\).
\(\alpha+\beta = p,\;\alpha\beta = q\). New sum \(= p + \dfrac{\alpha+\beta}{\alpha\beta} = p + \dfrac{p}{q} = \dfrac{p(q+1)}{q}\). New product \(= \alpha\beta + 1 + 1 + \dfrac{1}{\alpha\beta} = q + 2 + \dfrac{1}{q} = \dfrac{(q+1)^2}{q}\). Equation: \(qx^2 – p(q+1)x + (q+1)^2 = 0\).
Sec 15 · Common Mistakes & Exam Strategy
MISTAKE 1 — Forgetting \(a \neq 0\)
Treating \(0 \cdot x^2 + 3x + 2 = 0\) as a quadratic equation
✅ If \(a = 0\), the equation becomes linear. Always verify \(a \neq 0\).
MISTAKE 2 — Sign error in Sum of Roots
\(\alpha + \beta = b/a\) (missing negative sign)
✅ Sum of roots \(= -b/a\) (note the negative sign is mandatory!)
MISTAKE 3 — Incorrect middle-term split
For \(6x^2-5x-6=0\): trying \(p+q=-5,\; pq=6\) (forgetting to use \(ac = -36\))
✅ Always use \(pq = ac = 6\times(-6) = -36\). Find \(p = -9,\; q = 4\).
MISTAKE 4 — Rejecting both roots
Getting \(x = 5\) and \(x = -3\) for a “positive integer” problem and rejecting both
✅ Only reject the root that violates the stated condition. Here \(x = 5\) is valid.
MISTAKE 5 — Calculation error in Discriminant
\(D = b^2 + 4ac\) (wrong sign)
✅ \(D = b^2 – 4ac\) (the minus sign is critical)
MISTAKE 6 — Not converting to standard form first
Applying formula to \(x(x-3) = 4\) directly as \(a=1,\; b=-3,\; c=4\)
✅ First expand: \(x^2 – 3x – 4 = 0\). Then identify \(a=1,\; b=-3,\; c=-4\).
MISTAKE 7 — Equal roots confusion
Writing “equal roots when \(D = 0\)” but then writing two different values
✅ When \(D = 0\): both roots \(= -b/2a\) (same value; write \(\alpha = \beta = -b/2a\)).
✦ ✦ ✦
🎯 Exam Strategy — Board 2026
1 Mark: MCQs on D, nature of roots, identify standard form
2 Marks: Find k for equal/real roots; find α+β and αβ
3 Marks: Word problems; solve by formula; form equation from roots
4–5 Marks: Application problems (speed, area, pipes); completing square
📘 Time Management
Quadratic Equations typically carries 8–12 marks in CBSE Board. Spend maximum 15–20 minutes on this chapter. Attempt all parts — partial marking is available.
✅ Guaranteed Full Marks Approach
  • Always write standard form first before solving
  • For word problems: define variable clearly, box your final answer
  • Show discriminant calculation explicitly — it earns step marks
  • Write “rejected since [reason]” when discarding a root
  • For completing square: show every single step
⚡ Quick Facts for Last-Minute Revision
  • \(D > 0\) → Distinct real  ·  \(D = 0\) → Equal real  ·  \(D < 0\) → No real roots
  • Sum \(= -b/a\)  ·  Product \(= c/a\)  ·  Equation from roots: \(x^2 – Sx + P = 0\)
  • Factorisation works best when \(D\) is a perfect square
  • Always verify by substituting roots back into the original equation
🚀
Projectile Motion
Height vs. time equations are quadratic: \(h = ut – \tfrac{1}{2}gt^2\)
Physics
📐
Area Problems
Finding dimensions of rectangles, squares, and land plots
Geometry
💰
Profit & Loss
Cost price × number of articles = fixed amount scenarios
Commerce
Sec 16 · Answer Key
MCQ Answers (Practice Worksheet Part A)
MCQ 1
(C)
MCQ 2
(B) \(D = 0\)
MCQ 3
(B) 2/3
MCQ 4
(A) \(k = 2\)
MCQ 5
(B) 7/2
MCQ 6
(C) No real roots
MCQ 7
(B) \(b = 1\)
MCQ 8
(B) \(x^2-x-6=0\)
MCQ 9
(B) 3/5, 3/5
MCQ 10
(B) ±12
Short Answer Key
SA1
\(x = 3,\; 4\)
SA2
\(D=0\), Equal roots
SA3
\(k = 5\)
SA4
\(x \approx 1.14,\; -0.57\)
SA5
\(k = 1\)
SA6
\(-1/7;\; -3/7\)
SA7
Linear, \(x=-12\)
SA8
\(3 \pm \sqrt{5}\)
SA9
\(k = 3\) or \(4\)
SA10
3/2
Long Answer Key
LA1
\(x = 3\) or \(1/3\)
LA2
Speed = 6 km/h
LA3
10, 24, 26 m
LA4
11 and 13
LA5
\(x = 1\) or \(2/3\)
LA6
20 books
LA7
Proof (\(2q^2=9pr\))
LA8
45 students
LA9
\(x = (a-b)/(a+b)\)
LA10
\(qx^2-p(q+1)x+(q+1)^2=0\)
🏆 Score Yourself

MCQs: ×1 mark | Short Answer: ×2 marks | Long Answer: ×4 marks

45–50: Excellent 🌟 | 35–44: Very Good ✅ | 25–34: Good 👍 | Below 25: Revise again 📖

✦ ✦ ✦

📘 Want more CBSE handwritten notes and premium concept explanations?
Visit: M² Learning Hub

Leave a Comment

Your email address will not be published. Required fields are marked *