What is the standard form of a quadratic equation?
Answer:
ax^2 + bx + c = 0
The standard form of a quadratic equation is ax^2 + bx + c = 0, where a, b, and c are known numbers, and a is not equal to 0. If a equals 0, the equation becomes linear rather than quadratic.
2
What is the degree of a quadratic equation?
Answer:
2
A quadratic equation is a polynomial equation of the second degree, which means the highest exponent of the variable x is always 2.
3
Which of the following is a quadratic equation?
Answer:
x^2 - 5x + 6 = 0
The equation x^2 - 5x + 6 = 0 is a quadratic equation because the highest power of the variable x is 2. The others are cubic, linear, and quartic equations, respectively.
4
What is the maximum number of real roots a quadratic equation can have?
Answer:
2
According to the fundamental theorem of algebra, a polynomial of degree n has exactly n roots. Therefore, a quadratic equation (degree 2) can have a maximum of 2 real roots.
5
What is the coefficient of x^2 in the equation 4x^2 - 7x + 3 = 0?
Answer:
4
In the standard form ax^2 + bx + c = 0, 'a' represents the coefficient of x^2. In the given equation 4x^2 - 7x + 3 = 0, the coefficient of x^2 is 4.
6
If a = 0 in the equation ax^2 + bx + c = 0, what type of equation does it become?
Answer:
Linear equation
If a = 0, the x^2 term is eliminated, and the equation reduces to bx + c = 0. Since the highest degree of x is now 1, it becomes a linear equation.
7
What is the geometric shape of the graph of a quadratic function y = ax^2 + bx + c?
Answer:
Parabola
The graph of a quadratic function always forms a U-shaped curve known as a parabola. Depending on the sign of 'a', it either opens upwards (a > 0) or downwards (a < 0).
8
Which of the following is the correct formula for the discriminant of a quadratic equation?
Answer:
b^2 - 4ac
The discriminant of a quadratic equation ax^2 + bx + c = 0 is represented by the formula D = b^2 - 4ac. It is used to determine the nature of the roots of the equation.
9
If the discriminant of a quadratic equation is exactly zero, what can be said about its roots?
Answer:
They are real and equal
When the discriminant (b^2 - 4ac) equals zero, the quadratic equation has two real and identical roots. This means the parabola touches the x-axis at exactly one point.
10
If the discriminant of a quadratic equation is greater than zero, what is the nature of its roots?
Answer:
Real and distinct
A positive discriminant (D > 0) indicates that the quadratic equation has two distinct real roots. Geometrically, this means the parabola intersects the x-axis at two separate points.
11
Determine the discriminant of the equation 2x^2 - 5x + 3 = 0.
Answer:
1
Here, a=2, b=-5, and c=3. The discriminant D = b^2 - 4ac = (-5)^2 - 4(2)(3) = 25 - 24 = 1. Since D > 0, the equation has two distinct real roots.
12
If the discriminant is less than zero, what kind of roots does the quadratic equation have?
Answer:
No real roots (imaginary)
When the discriminant (b^2 - 4ac) is negative, the square root part of the quadratic formula yields an imaginary number. Hence, the equation has no real roots, only complex or imaginary ones.
13
What is the nature of the roots for the equation x^2 + x + 1 = 0?
Answer:
Imaginary
For x^2 + x + 1 = 0, a=1, b=1, c=1. The discriminant D = (1)^2 - 4(1)(1) = 1 - 4 = -3. Because D < 0, the roots are imaginary (complex conjugates).
14
Find the value of k if the equation x^2 + kx + 16 = 0 has real and equal roots.
Answer:
8 or -8
For real and equal roots, the discriminant must be zero. So, k^2 - 4(1)(16) = 0. This means k^2 - 64 = 0, leading to k^2 = 64. Taking the square root gives k = 8 or k = -8.
15
For what value of p does the equation 4x^2 - px + 9 = 0 have equal roots?
Answer:
12 or -12
Equal roots require the discriminant D = 0. Here, D = (-p)^2 - 4(4)(9) = p^2 - 144. Setting this to 0 yields p^2 = 144, which implies p can be either 12 or -12.
16
What is the sum of the roots of the quadratic equation ax^2 + bx + c = 0?
Answer:
-b/a
By Vieta's formulas, the sum of the roots of a quadratic equation ax^2 + bx + c = 0 is always given by the ratio -b/a.
17
What is the product of the roots of the quadratic equation ax^2 + bx + c = 0?
Answer:
c/a
By Vieta's formulas, the product of the roots of a quadratic equation ax^2 + bx + c = 0 is defined as the constant term divided by the leading coefficient, which is c/a.
18
Find the sum of the roots of the equation x^2 - 5x + 6 = 0.
Answer:
5
Using the formula for the sum of the roots (-b/a), where a=1 and b=-5, the sum is -(-5)/1 = 5. (The actual roots are 2 and 3, which indeed sum to 5).
19
Find the product of the roots of the equation 2x^2 - 7x + 3 = 0.
Answer:
3/2
The formula for the product of roots is c/a. In the equation 2x^2 - 7x + 3 = 0, c = 3 and a = 2. Therefore, the product of the roots is 3/2.
20
If one root of the equation x^2 - 5x + k = 0 is 2, what is the value of k?
Answer:
6
If 2 is a root, it must satisfy the equation. Substitute x = 2: (2)^2 - 5(2) + k = 0. This gives 4 - 10 + k = 0, which simplifies to -6 + k = 0, yielding k = 6.