Ch 4  ·  Q–
0%
Class 10 Mathematics Exercise 4.3 NCERT Solutions Olympiad Board Exam

Chapter 4 — QUADRATIC EQUATIONS

Step-by-step NCERT solutions with stress–strain analysis and exam-oriented hints for Boards, JEE & NEET.

📋5 questions
Ideal time: 30-45 min
📍Now at: Q1
Q1
NUMERIC3 marks

Find the nature of the roots of the following quadratic equations. If the real roots exist, find them:

Concept Used: Discriminant Method

For a quadratic equation \(ax^2 + bx + c = 0\), the discriminant is defined as: \[ D = b^2 - 4ac \]

  • If \(D > 0\): Two distinct real roots
  • If \(D = 0\): Equal real roots
  • If \(D < 0\): No real roots (complex roots)

Solution Roadmap (How to write in exam):

  • Step 1: Identify \(a, b, c\)
  • Step 2: Compute discriminant carefully
  • Step 3: Conclude nature of roots
  • Step 4: If real roots exist, apply quadratic formula
Parabola

Parabola shape determines nature of roots

  1. Given: \(2x^2 - 3x + 5 = 0\)

    Step 1: Identify coefficients

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

    Step 2: Compute discriminant

    \[ \begin{aligned} D &= b^2 - 4ac \\ &= (-3)^2 - 4 \times 2 \times 5 \\ &= 9 - 40 \\ &= -31 \end{aligned} \]

    Step 3: Nature of roots

    Since \(D < 0\), roots are non-real (complex).

    Final Answer:

    No real roots exist.

    Exam Insight: Negative discriminant confirms no x-intercept. Frequently asked in CBSE 1-mark MCQs and NTSE.


  2. Given: \(3x^2 - 4\sqrt{3}x + 4 = 0\)

    Step 1: Identify coefficients

    \(a = 3,\; b = -4\sqrt{3},\; c = 4\)

    Step 2: Compute discriminant

    \[ \begin{aligned} D &= (-4\sqrt{3})^2 - 4 \times 3 \times 4 \\ &= (16 \times 3) - 48 \\ &= 48 - 48 \\ &= 0 \end{aligned} \]

    Step 3: Nature of roots

    Since \(D = 0\), roots are equal and real.

    Step 4: Find roots

    \[ \begin{aligned} x &= \frac{-b}{2a} \\ &= \frac{-(-4\sqrt{3})}{2 \times 3} \\ &= \frac{4\sqrt{3}}{6} \end{aligned} \]

    Step 5: Simplify

    \[ \frac{4\sqrt{3}}{6} = \frac{2\sqrt{3}}{3} \]

    Final Answer:

    Equal roots: \(x = \frac{2\sqrt{3}}{3}\)

    Exam Insight: Perfect square discriminant case. Common in CBSE 2-mark and algebra simplification problems.


  3. Given: \(2x^2 - 6x + 3 = 0\)

    Step 1: Identify coefficients

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

    Step 2: Compute discriminant

    \[ \begin{aligned} D &= (-6)^2 - 4 \times 2 \times 3 \\ &= 36 - 24 \\ &= 12 \end{aligned} \]

    Step 3: Nature of roots

    Since \(D > 0\), roots are real and distinct.

    Step 4: Apply quadratic formula

    \[ \begin{aligned} x &= \frac{-b \pm \sqrt{D}}{2a} \\ &= \frac{-(-6) \pm \sqrt{12}}{2 \times 2} \\ &= \frac{6 \pm \sqrt{12}}{4} \end{aligned} \]

    Step 5: Simplify root

    \[ \sqrt{12} = \sqrt{4 \times 3} = 2\sqrt{3} \]

    \[ \begin{aligned} x &= \frac{6 \pm 2\sqrt{3}}{4} \\ &= \frac{3 \pm \sqrt{3}}{2} \end{aligned} \]

    Final Answer:

    \(x = \frac{3 + \sqrt{3}}{2}, \quad x = \frac{3 - \sqrt{3}}{2}\)

    Exam Insight: Simplifying surds is critical. Frequently appears in CBSE 3-mark and foundation for JEE algebra.

Why This Exercise is Important:

  • Direct application of discriminant concept
  • Builds base for graph interpretation of quadratic equations
  • Used in coordinate geometry and calculus later
  • Important for CBSE board, NTSE, Olympiad and JEE foundation
↑ Top
1 / 5  ·  20%
Q2 →
Q2
NUMERIC3 marks

Find the values of k for each of the following quadratic equations, so that they have two equal roots.

Concept: Condition for Equal Roots (Repeated Roots)

For a quadratic equation \(ax^2 + bx + c = 0\), the roots are equal when: \[ D = b^2 - 4ac = 0 \]

Important condition: The equation must remain quadratic (i.e., \(a \neq 0\)).

Solution Roadmap:

  • Step 1: Convert equation into standard form
  • Step 2: Identify \(a, b, c\)
  • Step 3: Apply \(D = 0\)
  • Step 4: Solve for parameter \(k\)
  • Step 5: Check validity (quadratic condition)
Touches x-axis → Equal roots
  1. Given: \(2x^2 + kx + 3 = 0\)

    Step 1: Identify coefficients

    \(a = 2,\; b = k,\; c = 3\)

    Step 2: Apply condition for equal roots

    \[ D = b^2 - 4ac = 0 \]

    Step 3: Substitute values

    \[ \begin{aligned} k^2 - 4(2)(3) &= 0 \\ k^2 - 24 &= 0 \end{aligned} \]

    Step 4: Solve equation

    \[ \begin{aligned} k^2 &= 24 \\ k &= \pm \sqrt{24} \end{aligned} \]

    Step 5: Simplify radical

    \[ \sqrt{24} = \sqrt{4 \times 6} = 2\sqrt{6} \]

    \[ k = \pm 2\sqrt{6} \]

    Final Answer:

    \(k = 2\sqrt{6}\) or \(k = -2\sqrt{6}\)

    Exam Insight: Parameter-based discriminant problems are very common in CBSE 3-mark questions and form the base of higher algebra in JEE.


  2. Given: \(kx(x - 2) + 6 = 0\)

    Step 1: Convert into standard form

    \[ \begin{aligned} kx(x - 2) + 6 &= 0 \\ kx^2 - 2kx + 6 &= 0 \end{aligned} \]

    Step 2: Identify coefficients

    \(a = k,\; b = -2k,\; c = 6\)

    Step 3: Apply discriminant condition

    \[ D = b^2 - 4ac = 0 \]

    Step 4: Substitute values

    \[ \begin{aligned} (-2k)^2 - 4(k)(6) &= 0 \\ 4k^2 - 24k &= 0 \end{aligned} \]

    Step 5: Factorize

    \[ \begin{aligned} 4k^2 - 24k &= 0 \\ 4k(k - 6) &= 0 \end{aligned} \]

    Step 6: Solve

    \[ k = 0 \quad \text{or} \quad k = 6 \]

    Step 7: Check validity

    If \(k = 0\), then equation becomes: \[ 6 = 0 \] which is not a quadratic equation and has no solution.

    Therefore, \(k = 0\) is invalid.

    Final Answer:

    \(k = 6\)

    Exam Insight: Always check whether the equation remains quadratic. This is a common trap in CBSE and Olympiad questions.

Why This Question is Important:

  • Tests understanding of discriminant deeply
  • Introduces parameter-based equations (very important)
  • Builds logical filtering skills (valid vs invalid cases)
  • Frequently asked in CBSE boards, NTSE, Olympiad and JEE foundation
← Q1
2 / 5  ·  40%
Q3 →
Q3
NUMERIC3 marks

Is it possible to design a rectangular mango grove whose length is twice its breadth, and the area is 800 m2? If so, find its length and breadth.

Concept: Converting Word Problem into Quadratic Equation

Many real-life problems involving area, geometry, or ratios lead to quadratic equations. Here, we use: \[ \text{Area of rectangle} = \text{Length} \times \text{Breadth} \]

Solution Roadmap:

  • Step 1: Assume one variable
  • Step 2: Express other quantity using given condition
  • Step 3: Form equation using area relation
  • Step 4: Solve quadratic equation
  • Step 5: Interpret solution (reject non-physical values)
Length = 2x Breadth = x

Given:

  • Length = twice breadth
  • Area = \(800 \, m^2\)

Step 1: Assume variable

Let breadth = \(x\) m

Step 2: Express length

Length = \(2x\) m

Step 3: Form equation using area

\[ \text{Area} = \text{Length} \times \text{Breadth} \]

\[ x \times 2x = 800 \]

Step 4: Simplify equation

\[ \begin{aligned} 2x^2 &= 800 \\ x^2 &= 400 \end{aligned} \]

Step 5: Solve

\[ \begin{aligned} x &= \pm \sqrt{400} \\ &= \pm 20 \end{aligned} \]

Step 6: Interpret solution

Since dimensions represent physical lengths, they must be positive.

Therefore, reject \(x = -20\) and take: \[ x = 20 \]

Step 7: Find dimensions

Breadth = \(x = 20\) m
Length = \(2x = 2 \times 20 = 40\) m

Step 8: Verification

\[ \text{Area} = 40 \times 20 = 800 \, m^2 \]

Final Answer:

Yes, it is possible.
Length = \(40\) m
Breadth = \(20\) m

Exam Significance:

  • Classic CBSE word problem (2–3 marks guaranteed type)
  • Tests equation formation skills (very important)
  • Introduces rejection of non-physical roots
  • Foundation for optimization problems in higher classes
  • Frequently used in NTSE, Olympiad and basic JEE applications
← Q2
3 / 5  ·  60%
Q4 →
Q4
NUMERIC3 marks

Is the following situation possible? If so, determine their present ages. The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48.

Concept: Age Problems → Formation of Quadratic Equation

In age-based problems:

  • Present age is taken as a variable
  • Past age = Present age − years
  • Relationships (sum/product) are used to form equations

If the resulting quadratic equation has:

  • Real solutions → situation is possible
  • No real solution → situation is not possible

Solution Roadmap:

  • Step 1: Assume present ages
  • Step 2: Express past ages
  • Step 3: Form equation using product condition
  • Step 4: Simplify into quadratic form
  • Step 5: Check discriminant
  • Step 6: Interpret result
4 years ago Present x-4 , 16-x x , 20-x

Given:

  • Sum of present ages = 20
  • Product of ages 4 years ago = 48

Step 1: Assume present ages

Let present age of first friend = \(x\) years

Then second friend's age = \(20 - x\) years

Step 2: Express past ages

Four years ago:
First friend = \(x - 4\)
Second friend = \((20 - x) - 4 = 16 - x\)

Step 3: Form equation

\[ (x - 4)(16 - x) = 48 \]

Step 4: Expand completely

\[ \begin{aligned} (x - 4)(16 - x) &= x(16 - x) - 4(16 - x) \\ &= 16x - x^2 - 64 + 4x \\ &= -x^2 + 20x - 64 \end{aligned} \]

So, \[ -x^2 + 20x - 64 = 48 \]

Step 5: Bring to standard form

\[ \begin{aligned} -x^2 + 20x - 64 - 48 &= 0 \\ -x^2 + 20x - 112 &= 0 \end{aligned} \]

Multiply entire equation by \(-1\):

\[ x^2 - 20x + 112 = 0 \]

Step 6: Compute discriminant

\[ \begin{aligned} D &= b^2 - 4ac \\ &= (-20)^2 - 4(1)(112) \\ &= 400 - 448 \\ &= -48 \end{aligned} \]

Step 7: Interpret result

Since \(D < 0\), the quadratic equation has no real roots.

Therefore, no real values of \(x\) satisfy the given condition.

Final Conclusion:

The given situation is not possible.

Exam Significance:

  • Tests modeling of real-life problems into equations
  • Highlights use of discriminant to verify feasibility
  • Very important CBSE reasoning-type question
  • Foundation for higher algebra and real-world modelling
  • Frequently asked in NTSE, Olympiad and logical reasoning sections
← Q3
4 / 5  ·  80%
Q5 →
Q5
NUMERIC3 marks

Is it possible to design a rectangular park of perimeter 80 m and area 400 \(\mathrm{m^2}\)

Concept: Rectangle with Fixed Perimeter → Quadratic Formation

For a rectangle:

  • Perimeter \(= 2(l + b)\)
  • Area \(= l \times b\)

When perimeter is fixed, one dimension can be expressed in terms of the other, leading to a quadratic equation.

Important insight: When discriminant \(D = 0\), length = breadth → rectangle becomes a square.

Solution Roadmap:

  • Step 1: Use perimeter to relate \(l\) and \(b\)
  • Step 2: Express one variable in terms of the other
  • Step 3: Form area equation
  • Step 4: Convert into quadratic form
  • Step 5: Check discriminant
  • Step 6: Interpret dimensions
Length = (40 - x) Breadth = x

Given:

  • Perimeter = \(80\) m
  • Area = \(400 \, m^2\)

Step 1: Use perimeter formula

\[ \begin{aligned} 2(l + b) &= 80 \\ l + b &= 40 \end{aligned} \]

Step 2: Assume variable

Let breadth = \(x\) m

Step 3: Express length

\[ l = 40 - x \]

Step 4: Form area equation

\[ \text{Area} = l \times b \]

\[ x(40 - x) = 400 \]

Step 5: Expand completely

\[ \begin{aligned} x(40 - x) &= 400 \\ 40x - x^2 &= 400 \end{aligned} \]

Step 6: Convert to standard quadratic form

\[ \begin{aligned} 40x - x^2 - 400 &= 0 \\ -x^2 + 40x - 400 &= 0 \end{aligned} \]

Multiply entire equation by \(-1\):

\[ x^2 - 40x + 400 = 0 \]

Step 7: Compute discriminant

\[ \begin{aligned} D &= b^2 - 4ac \\ &= (-40)^2 - 4(1)(400) \\ &= 1600 - 1600 \\ &= 0 \end{aligned} \]

Step 8: Nature of roots

Since \(D = 0\), roots are equal.

Step 9: Find value of \(x\)

\[ \begin{aligned} x &= \frac{-b}{2a} \\ &= \frac{-(-40)}{2 \times 1} \\ &= \frac{40}{2} \\ &= 20 \end{aligned} \]

Step 10: Find dimensions

Breadth = \(x = 20\) m
Length = \(40 - x = 40 - 20 = 20\) m

Step 11: Interpretation

Since length = breadth, the rectangle becomes a square.

Step 12: Verification

\[ \text{Perimeter} = 2(20 + 20) = 80 \]

\[ \text{Area} = 20 \times 20 = 400 \, m^2 \]

Final Answer:

Yes, it is possible.

Length = \(20\) m
Breadth = \(20\) m

The park is a square.

Exam Significance:

  • Classic perimeter-area modeling problem (CBSE 3 marks)
  • Demonstrates connection between geometry and algebra
  • Important concept: maximum area for fixed perimeter occurs for square
  • Used in optimization problems in higher classes
  • Frequently appears in NTSE, Olympiad and JEE foundation
← Q4
5 / 5  ·  100%
↑ Back to top
🎓

Chapter Complete!

All 5 solutions for QUADRATIC EQUATIONS covered.

↑ Review from the top
◆ AI Quadratic Engine
Deep-sea solver — algebra, geometry, age & number problems
🕐 Recent History
Formula Reference
Quadratic: ax² + bx + c = 0 → D = b² − 4ac, x = (−b ± √D) / 2a
Linear: ax + b = c → x = (c − b) / a
Area rect: length = k×breadth, A = k×x²
Age/Sum-Product: x+y=S, xy=P → quadratic
Number puzzle: x+y=S, x−y=D → x=(S+D)/2
Profit/Loss: Profit% = (SP−CP)/CP × 100
📚
ACADEMIA AETERNUM तमसो मा ज्योतिर्गमय · Est. 2025
Sharing this chapter
Quadratic Equations | Mathematics Class -10
Quadratic Equations | Mathematics Class -10 — Complete Notes & Solutions · academia-aeternum.com
🎓 Class -10 📐 Mathematics 📖 NCERT ✅ Free Access 🏆 CBSE · JEE
Share on
academia-aeternum.com/class-10/mathematics/quadratic-equations/exercises/exercise-4.3/ Copy link
💡
Exam tip: Sharing chapter notes with your study group creates a reinforcement loop. Teaching a concept is the fastest path to mastering it.

Get in Touch

Let's Connect

Questions, feedback, or suggestions?
We'd love to hear from you.