Home › ncert solutions › Class 10 › mathematics › quadratic equations

Quadratic Equations — Class 10 Mathematics NCERT Solutions (Free)

Free step-by-step NCERT solutions for Class 10 Mathematics chapter "Quadratic Equations" — 9 important questions with detailed answers for CBSE board exam preparation.

✓ 100% Free ✓ No Login Needed ✓ NCERT / CBSE Aligned ✓ Download as PDF

TL;DR: Free step-by-step NCERT solutions for Class 10 Mathematics chapter "Quadratic Equations" — 9 important questions with detailed answers for CBSE board…

Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated Jul 23, 2026

🤖 Stuck on any question? Ask Syllab's free AI Tutor for a step-by-step explanation — instant, unlimited, no login.

Key Questions Covered:

  1. Define a quadratic equation and state the general form.
  2. Prove that the discriminant determines the nature of roots of a quadratic equ…
  3. Solve x² + 5x + 6 = 0 by factorisation.
  4. Solve 2x² - 7x + 3 = 0 using the quadratic formula.
  5. For what values of k does the equation 2x² - 3x + k = 0 have equal roots?
  6. A rectangle has length 2 m more than its width. Its area is 48 m². Find the d…
  7. + 3 more questions in the full chapter

Solutions Summary:

Question Status
Define a quadratic equation and state the general form. ✓ Solved
Prove that the discriminant determines the nature of root… ✓ Solved
Solve x² + 5x + 6 = 0 by factorisation. ✓ Solved
Solve 2x² - 7x + 3 = 0 using the quadratic formula. ✓ Solved
For what values of k does the equation 2x² - 3x + k = 0 h… ✓ Solved
A rectangle has length 2 m more than its width. Its area … ✓ Solved

Showing 6 of 9 questions

Q1: Define a quadratic equation and state the general form.

Quadratic Equation: A quadratic equation in one variable is a polynomial equation of degree 2. General form: ax² + bx + c = 0 where a, b, and c are real numbers and a ≠ 0. The condition a ≠ 0 is essential because if a = 0, it becomes a linear equation, not quadratic. Examples of quadratic equations: - x² + 5x + 6 = 0 - 2x² - 7x + 3 = 0 - x² - 9 = 0 - 3x² + 2x = 0 Characteristics: - The highest power of the variable is 2 - A quadratic equation has at most 2 real roots - The graph of y = ax² ...

Q2: Prove that the discriminant determines the nature of roots of a quadratic equation.

For the quadratic equation ax² + bx + c = 0, the discriminant is Δ = b² - 4ac. The nature of roots is determined as follows: 1) If Δ > 0 (discriminant is positive): - The equation has two distinct real roots - Roots are given by x = (-b ± √Δ)/(2a) - Example: x² + 5x + 6 = 0 has Δ = 25 - 24 = 1 > 0, so two distinct real roots 2) If Δ = 0 (discriminant is zero): - The equation has two equal (repeated) real roots - Both roots are x = -b/(2a) - Example: x² - 4x + 4 = 0 has...

Q3: Solve x² + 5x + 6 = 0 by factorisation.

Given equation: x² + 5x + 6 = 0 Step 1: Identify factors We need two numbers that multiply to 6 and add to 5. Factors of 6 are: 1×6, 2×3 Checking: 2 + 3 = 5 ✓ and 2 × 3 = 6 ✓ Step 2: Factorise x² + 5x + 6 = (x + 2)(x + 3) = 0 Step 3: Apply zero product property Either (x + 2) = 0 or (x + 3) = 0 Therefore: x = -2 or x = -3 Step 4: Verification For x = -2: (-2)² + 5(-2) + 6 = 4 - 10 + 6 = 0 ✓ For x = -3: (-3)² + 5(-3) + 6 = 9 - 15 + 6 = 0 ✓ Therefore, the roots are x = -2 and x = -3

Q4: Solve 2x² - 7x + 3 = 0 using the quadratic formula.

Given equation: 2x² - 7x + 3 = 0 Identify coefficients: a = 2, b = -7, c = 3 Step 1: Calculate the discriminant Δ = b² - 4ac = (-7)² - 4(2)(3) = 49 - 24 = 25 Since Δ = 25 > 0, the equation has two distinct real roots. Step 2: Apply the quadratic formula x = (-b ± √Δ)/(2a) x = (-(-7) ± √25)/(2 × 2) x = (7 ± 5)/4 Step 3: Calculate the roots Root 1: x = (7 + 5)/4 = 12/4 = 3 Root 2: x = (7 - 5)/4 = 2/4 = 1/2 Step 4: Verification For x = 3: 2(3)² - 7(3) + 3 = 18 - 21 + 3 = 0 ✓ For x = ...

Q5: For what values of k does the equation 2x² - 3x + k = 0 have equal roots?

For a quadratic equation to have equal roots, the discriminant must be zero: Δ = 0 Given equation: 2x² - 3x + k = 0 Coefficients: a = 2, b = -3, c = k Step 1: Write the discriminant condition Δ = b² - 4ac = 0 (-3)² - 4(2)(k) = 0 9 - 8k = 0 Step 2: Solve for k 8k = 9 k = 9/8 Step 3: Verification With k = 9/8, the equation becomes: 2x² - 3x + 9/8 = 0 Multiplying by 8: 16x² - 24x + 9 = 0 Discriminant: (-24)² - 4(16)(9) = 576 - 576 = 0 ✓ The equal root is: x = -b/(2a) = -(-3)/(2 × 2) = 3/4 Ve...

Q6: A rectangle has length 2 m more than its width. Its area is 48 m². Find the dimensions.

Let the width of the rectangle be x m. Then the length is (x + 2) m. Step 1: Form the equation using area formula Area = length × width 48 = (x + 2) × x 48 = x² + 2x x² + 2x - 48 = 0 Step 2: Solve using factorisation Find two numbers that multiply to -48 and add to 2. Factors: 8 and -6 (since 8 × (-6) = -48 and 8 + (-6) = 2) x² + 2x - 48 = (x + 8)(x - 6) = 0 Step 3: Find the roots Either x + 8 = 0 or x - 6 = 0 Therefore: x = -8 or x = 6 Since width cannot be negative, x = 6 m. Step 4: Find...

Showing 6 of 9 questions. Visit the full page for complete solutions.

← Previous: Pair of Linear Equations in Two Variables Next: Arithmetic Progressions →

More Class 10 Mathematics NCERT Solutions

  • Real Numbers — Class 10 Mathematics NCERT Solutions
  • Polynomials — Class 10 Mathematics NCERT Solutions
  • Pair of Linear Equations in Two Variables — Class 10 Mathematics NCERT Solutions
  • Arithmetic Progressions — Class 10 Mathematics NCERT Solutions
  • Triangles — Class 10 Mathematics NCERT Solutions
  • Coordinate Geometry — Class 10 Mathematics NCERT Solutions
  • Introduction to Trigonometry — Class 10 Mathematics NCERT Solutions
  • Some Applications of Trigonometry — Class 10 Mathematics NCERT Solutions
  • Circles — Class 10 Mathematics NCERT Solutions
  • Areas Related to Circles — Class 10 Mathematics NCERT Solutions
  • Surface Areas and Volumes — Class 10 Mathematics NCERT Solutions
  • Statistics — Class 10 Mathematics NCERT Solutions
  • Probability — Class 10 Mathematics NCERT Solutions
  • Real Numbers Exemplar — Class 10 Mathematics NCERT Solutions
  • Polynomials Exemplar — Class 10 Mathematics NCERT Solutions
  • Pair Linear Equations Exemplar — Class 10 Mathematics NCERT Solutions
  • Quadratic Equations Exemplar — Class 10 Mathematics NCERT Solutions
  • Arithmetic Progressions Exemplar — Class 10 Mathematics NCERT Solutions
  • Triangles Exemplar — Class 10 Mathematics NCERT Solutions
  • Coordinate Geometry Exemplar — Class 10 Mathematics NCERT Solutions

More free resources for this chapter

  • Important Questions →
  • MCQ Practice →
  • Previous Year Questions →
  • Revision Notes →
  • Solved Examples →
  • State Board Solutions →

Explore:

  • Syllabus
  • Practice
  • Mock Tests
  • NCERT Solutions
  • Coding
  • GK Quiz
  • Career Predictor
  • AI Tutor
  • Live Quiz
  • Doubt Solver
  • Microlearning
  • Free Alternatives
  • Kids Zone
  • Study Room
  • Calculators
  • Worksheets

Syllab.in — Free learning for Indian students, Class 1–12