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™ 🇮🇳 इसी सोच के साथ बनाया गया है
In this Class 10 Mathematics topic from the chapter “Polynomials,” students study algebraic expressions involving a single variable, such as x. They learn to identify a polynomial and its degree, understand constant, linear, quadratic, and cubic forms, and find its zeroes or roots. The topic also develops understanding of the relationship between zeroes and coefficients, helping students interpret polynomial equations and solve related problems accurately.
TOPIC PRACTICE
Quiz this set
Up to 20 questions from this page. Select your focus, then start.
20 questions
Choose questions
Medium · Level 28 · polynomials,quadratic-formula,zeroes,Polynomials in one variable,Mathematics,Class 10 MCQView options
(4+√6) and (4−√6)
(8+√10) and (8−√10)
(2+√6) and (2−√6)
(4+√10) and (4−√10)
Medium · Level 27 · sum-of-zeroes,quadratic-polynomial,irrational-coefficient,coefficient-relations,Polynomials in one variable,Polynomials,Mathematics,Class 10 MCQView options
2√2
4√2
√2
4
Medium · Level 27 · monic-polynomial,sum-and-product,polynomial-formation,vieta-relations,Polynomials in one variable,Polynomials,Mathematics,Class 10 MCQView options
x² − 2√5x + 4
x² + 2√5x + 4
x² − 4x + 2√5
x² + 4x − 2√5
Medium · Level 27 · surds,simplification,sum-of-zeroes,irrational-numbers,Polynomials in one variable,Polynomials,Mathematics,Class 10 MCQView options
3√2
2√10
4√2
√10
Medium · Level 27 · factorisation,perfect-square,irrational-zero,polynomial-identities,Polynomials in one variable,Polynomials,Mathematics,Class 10 MCQView options
(x − √2)²
(x + √2)²
(x − 2)²
(x − √2)(x + √2)
Hard · Level 26 · zeroes of polynomials,conjugate surds,quadratic polynomial,Polynomials,Real numbers,Polynomials in one variable,Mathematics,Class 10 MCQView options
x² − 2x − 1
x² + 2x − 1
x² − x − 2
x² − 2x + 3
Medium · Level 44 · difference-of-squares,polynomial-factorisation,simplification,Polynomials in one variable,Polynomials,Mathematics,Class 10 MCQView options
Easy · Level 46 · binomial,polynomials,terms in a polynomialView options
x^2 + 3x + 2
5x - 7
4x^3
x^4 + x^2 + x + 1
Easy · Level 46 · trinomial,polynomial classification,terms in polynomialsView options
\(x^2+x+1\)
\(2x-3\)
\(7x^4\)
\(x^3+x^2+x+1\)
Question 1MediumLevel 28
If (p(x)=x²−8x+10), what are its zeroes?
Correct answer: A
The governing concept is finding the zeroes of a quadratic polynomial by solving p(x)=0 with the quadratic formula. Set x²−8x+10=0, where a=1, b=−8, and c=10. Then x=[−b±√(b²−4ac)]/(2a)=[8±√(64−40)]/2=[8±√24]/2. Since √24=√(4×6)=2√6, the roots become [8±2√6]/2=4±√6. Thus the zeroes are 4+√6 and 4−√6, so option A is correct. Option B uses an incorrect discriminant and fails to divide correctly. Option C has the wrong half of the constant term, while option D replaces √6 with √10 without justification. Substitution into the polynomial also verifies both roots.
If p(x) = 2x² − 4√2x + 4, what is the sum of its zeroes?
Correct answer: A
For a quadratic polynomial ax² + bx + c with zeroes α and β, the relation α + β = −b/a holds, even when a coefficient is irrational. In p(x) = 2x² − 4√2x + 4, we have a = 2 and b = −4√2. Therefore α + β = −(−4√2)/2 = 4√2/2 = 2√2. The constant term c = 4 determines the product αβ = c/a, not the sum. Hence option A is correct. Option B results from forgetting to divide by the leading coefficient, option C comes from an incorrect division, and option D confuses the constant term with the sum. The standard coefficient-zero relation remains valid without any change.
If the sum of zeroes is 2√5 and the product is 4, which is a monic quadratic polynomial?
Correct answer: A
If α and β are the zeroes of a monic quadratic, its standard form is x² − (α + β)x + αβ. The leading coefficient is 1 because the polynomial is monic. Here α + β = 2√5 and αβ = 4. Substituting these values gives x² − 2√5x + 4, which is option A. Option B has the wrong sign before the coefficient of x, so it would represent a sum of −2√5. Option C places the given sum and product in the wrong positions, while option D has incorrect signs and a wrong constant term. Irrational coefficients are allowed in a polynomial, so 2√5 causes no difficulty.
If √2 and √8 are zeroes of a quadratic polynomial, what is the sum of the zeroes?
Correct answer: A
The required quantity is the sum of the two given zeroes, so we add the radicals after simplifying them. First, √8 = √(4 × 2) = √4 × √2 = 2√2. Thus the sum is √2 + √8 = √2 + 2√2 = 3√2. Therefore option A is correct. Option C incorrectly treats √8 as 3√2, while option B combines the radicands as though addition of radicals were multiplication. Option D also does not represent the sum. The governing concept is that like surds can be added by adding their coefficients, but the radicands must first be reduced to the same square-free form.
If p(x) = x² − 2√2x + 2, which is the correct factorized form of p(x)?
Correct answer: A
Use the perfect-square identity (x − a)² = x² − 2ax + a². Taking a = √2 gives (x − √2)² = x² − 2√2x + (√2)² = x² − 2√2x + 2, exactly the given polynomial. Therefore option A is correct. Option B expands to x² + 2√2x + 2 and has the wrong middle-term sign. Option C expands to x² − 4x + 4, which has different coefficients. Option D uses the difference-of-squares identity and expands to x² − 2, so it also does not match. The factorization further shows that √2 is a repeated irrational zero.
Which polynomial has rational coefficients and zeroes 1 + √2 and 1 − √2?
Correct answer: A
For a monic quadratic with zeroes α and β, the required polynomial is x² − (α + β)x + αβ. Let α = 1 + √2 and β = 1 − √2. Their sum is α + β = 2 because the irrational terms cancel. Their product is αβ = (1 + √2)(1 − √2) = 1 − 2 = −1, using the difference-of-squares identity. Hence the polynomial is x² − 2x − 1, so option A is correct and its coefficients are rational. Option B has the wrong sign for the linear coefficient. Option C has neither the correct sum-product pair nor the correct constant term. Option D has constant term 3, whereas the product of the zeroes must be −1.
Which option is the simplified form of (x^8 - 81) / (x^4 - 9), where x^4 ≠ 9?
Correct answer: B
The governing concept is the difference-of-squares identity u²−v²=(u−v)(u+v). Let u=x⁴ and v=9. Then x⁸−81=(x⁴)²−9²=(x⁴−9)(x⁴+9). Substituting this factorisation into the fraction gives [(x⁴−9)(x⁴+9)]/(x⁴−9). The stated condition x⁴≠9 guarantees that the denominator is not zero, so cancellation of the common factor is valid. The simplified expression is therefore x⁴+9, making option B correct. Option A is the factor that cancels, option C uses an incorrect power of x, and option D corresponds neither to the difference-of-squares factorisation nor to the original quotient.
What is the degree of the polynomial p(x) = 4x^3 − 2x + 9?
Correct answer: A
The degree of a non-zero polynomial in one variable is the greatest exponent of the variable whose coefficient is non-zero. In p(x) = 4x^3 − 2x + 9, the term 4x^3 has exponent 3, the term −2x has exponent 1, and the constant 9 has exponent 0. Since the coefficient of x^3 is 4, which is non-zero, the greatest relevant exponent is 3. Therefore the degree is 3, so option A is correct. Option B may be chosen by imagining a missing x^2 term, but absent terms do not determine degree. Option C is only the degree of the linear term, and 9 is a constant value, not the degree of the polynomial.
What is the constant term of the polynomial \(7x^2+5x-11\)?
Correct answer: C
The constant term is the term that does not contain the variable \(x\). In the given polynomial, \(7x^2\) and \(5x\) contain \(x\), whereas \(-11\) does not; therefore, the constant term is \(-11\). In an exam, identify the term independent of the variable.
What is the coefficient of x^2 in 5x^4 − 3x^2 + x − 6?
Correct answer: B
The relevant concept is the coefficient of a specified power of a variable. In the polynomial 5x^4 − 3x^2 + x − 6, the term containing x^2 is −3x^2. The numerical factor multiplying x^2, including its negative sign, is therefore −3. Hence option B is correct. The number 5 is the coefficient of x^4, not x^2. The term x can be written as 1x, so 1 is the coefficient of x^1, not x^2. The number −6 is the constant term and has no variable factor. The requested power must be matched exactly, and the sign must also be retained when identifying a coefficient.
A quadratic polynomial is a polynomial whose highest power of the variable is 2. In \(x^2-4x+1\), the highest power of \(x\) is 2, so it is quadratic. Option A is linear, option C is cubic, and option D is a constant polynomial. Exam tip: identify the degree by looking at the term with the highest exponent.
For the polynomial \(p(x)=2x^2-3x+1\), what is the value of \(p(1)\)?
Correct answer: A
To find \(p(1)\), substitute \(x=1\): \(p(1)=2(1)^2-3(1)+1=2-3+1=0\). Therefore, the correct answer is 0. Choosing 1 usually results from incorrectly combining the constant and negative terms. Exam tip: substitute the given value at every occurrence of \(x\) and evaluate powers before performing addition or subtraction.
How many terms are there in q(x) = x^3 + 2x^2 − x + 4?
Correct answer: C
The governing concept is that separate polynomial terms are identified by addition or subtraction signs, while each term includes its sign when necessary. In q(x) = x^3 + 2x^2 − x + 4, the four terms are x^3, 2x^2, −x, and 4. Therefore the polynomial contains 4 terms, making option C correct. The minus sign before x does not create an additional term; it belongs to the coefficient of the term −x. Likewise, the constant 4 is itself one term. Counting only the variable terms would give 3, which is why option B is incomplete. The expression has no hidden fifth term, because there are only three separating signs and four resulting parts.
Which of the following is a linear polynomial in one variable?
Correct answer: B
A linear polynomial has degree 1. In \(3x-8\), the highest power of the variable \(x\) is 1, so it is a linear polynomial. The degrees of \(x^2+1\) and \(x^3+x\) are 2 and 3, respectively, while \(6\) is a constant polynomial of degree 0. Exam tip: identify the highest power of the variable to determine the degree.
What is the leading coefficient of the polynomial \\(6x^5+x^2-4\\)?
Correct answer: A
The term with the highest power is \\(6x^5\\). The numerical coefficient of this term is called the leading coefficient, so the correct answer is \\(6\\). Remember that \\(5\\) is the degree of the polynomial, not its leading coefficient.
A monomial is a polynomial containing exactly one term. The expression \(3x^2\) has only one term, so it is a monomial. The other options contain two or three terms. In an exam, identify a monomial by counting its terms, separated by plus or minus signs.
A binomial is a polynomial with exactly two unlike terms. In 5x - 7, the terms are 5x and -7, so it is a binomial. Option A has three terms, option C has one term, and option D has four terms. Exam tip: count the terms separated by plus or minus signs, ignoring the sign as part of the term.
Which of the following polynomials is a trinomial?
Correct answer: A
A trinomial is a polynomial containing three unlike terms. In \(x^2+x+1\), the three terms are \(x^2\), \(x\), and \(1\), so it is a trinomial. Option B is a binomial, option C is a monomial, and option D is a four-term polynomial. Exam tip: count the terms separated by plus or minus signs.
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