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 is the nature of the roots of the quadratic equation \(16x^2-24kx+9k^2=0\)?
Correct answer: A
The equation can be written as \((4x-3k)^2=0\). Hence \(4x-3k=0\), giving the repeated root \(x=\frac{3k}{4}\). Equivalently, the discriminant is \(D=b^2-4ac=0\), which confirms that the roots are equal and real. Exam tip: for a quadratic equation, \(D=0\) indicates two equal real roots.
If \(a=-2\), what type of statement does \((a+2)x^2+(a^2-4)x+7=0\) become?
Correct answer: A
Substituting \(a=-2\) gives \(a+2=0\) and \(a^2-4=4-4=0\). Therefore, the expression becomes \(0x^2+0x+7=0\), or \(7=0\). Since this statement is impossible, it is contradictory. Exam tip: when the coefficients of all variable terms become zero, classify the remaining constant statement rather than calling it linear or quadratic.
If \(x=-1\) is a root of the quadratic equation \(x^2+(4k-1)x+3k=0\), what is the value of \(k\)?
Correct answer: D
Since \(x=-1\) is a root, substitute it into the equation: \((-1)^2+(4k-1)(-1)+3k=0\). This gives \(1-4k+1+3k=0\), or \(2-k=0\), so \(k=2\). Exam tip: When a root is given, substitute it directly into the polynomial to form an equation in the parameter.
The roots of the quadratic equation \(x^2-7x+3=0\) are \(\alpha\) and \(\beta\). What is the value of \(\alpha+\beta+3\alpha\beta\)?
Correct answer: A
By Vieta’s formulas, for \(ax^2+bx+c=0\), the sum of the roots is \(-\frac{b}{a}\) and their product is \(\frac{c}{a}\). Here, \(a=1,b=-7,c=3\), so \(\alpha+\beta=7\) and \(\alpha\beta=3\). Therefore, \(\alpha+\beta+3\alpha\beta=7+3(3)=16\). Option 7 is only the sum of the roots, while option 3 is only their product. Exam tip: Use Vieta’s formulas directly instead of solving for the roots.
If \(\alpha\) and \(\beta\) are the roots of the equation \(x^2-12x+35=0\), what is the value of \((\alpha-5)(\beta-5)\)?
Correct answer: A
By Vieta’s formulas, \(\alpha+\beta=12\) and \(\alpha\beta=35\). Therefore, \((\alpha-5)(\beta-5)=\alpha\beta-5(\alpha+\beta)+25=35-5(12)+25=0\). Hence, option A is correct. Exam tip: For expressions involving the roots, first use the sum and product of roots; finding the roots individually is not necessary.
A right triangle has a base of \((x+3)\) units, a height of \((x+7)\) units, and an area of 55 square units. Which quadratic equation represents this situation?
Correct answer: A
The area of a triangle is \(\frac{1}{2}\times\text{base}\times\text{height}\). Hence, \(\frac{1}{2}(x+3)(x+7)=55\), so \((x+3)(x+7)=110\). Expanding gives \(x^2+10x+21=110\), and therefore \(x^2+10x-89=0\). Option B results from mishandling the factor \(\frac{1}{2}\) in the area formula. Exam tip: In triangle-area problems, first multiply both sides by 2 and then expand the product.
If \(\alpha\) and \(\beta\) are the roots of \(x^2-13x+36=0\), what is the value of \((\alpha+\beta)^2\)?
Correct answer: A
For a quadratic equation \(ax^2+bx+c=0\), the sum of the roots is \(\alpha+\beta=-\frac{b}{a}\). Here, \(a=1\) and \(b=-13\), so \(\alpha+\beta=13\). Therefore, \((\alpha+\beta)^2=13^2=169\), making option A correct. Option B is the constant term, not the sum of the roots. Exam tip: Use Vieta’s formulas directly: the sum of roots is \(-\frac{b}{a}\) and their product is \(\frac{c}{a}\).
The equation \\(x^2+10x+k=0\\) has no real roots. What is the correct condition on \\(k\\)?
Correct answer: A
A quadratic equation has no real roots when its discriminant satisfies \\(D<0\\). Here, \\(D=b^2-4ac=10^2-4(1)(k)=100-4k\\). Thus, \\(100-4k<0\\), which gives \\(k>25\\). When \\(k=25\\), the discriminant is zero and the equation has one repeated real root, so that option is not correct. Exam tip: For “no real roots,” apply the condition \\(D<0\\).
If \(x^2-2ax+a^2-25=0\), what is the difference between the larger and smaller roots?
Correct answer: A
The equation can be rewritten as \((x-a)^2-25=0\). Thus, \((x-a)^2=25\), giving the roots \(a+5\) and \(a-5\). Therefore, the difference between the larger and smaller roots is \((a+5)-(a-5)=10\). In such questions, completing the square is the quickest method.
If the roots of the equation \(x^2-2(k+1)x+k^2=0\) are real and distinct, what is the correct condition on \(k\)?
Correct answer: A
A quadratic equation has two real and distinct roots only when its discriminant satisfies \(D>0\). Here, \(a=1\), \(b=-2(k+1)\), and \(c=k^2\), so \(D=b^2-4ac=4(k+1)^2-4k^2=4(2k+1)\). Therefore, \(4(2k+1)>0\), giving \(k>-rac{1}{2}\). At \(k=-\frac{1}{2}\), the roots are equal, so option B is not sufficient. Exam tip: use \(D>0\) for distinct real roots, \(D=0\) for equal roots, and \(D<0\) for non-real roots.
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