← Back to CBSE-10
⚡ Important Qs📅 PYQs📖 NCERT Solutions

Quadratic Equations - Important Questions

🏆 Daily Math Board Challenge (2026 Edition)
Check whether (x + 1)² = 2(x − 3) is a quadratic equation.
🎯 Chapter Readiness Score35%
⏱️ Est. Revision Time: 15 Mins • Press Ctrl+K to Search
⚡ Key Formulas at a Glance
Formula (Hover/Click)
Quadratic Formula
x = (−b ± √(b²−4ac)) / 2a
Formula (Hover/Click)
Discriminant (Δ)
Δ = b² − 4ac (Δ>0 distinct, Δ=0 equal, Δ<0 no real)
Formula (Hover/Click)
Sum of Roots (α+β)
α + β = −b/a
Formula (Hover/Click)
Product of Roots (αβ)
αβ = c/a
Formula (Hover/Click)
Completing Square
(x + b/2a)² = (b² − 4ac) / 4a²
Formula (Hover/Click)
Equation from Roots
x² − (Sum)x + (Product) = 0
1
Comprehensive Master Guide & Theory5 Marks
Quadratic Equations: Complete Theory, Derivation of Quadratic Formula, and Discriminant Analysis.
▶ Show Detailed Solution
1. Definition & Standard Form:
A quadratic equation in variable x is an equation of the form ax² + bx + c = 0, where a, b, c ∈ ℜ and a ≠ 0.

2. Derivation of Quadratic Formula (Sridharacharya's Formula):
Given ax² + bx + c = 0 (a ≠ 0):
• Divide throughout by a: x² + (b/a)x + c/a = 0
• Transpose constant term: x² + (b/a)x = −c/a
• Add (b / 2a)² to both sides to complete square:
x² + 2(b/2a)x + (b/2a)² = (b/2a)² − c/a
(x + b/2a)² = (b² − 4ac) / 4a²
• Take square root on both sides:
x + b/2a = ± √(b² − 4ac) / 2a
x = (−b ± √(b² − 4ac)) / 2a ■

3. Discriminant (Δ) & Nature of Roots:
The expression Δ = b² − 4ac determines the nature of roots:
Discriminant Value (Δ)Nature of RootsRoots Formula
Δ > 0Two distinct real rootsx = (−b ± √Δ) / 2a
Δ = 0Two equal real rootsx = −b / 2a
Δ < 0No real roots (Imaginary)No real solution in ℜ
2
CBSE Board Master Problem4 Marks
A motorboat whose speed is 18 km/h in still water takes 1 hour more to go 24 km upstream than to return downstream to the same spot. Find the speed of the stream.
▶ Show Detailed Solution
Step 1 — Formulate Variables:
Let speed of stream = x km/h (x > 0).
Speed upstream = (18 − x) km/h
Speed downstream = (18 + x) km/h

Step 2 — Time Equations:
Time upstream t ‹up› = 2418 − x hours
Time downstream t ‹down› = 2418 + x hours

Given: t ‹up› − t ‹down› = 1 hour
2418 − x2418 + x = 1

Step 3 — Simplify to Quadratic Equation:
24 [ (18 + x) − (18 − x) ] = (18 − x)(18 + x)
24 [ 2x ] = 324 − x²
48x = 324 − x² ⇒ x² + 48x − 324 = 0

Step 4 — Factorise:
(x + 54)(x − 6) = 0
x = −54 (rejected as speed cannot be negative)
x = 6

Speed of stream = 6 km/h ■
3
Parametric Board Exam Problem3 Marks
Find the value of k for which the quadratic equation (k − 12)x² + 2(k − 12)x + 2 = 0 has equal real roots.
▶ Show Detailed Solution
Step 1 — Identify Coefficients:
a = (k − 12), b = 2(k − 12), c = 2
Condition for quadratic: a ≠ 0 ⇒ k ≠ 12.

Step 2 — Equal Roots Condition (Δ = 0):
Δ = b² − 4ac = 0
[2(k − 12)]² − 4(k − 12)(2) = 0
4(k − 12)² − 8(k − 12) = 0

Step 3 — Factorise:
4(k − 12) [ (k − 12) − 2 ] = 0
4(k − 12)(k − 14) = 0

Either k = 12 or k = 14.
Since k = 12 makes a = 0 (not quadratic), k = 12 is rejected.

Required value of k = 14 ■
4
NCERT Exemplar Word Problem5 Marks
Two water taps together can fill a tank in 9&frac38; hours. The tap of larger diameter takes 10 hours less than the smaller one to fill the tank separately. Find the time in which each tap can separately fill the tank.
▶ Show Detailed Solution
Step 1 — Define Variables:
Let smaller tap fill tank in x hours.
Larger tap fills tank in (x − 10) hours (x > 10).

Step 2 — Work Done per Hour:
Smaller tap work/hr = 1x
Larger tap work/hr = 1x − 10
Combined fill time = 9&frac38; = 758 hours ⇒ Combined work/hr = 875

Step 3 — Form Equation:
1x + 1x − 10 = 875
(x − 10) + xx(x − 10) = 875
75(2x − 10) = 8x(x − 10)
150x − 750 = 8x² − 80x
8x² − 230x + 750 = 0 ⇒ 4x² − 115x + 375 = 0

Step 4 — Solve Quadratic:
4x² − 100x − 15x + 375 = 0
4x(x − 25) − 15(x − 25) = 0
(4x − 15)(x − 25) = 0
x = 25  or  x = 154 = 3.75.
If x = 3.75, larger tap time = 3.75 − 10 = −6.25 (impossible).

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