1. If one zero of a quadratic polynomial (kx2 + 3x + k) is 2, then the value of k can be found by substituting x = 2 into the polynomial and setting it equal to zero:
k(2)2 + 3(2) + k = 0
4k + 6 + k = 0
5k + 6 = 0
5k = -6
k = -6/5
So the value of k is -6/5.
3. The quadratic polynomial with sum of zeroes equal to -5 and product of zeroes equal to 6 can be obtained by using Vieta's formulas. Let the zeroes be denoted as a and b. The sum of the zeroes is given by a + b = -5, and the product of the zeroes is ab = 6.
To find the quadratic polynomial, we need to form an equation with the given information:
(x - a)(x - b) = 0
Expanding this equation:
x2 - (a + b)x + ab = 0
Substituting the values -5 for (a + b) and 6 for ab:
x2 + 5x + 6 = 0
Therefore, the quadratic polynomial is x2 + 5x + 6.
4. If one zero of the polynomial (3x2 + 8x + k) is the reciprocal of the other, then the value of k can be determined by considering the relationship between the zeroes. Let the zeroes be denoted as a and 1/a.
From the given information, we have:
a * (1/a) = 1
This implies that a2 = 1.
Since we know that a2 = 1, the polynomial can be factored as follows:
(3x2 + 8x + k) = 3(x - a)(x - 1/a)
Expanding this equation:
3(x2 - (a + 1/a)x + k/a) = 0
Comparing the coefficients, we can equate them to the corresponding coefficients of the original polynomial:
-3(a + 1/a) = 8 (coefficient of x)
k/a = 0 (constant term)
From the first equation, we have:
-3(a^2 + 1) = 8
-3(1 + 1) = 8
-3(2) = 8
-6 = 8 (Contradiction)
Since the equation leads to a contradiction, there is no valid value of k that satisfies the given condition.
5. To find the value of x for which the polynomials x2 - 1 and x2 - 2x + 1 vanish simultaneously, we need to set both polynomials equal to zero:
x2 - 1 = 0
x2 - 2x + 1 = 0
Simplifying each equation:
x2 = 1
x2 - 2x + 1 = 0
The first equation, x2 = 1, has two solutions: x = 1 and x = -1.
The second equation, x2 - 2x + 1 = 0, is a perfect square and can be factored as (x - 1)2 = 0. This equation has a repeated root, x = 1.