Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है
Introduction to Quadratic Equations, part of the Class 10 Mathematics chapter Quadratic Equations, helps students recognise equations of degree two and write them in the standard form ax² + bx + c = 0, where a ≠ 0. Students learn the meaning of coefficients, variables, and constants, identify quadratic equations from examples, and understand how their roots or solutions relate to the equation. The topic builds a foundation for solving quadratic equations by methods such as factorisation and applying the quadratic formula.
TOPIC PRACTICE
Quiz this set
Up to 20 questions from this page. Select your focus, then start.
What equation do we obtain when we substitute \(x=4\) into \(x^2-8x+16=0\)?
Correct answer: A
Substituting \(x=4\) gives the left-hand side \(4^2-8\cdot4+16=16-32+16=0\), so the equation becomes \(0=0\); therefore \(x=4\) satisfies the equation. Option B (4=0) is a tempting distractor but incorrect because the left-hand side evaluates to 0, not 4. Exam tip: when checking roots, simplify squares and products first, then perform addition/subtraction to avoid arithmetic mistakes.
For the equation 12x^2 = 0, what are a, b and c respectively?
Correct answer: A
The general form of a quadratic is \(ax^2+bx+c=0\). The equation \(12x^2=0\) can be written as \(12x^2+0x+0=0\), so the coefficients are \(a=12,\ b=0,\ c=0\). The distractor (12,1,0) is wrong because the coefficient of x is 0, not 1. Exam tip: always write missing terms as \(0x\) or \(+0\) to read off coefficients correctly.
Write \(2x(x+7)=0\) in standard form \(ax^2+bx+c=0\).
Correct answer: A
Core idea: use the distributive property. Multiply \(2x\) across the bracket: \(2x\cdot x=2x^2\) and \(2x\cdot7=14x\), giving \(2x^2+14x=0\). The closest distractor \(2x^2-14x=0\) is wrong because the sign of the linear term is incorrect. Option \(14x^2+2x=0\) swaps coefficients and is not equivalent; \(2x+7=0\) is linear, not quadratic. Exam tip: always expand and collect like terms to write the equation as \(ax^2+bx+c=0\) before choosing the answer.
What is the expanded (standard quadratic) form of \((x+4)(x+5)=0\)?
Correct answer: A
Multiply each term: \((x+4)(x+5)=x\cdot x + x\cdot5 + 4\cdot x + 4\cdot5 = x^2+5x+4x+20\). Combining like terms gives \(x^2+9x+20=0\), so option A is correct. Distractors fail due to sign or coefficient errors (D has the constant as \(-20\); B and C have incorrect coefficients/signs). Exam tip: use FOIL (first, outer, inner, last) or multiply term-by-term and then combine like terms to avoid sign mistakes.
What is the standard form of the equation \((x-6)(x+2)=0\)?
Correct answer: A
Multiply the factors: \((x-6)(x+2)=x^2+2x-6x-12=x^2-4x-12\). Thus the standard form is \((x^2-4x-12=0)\). Option B has the wrong sign on the x-term (+4x instead of -4x); option C shows -8x which results from incorrect addition of like terms. Exam tip: Use FOIL or multiply term-by-term and then combine like terms carefully.
What is the coefficient of (x^2) in (x^2+12x+36=0)?
Correct answer: B
A coefficient is the number multiplied by a variable term. In the expression \\(x^2+12x+36=0\\), the squared term is written as \\(x^2\\). When a variable or its power appears without a visible number before it, the hidden multiplier is 1. Thus, \\(x^2\\) really means \\(1x^2\\), so its coefficient is 1. The coefficient is not 12, because 12 belongs to the \\(x\\) term, and it is not 36, because 36 is the constant term.
Therefore, option B is correct. A useful way to identify coefficients is to separate the terms: \\(x^2\\) has coefficient 1, \\(12x\\) has coefficient 12, and \\(36\\) has coefficient 36 as a constant. The equation sign and the value on the other side do not change the coefficient of the squared term. Recognizing an unwritten coefficient of 1 is an important basic algebra skill.
In the equation \( -2x^{2}+5x-1=0 \), what is the value of \(a\) according to the standard form \(ax^{2}+bx+c=0\)?
Correct answer: B
In the standard form \(ax^{2}+bx+c=0\), \(a\) is the coefficient of \(x^{2}\). In \( -2x^{2}+5x-1=0 \) the coefficient of \(x^{2}\) is \(-2\), so \(a=-2\). Option A (2) is a common trap that ignores the negative sign. Exam tip: write the equation in the form \(ax^{2}+bx+c=0\) first and read off the coefficients including their signs.
Which of the following expresses \(x^2+10x+25=0\) in factorised (product) form?
Correct answer: A
\(x^2+10x+25\) is a perfect square trinomial of the form \((a+b)^2=a^2+2ab+b^2\). Taking \(a=x\) and \(b=5\) gives \((x+5)^2=x^2+2\cdot x\cdot5+5^2=x^2+10x+25\), so the factorised form is \((x+5)^2=0\). The closest distractor \((x-5)^2\) is incorrect because \((x-5)^2=x^2-10x+25\), which has \(-10x\) instead of \(+10x\). Exam tip: compare the middle term with \(2ab\) and check the sign to identify the correct binomial square.
Which of the following is a solution of the quadratic equation \(x^2-3x-10=0\)?
Correct answer: C
Factor the quadratic: \(x^2-3x-10=(x-5)(x+2)\). Thus the roots are \(x=5\) and \(x=-2\). Checking \(5\): \(5^2-3\cdot5-10=25-15-10=0\), so \(x=5\) is a solution. A common distractor is \(2\); checking shows \(2^2-3\cdot2-10=4-6-10=-12\), not zero, so it is not a root. Exam tip: try factoring first; if factoring is hard use substitution or the quadratic formula to verify candidates quickly.
If the highest power (degree) of the variable in an equation is \(2\), what is that equation called?
Correct answer: B
Core concept: The degree of an equation/polynomial is the highest exponent of the variable. If that highest exponent is \(2\), the equation is called a quadratic equation and is usually written as \(ax^2+bx+c=0\). Option A is wrong because linear equations have degree \(1\). Option C is wrong because cubic equations have degree \(3\). Option D refers to a constant (no variable), which has degree \(0\). Exam tip: Always simplify and write the expression in standard polynomial form, then read off the largest exponent to determine the degree.
Which of the following expressions clearly contains the \(x^2\) term?
Correct answer: C
A quadratic term is the term where the variable has exponent 2, i.e. contains \(x^2\). Option C explicitly has \(4x^2\), so it is correct. The other options contain \(10x\), \(2x\) and \(x\), which are linear (degree 1) terms and not quadratic. The closest possible confusion could be mistaking a large coefficient (like 10 in option A) for a squared term, but the exponent must be 2. Exam tip: always check the exponent on x — only an explicit \(x^2\) (or equivalent) makes the term quadratic.
What is the linear term in the equation \(9x^2+0x+2=0\)?
Correct answer: B
The linear term is the term containing only \(x\) (power 1). In the standard form \(ax^2+bx+c\), the linear term is \(bx\). Here \(b=0\), so the linear term is \(0x\). The closest distractor, \(9x\), would be correct only if \(b=9\), which is not the case; \(9x^2\) is the quadratic term and \(2\) is the constant term. Exam tip: write the quadratic as \(ax^2+bx+c\) and read off \(b\); if \(b=0\), the linear term is \(0x\) or is omitted in the written expression.
Which of the following equations is equivalent to \(x^2-6x+9=0\)?
Correct answer: A
Since \((x-3)^2 = x^2-6x+9\), the equation \((x-3)^2=0\) is equivalent to the given quadratic. It has a repeated root \(x=3\). The closest distractor \((x+3)^2=0\) expands to \(x^2+6x+9\), so the sign of the linear term is wrong and that option is incorrect. Exam tip: Recognise perfect-square trinomials by checking if the constant equals the square of half the linear coefficient (here \((-6/2)^2=9\)).
How do we write \(x^2-49=0\) in factorised (factor) form?
Correct answer: A
\(x^2-49\) is a difference of squares. Using \(a^2-b^2=(a-b)(a+b)\) with \(a=x, b=7\) gives \((x-7)(x+7)\), so the factorised equation is \((x-7)(x+7)=0\). Option B expands to \(x^2-48x-49\), so its middle term is incorrect. Options C and D expand to \(x^2+14x+49\) and \(x^2-14x+49\) respectively, which do not match the original expression. Exam tip: recognize the difference-of-squares pattern quickly and apply \((a-b)(a+b)\).
If \(x=2\), what is the left-hand side of the equation \(x^2+5x-14=0\)?
Correct answer: A
Substituting \(x=2\) gives \(2^2+5\cdot2-14=4+10-14=0\). Hence the left-hand side equals 0, so \(x=2\) is a root of the quadratic. Option C (4) is wrong because it corresponds to evaluating only \(x^2\); option D (-4) is the value of \(5x-14\) alone. Exam tip: substitute values and simplify step by step (evaluate each term first), then combine to avoid sign or arithmetic mistakes.
In the equation \(3x^2-21=0\), what are the values of \(a, b, c\)?
Correct answer: A
A quadratic must be in standard form \(ax^2+bx+c=0\). Rewrite \(3x^2-21=0\) as \(3x^2+0x-21=0\). Hence \(a=3,\; b=0,\; c=-21\). The most tempting wrong choice is B (3, -21, 0) — it incorrectly swaps the linear and constant coefficients; the linear coefficient \(b\) is zero because there is no \(x\) term. Exam tip: always convert the equation to \(ax^2+bx+c=0\) first so you can read off \(a,b,c\) directly.
Which of the following equations is quadratic in \(t\)?
Correct answer: A
A quadratic equation in a variable means the highest power (degree) of that variable is 2. In option A the variable \(t\) appears as \(t^2\), so its highest power is 2 and the equation is quadratic in \(t\). Option B is quadratic but in \(x\), not in \(t\), so it is not correct for this question. Options C and D are linear in \(t\) (highest power 1). Exam tip: always check the highest exponent of the specific variable named in the question, not just whether any variable is squared.
What is the standard form of the equation \(4x(x-3)=0\)?
Correct answer: A
Expand the factor: \(4x(x-3)=4x\cdot x-4x\cdot3=4x^2-12x\). Thus the standard quadratic form (ax^2+bx+c=0) is \(4x^2-12x=0\). Option B is wrong because the sign is incorrect (+12x instead of -12x). Option C is wrong because the coefficient 4 is missing, and option D is linear (not quadratic). Exam tip: always expand factors first and collect like terms to write the expression as \(ax^2+bx+c=0\).
Compute \(p(2)=2^2-4=4-4=0\). Thus the value is 0 and \(x=2\) is a root of the polynomial. The closest distractor (option C = 4) arises if a student computes only \(2^2\) and forgets to subtract 4. Exam tip: when evaluating polynomials, substitute the number and follow order of operations—evaluate powers first, then perform addition/subtraction.
In the quadratic equation 6x^2 + x − 8 = 0, which term is the constant term?
Correct answer: C
The constant term is the term that does not contain the variable x (degree zero). 6x^2 and x contain x, so they are not constant. The only term without x is −8, so the constant term is −8. Exam tip: substitute x = 0 into the polynomial; the result equals the constant term (here 6·0^2 + 0 − 8 = −8).
Google Analytics helps us understand site usage. Google may send limited cookie-free signals before your choice. The Live Visitors widget operates independently of this analytics choice; see the privacy policy for its provider and fallback details. Essential site features work without analytics cookies. You can change your choice later in Privacy choices. Privacy policy