Extra Questions: Class 10 Maths Chapter 4 Quadratic Equations

These go beyond the standard Exercise 4.1–4.3 questions into genuine HOTS (Higher Order Thinking Skills) territory — parameter-based equal-roots problems, an assertion-reason question, a reverse-engineered equation from irrational roots, a digit-based word problem, and two abstract/general reasoning questions. See the standard-level Solutions post first if you haven’t already. These Class 10 Mathematics Chapter 4 important questions are handy for last-minute exam practice.

Last Updated: July 27, 2026

Extra Questions (HOTS Level): Quadratic Equations (Class 10 Maths Chapter 4)

Q1. Find the value(s) of p for which the equation (p − 2)x² + 8x + (p + 4) = 0, p ≠ 2, has real and equal roots.
Here a = (p−2), b = 8, c = (p+4). For equal roots, D = 0:
D = 8² − 4(p−2)(p+4) = 64 − 4(p² + 2p − 8) = 64 − 4p² − 8p + 32 = 96 − 8p − 4p².
Setting D = 0: 4p² + 8p − 96 = 0 ⇒ p² + 2p − 24 = 0 ⇒ (p+6)(p−4) = 0.
Both values satisfy p ≠ 2.
p = −6 or p = 4.

Q2. Assertion (A): The quadratic equation x² + 6x + 9 = 0 has real and equal roots. Reason (R): A quadratic equation ax² + bx + c = 0 (a≠0) has real roots whenever b² ≥ 4ac. Which is correct: (a) both A and R true, R correctly explains A; (b) both A and R true, but R does NOT correctly explain A; (c) A true, R false; (d) A false, R true?
Checking A: for x²+6x+9=0, D = 36−36 = 0, so the roots are real and equal — A is true.
Checking R: the general statement “b² ≥ 4ac ⇒ real roots” is itself true — it covers both the D>0 (distinct) and D=0 (equal) cases, so R is also true.
However, R only explains why the roots are real; it does not by itself explain why they are specifically equal (that needs the stricter condition b² = 4ac). So R does not correctly explain A.
Answer: (b) — both A and R are true, but R is not the correct explanation of A.

Q3. Form a quadratic equation with rational (integer) coefficients, given that one of its roots is 3 + √7.
Since the coefficients must be rational, irrational roots of a quadratic always occur in conjugate pairs. So the other root must be 3 − √7.
Sum of roots = (3+√7) + (3−√7) = 6. Product of roots = (3+√7)(3−√7) = 9 − 7 = 2.
Using x² − (sum)x + (product) = 0:
x² − 6x + 2 = 0.

Q4. A two-digit number is such that the product of its digits is 18. When 27 is added to the number, its digits interchange their places. Find the number.
Let the ten’s digit = x and the unit’s digit = y, so the number = 10x+y and the digit product xy = 18.
Adding 27 reverses the digits: 10x + y + 27 = 10y + x ⇒ 9x − 9y = −27 ⇒ y = x + 3.
Substituting into xy = 18: x(x+3) = 18 ⇒ x² + 3x − 18 = 0 ⇒ (x+6)(x−3) = 0. Rejecting the negative root, x = 3, so y = 6.
Check: number = 36, reversed = 63, and 36 + 27 = 63. ✓
The number is 36.

Q5. If α and β are the roots of x² − px + q = 0, find, in terms of p and q, the quadratic equation whose roots are (α+1) and (β+1).
For the given equation, sum of roots α+β = p and product αβ = q.
New sum = (α+1)+(β+1) = (α+β) + 2 = p + 2.
New product = (α+1)(β+1) = αβ + (α+β) + 1 = q + p + 1.
Using x² − (new sum)x + (new product) = 0:
x² − (p+2)x + (p+q+1) = 0.

Q6. If the roots of ax² + bx + c = 0 (a≠0) are in the ratio 3 : 4, prove that 12b² = 49ac.
Let the roots be 3k and 4k for some k≠0.
Sum of roots: 3k + 4k = 7k = −b/a ⇒ k = −b/(7a).
Product of roots: (3k)(4k) = 12k² = c/a.
Substituting k: 12 × b²/(49a²) = c/a ⇒ 12b²/(49a²) = c/a ⇒ 12b² = 49a² × (c/a) = 49ac.
Hence 12b² = 49ac, proved.

How These Differ From the Textbook Exercises

Exercises 4.1–4.3 focus on recognising quadratic equations, solving them directly by factorisation, and applying the discriminant to a given numeric equation. These HOTS questions instead ask you to work backwards from conditions (build an equation from given roots, as in Q3 and Q6), reason abstractly in terms of p, q, a, b, c rather than specific numbers (Q5, Q6), and carefully distinguish between related-but-different concepts, such as “real” versus “equal” roots in the assertion-reason format (Q2) — exactly the kind of multi-step, concept-linking reasoning the CBSE board favours in its higher-mark and competency-based questions.

More Extra Questions (HOTS Level)

A further set of higher-order-thinking questions for this chapter: a general root-relationship proof, a reverse-engineering root problem, a fresh-numbers speed word problem, an assertion-reason question, and two further word problems.

Q1. (General proof) If α and β are the roots of the general quadratic equation ax²+bx+c = 0 (a≠0), prove that α+β = −b/a and αβ = c/a.
By the quadratic formula, the two roots are α = (−b+√D)/2a and β = (−b−√D)/2a, where D = b²−4ac.
Sum: α+β = −2b/2a = −b/a. Product: αβ = 4ac/4a² = c/a.

Q2. (Reverse-engineering) One root of the equation 3x²−10x+k = 0 is the reciprocal of the other. Find k.
Let the roots be α and 1/α. Product of roots = 1 = c/a = k/3 → k = 3.

Q3. (Word problem) A car covers a distance of 300 km at a uniform speed. Had the speed been 5 km/h more, it would have taken 2 hours less for the same journey. Find the original speed of the car.
300/x − 300/(x+5) = 2 → x²+5x−750 = 0. D = 3025 = 55². x = 25.
Original speed = 25 km/h.

Q4. (Assertion-Reason) Assertion (A): The equation x²+4x+4 = 0 has two equal real roots. Reason (R): A quadratic equation ax²+bx+c=0 has equal roots iff b²−4ac = 0.
D = 16−16 = 0, so the equation does have two equal real roots. Assertion is true, Reason is true and correctly explains the Assertion.

Q5. (Word problem) The sum of the squares of two consecutive even positive integers is 340. Find the integers.
x²+(x+2)² = 340 → x²+2x−168 = 0. D = 676 = 26². x = 12.
The integers are 12 and 14.

Q6. (Word problem) A shopkeeper buys a certain number of books for ₹80. If he had bought 4 more books for the same total amount, each book would have cost him ₹1 less. Find the number of books he bought.
80/x − 80/(x+4) = 1 → x²+4x−320 = 0. D = 1296 = 36². x = 16.
He bought 16 books.

Written by Satish

NCERTBooks.org is an independent educational resource run by a small team focused on making official NCERT textbooks easy to find, read, and download for students, parents, and teachers across India. We are not affiliated with NCERT or the Ministry of Education -- we organise publicly available NCERT content by class and subject, verify links against official sources, and build tools (like our in-browser reader) that make studying more convenient. Every guide we publish is written and reviewed by our team based on the actual NCERT curriculum and syllabus.

📄 Want this offline? Download the free PDF of this page.Download PDF

Leave a Comment

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

Scroll to Top