Join WhatsApp Icon JEE WhatsApp Group
NCERT Solutions for Class 10 Maths

Chapter 4: Quadratic Equations

Download Solutions PDF
Daily JEE Updates, Tips & Important Alerts
Join 30,000+ students and stay updated with JEE notifications and preparation insights.
Join Now!
Free PDF
Complete NCERT Solution PDF for Chapter 4: Quadratic Equations

NCERT Solutions For Class 10 Maths Chapter 4 Quadratic Equations helps students understand equations involving second-degree expressions and their solutions. The page provides well-structured NCERT Solutions that explain standard form of quadratic equations, factorisation method, completing square method, and quadratic formula. NCERT Solutions For Class 10 Maths guide students through different problem-solving techniques with clear steps and examples. The chapter plays an important role in developing algebraic skills required for higher classes and competitive examinations. These solutions help students practise numerical problems, understand concepts, and improve accuracy. Students can download the chapter PDF for easy revision and regular practice. The detailed explanations make solving quadratic equations simpler and more effective.

Download Solutions PDF

Examples 1-9

Example 1 Represent the following situations mathematically:

(i) John and Jivanti together have $$45$$ marbles. Both of them lost $$5$$ marbles each, and the product of the number of marbles they now have is $$124$$. We would like to find out how many marbles they had to start with.

Solution

Let $$x$$ be the number of marbles John had at the beginning.

Together they had $$45$$ marbles, so Jivanti had $$45 - x$$ marbles.

After each of them lost $$5$$ marbles:

  • John now has $$x - 5$$ marbles.
  • Jivanti now has $$40 - x$$ marbles (because $$(45 - x) - 5 = 40 - x$$).

The product of their remaining marbles is given to be $$124$$, therefore

$$ (x - 5)(40 - x) = 124 $$.

Expanding and arranging the terms,

$$ -x^{2} + 45x - 324 = 0 $$

or equivalently

$$ x^{2} - 45x + 324 = 0 $$.

This quadratic equation represents the required mathematical formulation.

Answer

Quadratic equation: $$x^{2} - 45x + 324 = 0$$

(ii) A cottage industry produces a certain number of toys in a day. The cost of production of each toy (in rupees) was found to be $$55$$ minus the number of toys produced in a day. On a particular day, the total cost of production was $$\mathrm{\text{₹}\,}\,750$$. We would like to find out the number of toys produced on that day.

Solution

Let $$x$$ be the number of toys produced on the given day.

The cost of producing one toy is $$55 - x$$ rupees.

Hence, the total cost of production is

$$ \text{total cost} = x(55 - x). $$

Given that the total cost is $$\mathrm{\text{₹}\,}\,750$$, we get

$$ x(55 - x) = 750. $$

Simplifying to standard quadratic form,

$$ -x^{2} + 55x - 750 = 0 $$

or

$$ x^{2} - 55x + 750 = 0 $$.

This quadratic equation represents the required relation.

Answer

Quadratic equation: $$x^{2} - 55x + 750 = 0$$

Example 2 Check whether the following are quadratic equations:

(i) $$(x - 2)^2 + 1 = 2x - 3$$

Solution

Start with the given equation

$$(x - 2)^2 + 1 = 2x - 3$$

Expand the square:

$$(x - 2)^2 = x^2 - 4x + 4$$

Substitute this expansion:

$$x^2 - 4x + 4 + 1 = 2x - 3$$
$$x^2 - 4x + 5 = 2x - 3$$

Bring every term to the left-hand side (subtract $$2x - 3$$ from both sides):

$$x^2 - 4x + 5 - 2x + 3 = 0$$
$$x^2 - 6x + 8 = 0$$

The highest power of $$x$$ is $$2$$ and the coefficient of $$x^2$$ is non-zero. Hence the simplified equation is of degree 2.

Therefore the given equation is a quadratic equation.

Answer

Quadratic equation

(ii) $$x(x + 1) + 8 = (x + 2)(x - 2)$$

Solution

Given

$$x(x + 1) + 8 = (x + 2)(x - 2)$$

Expand both sides:

LHS: $$x(x + 1) = x^2 + x$$, so $$x^2 + x + 8$$.
RHS: $$(x + 2)(x - 2) = x^2 - 4$$.

Equate:

$$x^2 + x + 8 = x^2 - 4$$

Subtract $$x^2$$ from both sides:

$$x + 8 = -4$$

Or gather all terms on the left:

$$x + 8 + 4 = 0 \\[3pt] x + 12 = 0$$

The simplified equation contains only the first power of $$x$$ (degree 1). The coefficient of $$x^2$$ has become 0, so the equation is not quadratic; it is linear.

Answer

Not a quadratic equation

(iii) $$x(2x + 3) = x^2 + 1$$

Solution

Given

$$x(2x + 3) = x^2 + 1$$

Expand the left side:

$$2x^2 + 3x = x^2 + 1$$

Shift every term to one side:

$$2x^2 + 3x - x^2 - 1 = 0$$
$$x^2 + 3x - 1 = 0$$

The highest power of $$x$$ is $$2$$, with non-zero coefficient. Hence this is a quadratic equation.

Answer

Quadratic equation

(iv) $$(x + 2)^3 = x^3 - 4$$

Solution

Given

$$(x + 2)^3 = x^3 - 4$$

Expand the cube using $$(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$$ with $$a = x,\; b = 2$$:

$$(x + 2)^3 = x^3 + 3x^2 \cdot 2 + 3x \cdot 2^2 + 2^3 = x^3 + 6x^2 + 12x + 8$$

Substitute in the equation:

$$x^3 + 6x^2 + 12x + 8 = x^3 - 4$$

Move every term to the left-hand side:

$$x^3 + 6x^2 + 12x + 8 - x^3 + 4 = 0$$
$$6x^2 + 12x + 12 = 0$$

Divide by 6 to simplify:

$$x^2 + 2x + 2 = 0$$

The highest power of $$x$$ is $$2$$ and its coefficient is non-zero. Therefore the equation obtained is quadratic.

Answer

Quadratic equation

Example 3 Find the roots of the equation $$2x^2 - 5x + 3 = 0$$, by factorisation.

Solution

We have to solve the quadratic equation

$$2x^2 - 5x + 3 = 0.$$

Step 1 : Split the middle term

Compute the product of the coefficient of $$x^2$$ and the constant term:

$$2 \times 3 = 6.$$

We need two numbers whose

  • product is $$6$$, and
  • sum is the middle-term coefficient $$-5$$.

The numbers $$-2$$ and $$-3$$ satisfy these conditions, because

$$(-2) + (-3) = -5 \quad\text{and}\quad (-2)\times(-3) = 6.$$

Step 2 : Rewrite the quadratic using the split terms

Replace $$-5x$$ by $$-2x - 3x$$:

$$2x^2 - 2x - 3x + 3 = 0.$$

Step 3 : Group the terms

$$\bigl(2x^2 - 2x\bigr) + \bigl(-3x + 3\bigr) = 0.$$

Step 4 : Factor each group

From the first group, factor $$2x$$; from the second, factor $$-3$$:

$$2x(x - 1) - 3(x - 1) = 0.$$

Step 5 : Factor the common binomial

Both terms contain the factor $$(x - 1)$$, so

$$(x - 1)(2x - 3) = 0.$$

Step 6 : Apply the zero-product property

For a product to be zero, at least one factor must be zero:

$$x - 1 = 0 \quad\text{or}\quad 2x - 3 = 0.$$

Solving each equation, we get

$$x = 1 \quad\text{or}\quad x = \frac{3}{2}.$$

Hence the roots of the quadratic equation are $$x = 1$$ and $$x = \dfrac{3}{2}$$.

Answer

$$x = 1 \text{ or } x = \dfrac{3}{2}$$

Example 4 Find the roots of the quadratic equation $$6x^2 - x - 2 = 0$$.

Solution

The given quadratic equation is $$6x^2 - x - 2 = 0$$.

Compare with the standard form $$ax^2 + bx + c = 0$$ to identify the coefficients:

  • $$a = 6$$
  • $$b = -1$$
  • $$c = -2$$

According to the quadratic formula, the roots are given by $$x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$.

First find the discriminant $$D = b^2 - 4ac$$:

$$D = (-1)^2 - 4 \times 6 \times (-2) = 1 + 48 = 49$$.

Since $$D = 49$$ is a perfect square and positive, the equation has two distinct real and rational roots.

Substitute $$a, b, c$$ and $$D$$ into the quadratic formula:

$$x = \dfrac{-(-1) \pm \sqrt{49}}{2 \times 6} = \dfrac{1 \pm 7}{12}$$.

Taking the “+” sign:

$$x = \dfrac{1 + 7}{12} = \dfrac{8}{12} = \dfrac{2}{3}$$.

Taking the “−” sign:

$$x = \dfrac{1 - 7}{12} = \dfrac{-6}{12} = -\dfrac{1}{2}$$.

Therefore, the roots of the equation $$6x^2 - x - 2 = 0$$ are $$x = \dfrac{2}{3}$$ and $$x = -\dfrac{1}{2}$$.

Answer

$$x = \dfrac{2}{3},\; -\dfrac{1}{2}$$

Example 5 Find the roots of the quadratic equation $$3x^2 - 2\sqrt{6}\,x + 2 = 0$$.

Solution

The given quadratic equation is $$3x^2-2\sqrt{6}\,x+2=0$$.

Compare with the standard form $$ax^2+bx+c=0$$ to obtain

  • $$a = 3$$
  • $$b = -2\sqrt{6}$$
  • $$c = 2$$

The quadratic-formula gives the roots:

$$x = \dfrac{-b \pm \sqrt{b^2-4ac}}{2a}.$$

Compute the discriminant $$\Delta=b^2-4ac$$:

$$\Delta = \bigl(-2\sqrt{6}\bigr)^2 - 4\times3\times2$$

$$\Delta = 4\times6 - 24 = 24 - 24 = 0.$$

Because $$\Delta=0$$, the equation has real and equal roots. Substitute $$\Delta=0$$ in the formula:

$$x = \dfrac{-b}{2a} = \dfrac{-\bigl(-2\sqrt{6}\bigr)}{2\times3} = \dfrac{2\sqrt{6}}{6} = \dfrac{\sqrt{6}}{3}.$$

Thus both roots are

$$x_1 = x_2 = \dfrac{\sqrt{6}}{3}.$$

Answer

Both roots are $$x = \dfrac{\sqrt{6}}{3}.$$

Example 6 Find the dimensions of the prayer hall discussed in Section 4.1.

Solution

Let the breadth (width) of the rectangular prayer hall be $$x\text{ m}$$.

From the information provided in Section 4.1, its length is one metre more than twice the breadth; therefore

$$\text{length} = 2x + 1\text{ m}. $$

The floor area of the hall is given to be $$528\text{ m}^2$$. Hence

$$\text{area} = (\text{length})(\text{breadth}) \;\Rightarrow\; (2x + 1)(x) = 528.$$

Simplifying,

$$2x^2 + x - 528 = 0.$$

This is a quadratic equation in $$x$$. Its discriminant is

$$\Delta = b^2 - 4ac = 1^2 - 4(2)(-528) = 1 + 4224 = 4225.$$

Since $$\Delta > 0$$, the equation has two real roots. Using the quadratic formula,

$$x = \frac{-b \pm \sqrt{\Delta}}{2a} = \frac{-1 \pm \sqrt{4225}}{2\times 2} = \frac{-1 \pm 65}{4}.$$

This gives the values

  • $$x = \frac{64}{4} = 16,$$
  • $$x = \frac{-66}{4} = -16.5\quad(\text{rejected, length cannot be negative}).$$

Thus, $$x = 16\text{ m}$$.

Hence

$$\text{breadth} = 16\text{ m}, \qquad \text{length} = 2(16) + 1 = 33\text{ m}.$$

Therefore, the dimensions of the prayer hall are $$33\text{ m} \times 16\text{ m}$$.

Answer

The prayer hall is 33 m long and 16 m wide.

Example 7 Find the discriminant of the quadratic equation $$2x^2 - 4x + 3 = 0$$, and hence find the nature of its roots.

Solution

Step 1 — Identify the coefficients

The equation is already in standard form $$2x^2-4x+3=0$$, so

CoefficientValue
$$a$$$$2$$
$$b$$$$-4$$
$$c$$$$3$$

Step 2 — Write the discriminant formula

The discriminant of a quadratic equation $$ax^2+bx+c=0$$ is $$D=b^2-4ac$$.

Step 3 — Substitute and simplify

$$\begin{aligned}D&=(-4)^2-4(2)(3)\\ &=16-24\\ &=-8\end{aligned}$$

Step 4 — Interpret the discriminant

The value $$D=-8<0$$. When $$D<0$$, a quadratic equation has no real roots; instead, it possesses two unequal complex conjugate roots.

Answer

Discriminant $$D=-8<0$$  ⇒ the equation has no real roots; its two roots are unequal complex conjugates.

Example 8 A pole has to be erected at a point on the boundary of a circular park of diameter $$13$$ metres in such a way that the differences of its distances from two diametrically opposite fixed gates A and B on the boundary is $$7$$ metres. Is it possible to do so? If yes, at what distances from the two gates should the pole be erected?

Solution

Let the two diametrically opposite gates be A and B and let the required point on the circular boundary be P.

Given the diameter $$AB = 13\,\text{m}$$, so the circular park has radius $$6.5\,\text{m}$$. Because A and B are the end-points of a diameter, the angle in a semicircle is a right angle; therefore

$$\angle APB = 90^\circ$$.

Denote $$PA = x\,\text{m}$$ and $$PB = y\,\text{m}$$. Two relations are obtained:

  1. By the Pythagoras theorem in right △APB, $$x^2 + y^2 = AB^2 = 13^2 = 169$$.
  2. The difference of the distances is given to be $$|PA - PB| = 7\,\text{m}$$. Without loss of generality assume $$PB > PA$$, so $$y - x = 7$$.

Substituting $$y = x + 7$$ from (2) into (1):

$$x^2 + (x + 7)^2 = 169$$
$$x^2 + x^2 + 14x + 49 = 169$$
$$2x^2 + 14x - 120 = 0$$
$$x^2 + 7x - 60 = 0$$.

The quadratic $$x^2 + 7x - 60 = 0$$ has discriminant $$D = 7^2 + 4 \times 60 = 49 + 240 = 289$$, so

$$x = \frac{-7 \pm \sqrt{289}}{2} = \frac{-7 \pm 17}{2}$$.

This yields $$x = 5\,\text{m}$$ or $$x = -12\,\text{m}$$. A distance cannot be negative, hence

$$PA = 5\,\text{m}$$.

Using $$y - x = 7$$, we have $$PB = 5 + 7 = 12\,\text{m}$$.

Conclusion. A pole can indeed be erected. There are two symmetrical positions of P (one on each side of diameter AB) where the distances to the gates are

$$PA = 5\,\text{m}, \; PB = 12\,\text{m}$$.

Answer

Yes, it is possible.
The pole must be placed at a point on the boundary where its distances from the two gates are $$5\,\text{m}$$ and $$12\,\text{m}$$ (interchangeable), giving the required difference of $$7\,\text{m}$$.

Example 9 Find the discriminant of the equation $$3x^2 - 2x + \dfrac{1}{3} = 0$$ and hence find the nature of its roots. Find them, if they are real.

Solution

The given quadratic equation is

$$3x^2-2x+\dfrac13=0$$

Compare it with the standard form $$ax^2+bx+c=0$$.

  • Coefficient of $$x^2$$ (that is, $$a$$): $$a = 3$$
  • Coefficient of $$x$$ (that is, $$b$$): $$b = -2$$
  • Constant term (that is, $$c$$): $$c = \dfrac13$$

Step 1 – Find the discriminant.

The discriminant of a quadratic equation is $$\Delta = b^2-4ac$$.

$$\begin{aligned} \Delta &= (-2)^2 - 4\,(3)\!\left(\dfrac13\right) \\ &= 4 - 4 \times 3 \times \dfrac13 \\ &= 4 - 4 \times 1 \\ &= 4 - 4 \\ &= 0 \end{aligned}$$

Step 2 – Decide the nature of the roots.

Because $$\Delta = 0$$, the quadratic equation has real and equal (coincident) roots.

Step 3 – Find the roots.

For $$\Delta = 0$$, both roots are given by

$$x = \frac{-b}{2a}$$

Substitute $$a = 3$$ and $$b = -2$$:

$$x = \frac{-(-2)}{2\times 3} = \frac{2}{6} = \frac13$$

Hence both roots are equal to $$\dfrac13$$.

Conclusion: The discriminant is $$0$$; therefore the equation has two equal real roots, each equal to $$\dfrac13$$.

Answer

Discriminant $$\Delta = 0$$
Nature: two equal real roots
Roots: $$x = \dfrac13, \; x = \dfrac13$$

Exercise 4.1

1 Check whether the following are quadratic equations:

(i) $$(x + 1)^2 = 2(x - 3)$$

Solution

Start with the given equation

$$ (x+1)^2 = 2(x-3) $$

Expand both sides:

Left–hand side: $$ (x+1)^2 = x^2 + 2x + 1 $$

Right–hand side: $$ 2(x-3) = 2x - 6 $$

Bring all terms to one side:

$$ x^2 + 2x + 1 - (2x - 6) = 0 $$

$$ x^2 + 2x + 1 - 2x + 6 = 0 $$

$$ x^2 + 7 = 0 $$

The highest power of $$x$$ is $$2$$ and its coefficient $$1$$ is non-zero; hence the equation is quadratic.

Answer

Quadratic equation

(ii) $$x^2 - 2x = (-2)(3 - x)$$

Solution

Given

$$ x^2 - 2x = (-2)(3 - x) $$

Simplify the right–hand side:

$$ (-2)(3 - x) = -6 + 2x $$

Shift all terms to the left:

$$ x^2 - 2x - (-6 + 2x) = 0 $$

$$ x^2 - 2x + 6 - 2x = 0 $$

$$ x^2 - 4x + 6 = 0 $$

The highest power of $$x$$ is $$2$$; therefore it is a quadratic equation.

Answer

Quadratic equation

(iii) $$(x - 2)(x + 1) = (x - 1)(x + 3)$$

Solution

Given

$$ (x-2)(x+1) = (x-1)(x+3) $$

Expand both products:

Left: $$ (x-2)(x+1) = x^2 - x - 2 $$

Right: $$ (x-1)(x+3) = x^2 + 2x - 3 $$

Move all terms to one side:

$$ x^2 - x - 2 - (x^2 + 2x - 3) = 0 $$

$$ x^2 - x - 2 - x^2 - 2x + 3 = 0 $$

$$ -3x + 1 = 0 $$

The highest power of $$x$$ is $$1$$, so it is not quadratic; it is a linear equation.

Answer

Not quadratic

(iv) $$(x - 3)(2x + 1) = x(x + 5)$$

Solution

Given

$$ (x-3)(2x+1) = x(x+5) $$

Expand the left–hand side:

$$ (x-3)(2x+1) = 2x^2 + x - 6x - 3 = 2x^2 - 5x - 3 $$

Expand the right–hand side:

$$ x(x+5) = x^2 + 5x $$

Bring everything to one side:

$$ 2x^2 - 5x - 3 - (x^2 + 5x) = 0 $$

$$ 2x^2 - 5x - 3 - x^2 - 5x = 0 $$

$$ x^2 - 10x - 3 = 0 $$

The highest exponent of $$x$$ is $$2$$ and its coefficient ($$1$$) is non-zero; hence this is a quadratic equation.

Answer

Quadratic equation

(v) $$(2x - 1)(x - 3) = (x + 5)(x - 1)$$

Solution

Given

$$ (2x-1)(x-3) = (x+5)(x-1) $$

Expand the products:

Left: $$ (2x-1)(x-3) = 2x^2 - 6x - x + 3 = 2x^2 - 7x + 3 $$

Right: $$ (x+5)(x-1) = x^2 - x + 5x - 5 = x^2 + 4x - 5 $$

Move all terms to the left:

$$ 2x^2 - 7x + 3 - (x^2 + 4x - 5) = 0 $$

$$ 2x^2 - 7x + 3 - x^2 - 4x + 5 = 0 $$

$$ x^2 - 11x + 8 = 0 $$

The highest power is $$2$$; therefore this is a quadratic equation.

Answer

Quadratic equation

(vi) $$x^2 + 3x + 1 = (x - 2)^2$$

Solution

Given

$$ x^2 + 3x + 1 = (x-2)^2 $$

Expand the right–hand side:

$$ (x-2)^2 = x^2 - 4x + 4 $$

Shift all terms to one side:

$$ x^2 + 3x + 1 - (x^2 - 4x + 4) = 0 $$

$$ x^2 + 3x + 1 - x^2 + 4x - 4 = 0 $$

$$ 7x - 3 = 0 $$

The highest power of $$x$$ is $$1$$; hence the equation is linear, not quadratic.

Answer

Not quadratic

(vii) $$(x + 2)^3 = 2x(x^2 - 1)$$

Solution

Given

$$ (x+2)^3 = 2x(x^2 - 1) $$

Expand both sides:

Left: $$ (x+2)^3 = x^3 + 6x^2 + 12x + 8 $$

Right: $$ 2x(x^2 - 1) = 2x^3 - 2x $$

Bring all terms to the left:

$$ x^3 + 6x^2 + 12x + 8 - (2x^3 - 2x) = 0 $$

$$ x^3 + 6x^2 + 12x + 8 - 2x^3 + 2x = 0 $$

$$ -x^3 + 6x^2 + 14x + 8 = 0 $$

The highest power present is $$3$$; so this is a cubic equation, not quadratic.

Answer

Not quadratic

(viii) $$x^3 - 4x^2 - x + 1 = (x - 2)^3$$

Solution

Given

$$ x^3 - 4x^2 - x + 1 = (x-2)^3 $$

Expand the right–hand side:

$$ (x-2)^3 = x^3 - 6x^2 + 12x - 8 $$

Move all terms to the left:

$$ x^3 - 4x^2 - x + 1 - (x^3 - 6x^2 + 12x - 8) = 0 $$

$$ x^3 - 4x^2 - x + 1 - x^3 + 6x^2 - 12x + 8 = 0 $$

Combine like terms:

$$ 2x^2 - 13x + 9 = 0 $$

The highest power is $$2$$ with non-zero coefficient, so the equation is quadratic.

Answer

Quadratic equation

2 Represent the following situations in the form of quadratic equations:

(i) The area of a rectangular plot is $$528 \, \mathrm{m^2}$$. The length of the plot (in metres) is one more than twice its breadth. We need to find the length and breadth of the plot.

Solution

Let the breadth of the rectangular plot be $$x\;\text{m}$$.
Then the length is $$2x+1\;\text{m}$$ (one more than twice the breadth).

Using Area = Length × Breadth,

$$x(2x+1)=528$$

\(\Rightarrow\;2x^{2}+x-528=0\)  — the required quadratic equation.

Solving for $$x$$:
Discriminant $$D = 1^{2}+4\times2\times528 = 4225 = 65^{2}$$.

$$x = \dfrac{-1\pm65}{2\times2}=\dfrac{-1\pm65}{4}$$

  • $$x=\dfrac{64}{4}=16\;(\text{valid, positive})$$
  • $$x=\dfrac{-66}{4}=-16.5\;(\text{rejected})$$

Therefore Breadth = $$16\;\text{m}$$ and Length = $$2(16)+1 = 33\;\text{m}$$.

Answer

Quadratic equation: $$2x^{2}+x-528=0$$
Breadth = $$16\;\text{m}$$, Length = $$33\;\text{m}$$

(ii) The product of two consecutive positive integers is $$306$$. We need to find the integers.

Solution

Let the first positive integer be $$x$$.
The next consecutive integer is $$x+1$$.

Given product:

$$x(x+1)=306$$
\(\Rightarrow\;x^{2}+x-306=0\)  — the quadratic equation.

Discriminant $$D = 1^{2}+4\times306 = 1225 = 35^{2}$$.

$$x = \dfrac{-1\pm35}{2}$$

  • $$x = \dfrac{34}{2} = 17$$ (positive)
  • $$x = \dfrac{-36}{2} = -18$$ (rejected)

Hence the integers are $$17$$ and $$18$$.

Answer

Quadratic equation: $$x^{2}+x-306=0$$
Integers = $$17,\;18$$

(iii) Rohan's mother is $$26$$ years older than him. The product of their ages (in years) $$3$$ years from now will be $$360$$. We would like to find Rohan's present age.

Solution

Let Rohan's present age be $$x\;\text{years}$$.
Mother's present age is $$x+26\;\text{years}$$.

Three years from now:
Rohan: $$x+3$$,  Mother: $$x+29$$.

Given product of ages after 3 years:

$$ (x+3)(x+29)=360 $$

Expanding:
$$ x^{2}+29x+3x+87 = 360 \;\Rightarrow\; x^{2}+32x-273=0 $$  — the quadratic equation.

Discriminant $$D = 32^{2}-4\times1\times(-273)=1024+1092=2116=46^{2}$$.

$$x = \dfrac{-32\pm46}{2}$$

  • $$x = \dfrac{14}{2}=7$$ (valid)
  • $$x = \dfrac{-78}{2}=-39$$ (rejected)

Therefore Rohan's present age is $$7\;\text{years}$$.

Answer

Quadratic equation: $$x^{2}+32x-273=0$$
Rohan's age = $$7\;\text{years}$$

(iv) A train travels a distance of $$480 \, \mathrm{km}$$ at a uniform speed. If the speed had been $$8 \, \mathrm{km/h}$$ less, then it would have taken $$3$$ hours more to cover the same distance. We need to find the speed of the train.

Solution

Let the train's uniform speed be $$x\;\text{km/h}$$.

Time taken at this speed:
$$ \dfrac{480}{x}\;\text{h} $$

New speed (8 km/h less) = $$x-8\;\text{km/h}$$.
New time = $$ \dfrac{480}{x-8}\;\text{h} $$.

Given that the journey then takes 3 h more:

$$ \frac{480}{x-8}-\frac{480}{x}=3 $$

Taking L.C.M. $$x(x-8)$$ and simplifying:

$$ \frac{480x-480(x-8)}{x(x-8)} = 3 $$
$$ \frac{3840}{x(x-8)} = 3 $$

Cross-multiplying:

$$ 3840 = 3x(x-8) $$
$$ 3x^{2}-24x-3840=0 $$

Dividing by 3:
$$ x^{2}-8x-1280=0 $$  — the quadratic equation.

Discriminant $$D = (-8)^{2}+4\times1\times1280 = 64+5120 = 5184 = 72^{2}$$.

$$x = \dfrac{8\pm72}{2}$$

  • $$x=\dfrac{80}{2}=40$$ (valid)
  • $$x=\dfrac{-64}{2}=-32$$ (rejected)

Hence the speed of the train is $$40\;\text{km/h}$$.

Answer

Quadratic equation: $$x^{2}-8x-1280=0$$
Speed = $$40\;\text{km/h}$$

Exercise 4.2

1 Find the roots of the following quadratic equations by factorisation:

(i) $$x^2 - 3x - 10 = 0$$

Solution

The equation is $$x^2-3x-10=0$$.

We need two numbers whose
product = $$-10$$ (constant term) and
sum = $$-3$$ (coefficient of $$x$$).

The numbers $$-5$$ and $$2$$ work because
$$(-5)\times 2=-10$$ and $$(-5)+2=-3$$.

Split the middle term:

$$x^2-5x+2x-10=0$$

Group and factor:

$$x(x-5)+2(x-5)=0$$

$$ (x-5)(x+2)=0 $$

Set each factor to zero:

$$x-5=0\;\Rightarrow\;x=5$$
$$x+2=0\;\Rightarrow\;x=-2$$

Therefore the roots are $$x=5$$ and $$x=-2$$.

Answer

$$x=5,\;x=-2$$

(ii) $$2x^2 + x - 6 = 0$$

Solution

The equation is $$2x^2+x-6=0$$.

Here $$a=2,\;b=1,\;c=-6$$.
We need two numbers whose
product = $$a\,c=2\times(-6)=-12$$ and
sum = $$b=1$$.

The numbers $$4$$ and $$-3$$ satisfy these conditions:
$$4\times(-3)=-12$$ and $$4+(-3)=1$$.

Split the middle term:

$$2x^2+4x-3x-6=0$$

Group and factor:

$$2x(x+2)-3(x+2)=0$$

$$ (x+2)(2x-3)=0 $$

Set each factor to zero:

$$x+2=0\;\Rightarrow\;x=-2$$
$$2x-3=0\;\Rightarrow\;x=\dfrac{3}{2}$$

Thus the roots are $$x=-2$$ and $$x=\dfrac{3}{2}$$.

Answer

$$x=-2,\;x=\dfrac{3}{2}$$

(iii) $$\sqrt{2}\,x^2 + 7x + 5\sqrt{2} = 0$$

Solution

The equation is $$\sqrt{2}\,x^2+7x+5\sqrt{2}=0$$.

Compute $$a\,c=\sqrt{2}\times5\sqrt{2}=10$$.

We need two numbers whose product is $$10$$ and sum is $$7$$.
The numbers are $$5$$ and $$2$$.

Split the middle term:

$$\sqrt{2}\,x^2+5x+2x+5\sqrt{2}=0$$

Group the first two and last two terms:

$$x(\sqrt{2}x+5)+\sqrt{2}(\sqrt{2}x+5)=0$$

Factor the common binomial $$\sqrt{2}x+5$$:

$$(\sqrt{2}x+5)(x+\sqrt{2})=0$$

Set each factor to zero:

$$\sqrt{2}x+5=0\;\Rightarrow\;x=-\dfrac{5}{\sqrt{2}}=-\dfrac{5\sqrt{2}}{2}$$
$$x+\sqrt{2}=0\;\Rightarrow\;x=-\sqrt{2}$$

Hence the roots are $$x=-\sqrt{2}$$ and $$x=-\dfrac{5\sqrt{2}}{2}$$.

Answer

$$x=-\sqrt{2},\;x=-\dfrac{5\sqrt{2}}{2}$$

(iv) $$2x^2 - x + \dfrac{1}{8} = 0$$

Solution

The equation is $$2x^2- x+\dfrac{1}{8}=0$$.

Clear fractions by multiplying by $$8$$:

$$16x^2-8x+1=0$$

Recognise the perfect square:

$$(4x-1)^2=16x^2-8x+1$$

Thus $$16x^2-8x+1=(4x-1)^2$$, so

$$(4x-1)^2=0$$

Take square root:

$$4x-1=0\;\Rightarrow\;x=\dfrac{1}{4}$$

The equation has one repeated (double) root $$x=\dfrac{1}{4}$$.

Answer

$$x=\dfrac{1}{4}\;(double\;root)$$

(v) $$100x^2 - 20x + 1 = 0$$

Solution

The equation is $$100x^2-20x+1=0$$.

Notice that $$100x^2-20x+1=(10x-1)^2$$ because

$$(10x-1)^2=100x^2-20x+1$$.

Therefore

$$ (10x-1)^2=0 $$

Take square root on both sides:

$$10x-1=0\;\Rightarrow\;x=\dfrac{1}{10}$$

So the quadratic has one repeated (double) root $$x=\dfrac{1}{10}$$.

Answer

$$x=\dfrac{1}{10}\;(double\;root)$$

2 Solve the problems given in Example 1.

Solution

The general form of a quadratic equation in one variable is $$ax^2 + bx + c = 0,$$ where $$a \neq 0$$. An equation is quadratic if, after all simplifications (expanding brackets, transposing terms, etc.), the highest power of the variable is 2 and the coefficient of that squared term is non-zero.

  1. $$x^2 - 3x + 1 = 0$$ is already in the form $$ax^2 + bx + c = 0$$ with $$a = 1 \neq 0$$, $$b = -3$$, $$c = 1$$. Hence it is a quadratic equation.

  2. $$3t(t - 3) + 1 = 0$$
    Expand the product:
    $$3t^2 - 9t + 1 = 0.$$
    This matches $$ax^2 + bx + c = 0$$ with $$a = 3 \neq 0$$. Therefore it is quadratic.

  3. $$(x - 2)(x + 1) = x(x - 5)$$
    Expand both sides:
    Left: $$(x - 2)(x + 1) = x^2 - x - 2.$$
    Right: $$x(x - 5) = x^2 - 5x.$$
    Set the two expressions equal and simplify:
    $$x^2 - x - 2 = x^2 - 5x$$
    $$-x - 2 = -5x$$
    $$4x = 2 \;\;\Rightarrow\;\; x = \dfrac12.$$
    After cancellation the $$x^2$$ terms vanish, leaving a linear equation. Hence the original equation is not quadratic.

  4. $$x^3 - 4x^2 + x = 0$$ already contains the term $$x^3$$ with non-zero coefficient. The highest power is 3. This is cubic, not quadratic.

  5. $$(x - 1)^2 + 2 = 2(x - 1)$$
    Expand and simplify:
    $$(x^2 - 2x + 1) + 2 = 2x - 2$$
    $$x^2 - 2x + 3 = 2x - 2$$
    Bring all terms to one side:
    $$x^2 - 2x + 3 - 2x + 2 = 0$$
    $$x^2 - 4x + 5 = 0.$$
    Highest power is 2, and the coefficient of $$x^2$$ is 1 (non-zero). Thus it is a quadratic equation.

Summarising:

PartQuadratic?
(i)Yes
(ii)Yes
(iii)No
(iv)No
(v)Yes

Answer

(i), (ii) and (v) are quadratic equations; (iii) and (iv) are not.

3 Find two numbers whose sum is $$27$$ and product is $$182$$.

Solution

Let the two required numbers be $$x$$ and $$(27 - x)$$.

Their product is given to be $$182$$, so

$$x(27 - x) = 182$$

Expanding and arranging the terms:

$$27x - x^2 = 182$$

$$-x^2 + 27x - 182 = 0$$

Multiplying through by $$-1$$ to obtain a standard form:

$$x^2 - 27x + 182 = 0$$

We need two numbers whose product is $$182$$ and whose sum is $$27$$. Noting that $$13 \times 14 = 182$$ and $$13 + 14 = 27$$, we factorise:

$$x^2 - 27x + 182 = (x - 13)(x - 14) = 0$$

Thus,

$$x - 13 = 0 \;\; \text{or} \;\; x - 14 = 0$$

$$x = 13 \;\; \text{or} \;\; x = 14$$

If $$x = 13$$, the other number is $$27 - 13 = 14$$.
If $$x = 14$$, the other number is $$27 - 14 = 13$$.

Therefore, the two numbers are $$13$$ and $$14$$.

Answer

$$13$$ and $$14$$

4 Find two consecutive positive integers, sum of whose squares is $$365$$.

Solution

Let the smaller of the two consecutive positive integers be $$n$$.
Then the next integer is $$n+1$$.

According to the question,

$$n^{2} + (n+1)^{2} = 365$$

Expand and simplify:

$$n^{2} + n^{2} + 2n + 1 = 365$$

$$2n^{2} + 2n + 1 - 365 = 0$$

$$2n^{2} + 2n - 364 = 0$$

Divide by 2:

$$n^{2} + n - 182 = 0$$

To factorise, find two numbers whose product is $$-182$$ and sum is $$1$$: these are $$14$$ and $$-13$$.

$$n^{2} + 14n - 13n - 182 = 0$$

$$(n+14)(n-13) = 0$$

So, $$n+14 = 0$$ or $$n-13 = 0$$, giving $$n = -14$$ or $$n = 13$$.

Since the integers must be positive, $$n = 13$$.

Therefore the two consecutive positive integers are $$13$$ and $$14$$.

Answer

13 and 14

5 The altitude of a right triangle is $$7 \, \mathrm{cm}$$ less than its base. If the hypotenuse is $$13 \, \mathrm{cm}$$, find the other two sides.

Solution

Let the base of the right-angled triangle be $$x\,\mathrm{cm}$$.

Then the altitude (height) is $$x-7\,\mathrm{cm}$$ (given it is 7 cm less than the base).

The hypotenuse is $$13\,\mathrm{cm}$$.

By the Pythagoras theorem,

$$x^{2}+(x-7)^{2}=13^{2}$$

Expanding and simplifying:

$$x^{2}+x^{2}-14x+49=169$$

$$2x^{2}-14x+49-169=0$$

$$2x^{2}-14x-120=0$$

Divide by $$2$$:

$$x^{2}-7x-60=0$$

Factorising the quadratic:

$$(x-12)(x+5)=0$$

Thus $$x=12$$ or $$x=-5$$.

Since a length cannot be negative, $$x=-5$$ is rejected.

Therefore the base is $$12\,\mathrm{cm}$$ and the altitude is $$x-7=5\,\mathrm{cm}$$.

Verification: $$12^{2}+5^{2}=169=13^{2}$$, confirming the result.

Answer

Base = $$12\,\mathrm{cm}$$, altitude = $$5\,\mathrm{cm}$$

6 A cottage industry produces a certain number of pottery articles in a day. It was observed on a particular day that the cost of production of each article (in rupees) was $$3$$ more than twice the number of articles produced on that day. If the total cost of production on that day was $$\mathrm{\text{₹}\,}\,90$$, find the number of articles produced and the cost of each article.

Solution

Let the number of pottery articles produced on the day be $$x$$.

The cost of making one article is “Rs. 3 more than twice the number of articles”, therefore

cost per article $$= 2x + 3$$ rupees.

Total cost of production:

$$x \times (2x + 3)$$

According to the question, this total cost equals Rs. 90:

$$x(2x + 3) = 90$$

Expanding gives the quadratic equation

$$2x^{2} + 3x - 90 = 0$$

To factorise, find two numbers whose product is $$2 \times (-90) = -180$$ and whose sum is $$3$$. The numbers $$15$$ and $$-12$$ satisfy these conditions.

Split the middle term:

$$2x^{2} + 15x - 12x - 90 = 0$$

Group and factor:

$$x(2x + 15) - 6(2x + 15) = 0$$

$$(2x + 15)(x - 6) = 0$$

Set each factor to zero:

$$2x + 15 = 0 \;\Longrightarrow\; x = -\dfrac{15}{2}\;(\text{rejected, negative})$$

$$x - 6 = 0 \;\Longrightarrow\; x = 6$$

Hence, the number of articles produced was $$6$$.

Cost per article:

$$2x + 3 = 2 \times 6 + 3 = 15$$ rupees.

Verification: $$6 \times 15 = 90$$ rupees, matching the given total cost.

Therefore, 6 pottery articles were produced and the cost of each article was Rs. 15.

Answer

Number of articles $$= 6$$; cost per article $$= \text{Rs}\,15$$.

Exercise 4.3

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

(i) $$2x^2 - 3x + 5 = 0$$

Solution

The general quadratic form is $$ax^2+bx+c=0$$.

For $$2x^2-3x+5=0$$ we have $$a=2$$, $$b=-3$$, $$c=5$$.

Discriminant $$D=b^2-4ac=(-3)^2-4(2)(5)=9-40=-31$$.

Because $$D<0$$, the equation possesses no real roots; both roots are non-real (complex).

Answer

Discriminant $$D=-31<0$$  →  no real roots.

(ii) $$3x^2 - 4\sqrt{3}\,x + 4 = 0$$

Solution

Compare $$3x^2-4\sqrt{3}x+4=0$$ with $$ax^2+bx+c=0$$:

$$a=3$$, $$b=-4\sqrt{3}$$, $$c=4$$.

Discriminant $$D=b^2-4ac=(-4\sqrt{3})^2-4(3)(4)=16\cdot3-48=48-48=0$$.

Since $$D=0$$, the quadratic has real and equal roots.

Common root: $$x=\frac{-b}{2a}=\frac{-(-4\sqrt{3})}{2\cdot3}=\frac{4\sqrt{3}}{6}=\frac{2\sqrt{3}}{3}$$.

Answer

Real and equal roots: $$x_1=x_2=\dfrac{2\sqrt{3}}{3}$$.

(iii) $$2x^2 - 6x + 3 = 0$$

Solution

For $$2x^2-6x+3=0$$, identify $$a=2$$, $$b=-6$$, $$c=3$$.

Discriminant $$D=b^2-4ac=(-6)^2-4(2)(3)=36-24=12$$.

Here $$D>0$$, so the equation has real and unequal roots.

Using the quadratic formula:

$$x=\frac{-b\pm\sqrt{D}}{2a}=\frac{6\pm\sqrt{12}}{4}=\frac{6\pm2\sqrt{3}}{4}=\frac{3\pm\sqrt{3}}{2}$$.

Hence $$x_1=\dfrac{3+\sqrt{3}}{2}$$ and $$x_2=\dfrac{3-\sqrt{3}}{2}$$.

Answer

Real and distinct roots: $$x=\dfrac{3\pm\sqrt{3}}{2}$$.

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

(i) $$2x^2 + kx + 3 = 0$$

Solution

We compare the given equation with the general quadratic
$$ax^2 + bx + c = 0$$

  1. Identify the coefficients:
    $$a = 2, \; b = k, \; c = 3$$
  2. For equal (coincident) roots, the discriminant must vanish:
    $$D = b^2 - 4ac = 0$$
  3. Substitute the identified values:
    $$k^2 - 4(2)(3) = 0$$
    $$k^2 - 24 = 0$$
  4. Solve for $$k$$:
    $$k^2 = 24 \;\Rightarrow\; k = \pm 2\sqrt{6}$$

Hence, the quadratic has two equal roots when $$k = 2\sqrt{6}$$ or $$k = -2\sqrt{6}$$.

Answer

$$k = \pm 2\sqrt{6}$$

(ii) $$kx(x - 2) + 6 = 0$$

Solution

Rewrite the given equation in standard quadratic form.

$$kx(x - 2) + 6 = 0 \;\Rightarrow\; kx^2 - 2kx + 6 = 0$$

  1. Now the coefficients are
    $$a = k, \; b = -2k, \; c = 6$$
  2. For equal roots, set the discriminant to zero:
    $$D = b^2 - 4ac = 0$$
  3. Compute the discriminant:
    $$(-2k)^2 - 4(k)(6) = 4k^2 - 24k = 4k(k - 6)$$
  4. Set equal to zero and solve for $$k$$:
    $$4k(k - 6) = 0$$
    $$k(k - 6) = 0 \;\Rightarrow\; k = 0 \text{ or } k = 6$$
  5. Check which value keeps the equation quadratic: if $$k = 0$$, the $$x^2$$ and $$x$$ terms disappear, leaving $$6 = 0$$, which is impossible and not a quadratic equation. Therefore, $$k = 0$$ is rejected.

Thus, the required value is $$k = 6$$.

Answer

$$k = 6$$

3 Is it possible to design a rectangular mango grove whose length is twice its breadth, and the area is $$800 \, \mathrm{m^2}$$? If so, find its length and breadth.

Solution

Let the breadth of the rectangular mango grove be $$x\,\text{m}$$.

According to the statement, the length is twice the breadth, so

length $$=2x\,\text{m}$$.

Area of a rectangle $$=\text{length}\times\text{breadth}$$.

Thus, the given area condition is

$$2x\times x = 800$$

\(\Rightarrow\) $$2x^{2}=800$$

Divide by 2:

$$x^{2}=400$$

Rewrite as a quadratic equation:

$$x^{2}-400=0$$

Factorise:

$$(x-20)(x+20)=0$$

This gives two roots:

  • $$x=20$$
  • $$x=-20$$

A negative length has no physical meaning for a grove, so we reject $$x=-20$$.

Therefore,

  • Breadth $$=x=20\,\text{m}$$
  • Length $$=2x=40\,\text{m}$$

Check: $$\text{Area}=40\times20=800\,\text{m}^{2},$$ which matches the requirement.

Hence it is indeed possible to design such a mango grove.

Answer

Yes. Breadth = $$20\,\text{m}$$, Length = $$40\,\text{m}$$.

4 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$$.

Solution

Let the present ages of the two friends be $$x\text{ years}$$ and $$y\text{ years}$$.

According to the first condition,

$$x + y = 20 \quad\ldots(1)$$

Four years ago, their ages were $$x - 4$$ and $$y - 4$$. The second condition gives

$$(x - 4)(y - 4) = 48 \quad\ldots(2)$$

From (1), express $$y$$ in terms of $$x$$:

$$y = 20 - x$$

Substitute this in (2):

$$(x - 4)\bigl((20 - x) - 4\bigr) = 48$$

$$\Rightarrow (x - 4)(16 - x) = 48$$

Expand:

$$(x - 4)(16 - x) = x(16 - x) - 4(16 - x)$$

$$= 16x - x^2 - 64 + 4x$$

$$= -x^2 + 20x - 64$$

Set equal to $$48$$ as per the condition:

$$-x^2 + 20x - 64 = 48$$

Move all terms to one side:

$$-x^2 + 20x - 112 = 0$$

Multiply by $$-1$$ to make the quadratic standard:

$$x^2 - 20x + 112 = 0 \quad\ldots(3)$$

Find the discriminant $$\Delta$$ of (3):

$$\Delta = b^2 - 4ac = ( -20 )^2 - 4(1)(112) = 400 - 448 = -48$$

Because $$\Delta < 0$$, quadratic (3) has no real roots. Hence there is no real value of $$x$$ (and consequently of $$y$$) that satisfies both conditions simultaneously.

Therefore, the given situation is not possible.

Answer

No, the given conditions are inconsistent; such present ages do not exist.

5 Is it possible to design a rectangular park of perimeter $$80 \, \mathrm{m}$$ and area $$400 \, \mathrm{m^2}$$? If so, find its length and breadth.

Solution

Step 1: Assign variables
Let the length of the rectangular park be $$l ext{ m}$$ and its breadth be $$b ext{ m}$$.

Step 2: Translate the perimeter condition
The perimeter of a rectangle is given by $$2(l+b)$$. We are told it must be $$80 ext{ m}$$, so
$$2(l+b)=80 \\[2pt]\ \Rightarrow l+b=40 \\[2pt]\ \Rightarrow b=40-l.$$

Step 3: Translate the area condition
The area is given by $$l\,b$$ and must be $$400 \text{ m}^2$$:
$$l\,b = 400.$$
Substitute $$b=40-l$$ from Step 2:
$$l(40-l)=400.$$

Step 4: Form and simplify the quadratic equation
Expand and bring all terms to one side:
$$40l-l^2=400 \\[2pt]\ \Rightarrow -l^2+40l-400=0 \\[2pt]\ \Rightarrow l^2-40l+400=0.$$

Step 5: Solve the quadratic
The quadratic equation is $$l^2-40l+400=0$$ with
$$a=1, \; b=-40, \; c=400.$$
Its discriminant is
$$\Delta=b^2-4ac=(-40)^2-4(1)(400)=1600-1600=0.$$
Because $$\Delta=0$$, the quadratic has one repeated (real) root:
$$l=\frac{-b}{2a}=\frac{-(-40)}{2\times1}=20.$$

Step 6: Find the breadth
Using $$b=40-l$$:
$$b=40-20=20.$$

Step 7: Interpret the result
The positive solution $$l=20,\; b=20$$ satisfies both the perimeter and area requirements. Hence, a square park of side $$20 \text{ m}$$ can indeed be designed.

Verification (optional)
Perimeter: $$2(20+20)=80 \text{ m}\;\;\checkmark$$
Area: $$20\times20=400 \text{ m}^2\;\;\checkmark$$

Therefore, it is possible, and the park must be a square measuring 20 m × 20 m.

Answer

Yes. Length = 20 m, Breadth = 20 m.

NCERT Solutions for Class 10
Maths
NCERT Solutions for Class 10 Maths
Chapter-wise step-by-step
solutions with explanations
explore solutions Maths bg
Science
NCERT Solutions for Class 10 Science
Chapter-wise step-by-step
solutions with explanations
explore solutions Science bg

Frequently Asked Questions

50,000+ JEE Students Trusted Our Score Calculator

Predict your JEE Main percentile, rank & performance in seconds