Answer:
Let's denote the two zeroes (or roots) of the quadratic polynomial as x1 and x2. We know that their sum is 3 and their product is 2. Therefore:
x1 + x2 = 3 (Equation 1)
x1 * x2 = 2 (Equation 2)
We can use Equation 1 to find x2 in terms of x1:
x2 = 3 - x1
We can then substitute this expression for x2 into Equation 2:
x1 * (3 - x1) = 2
Expanding the left side, we get:
3x1 - x1^2 = 2
Rearranging and simplifying, we get:
x1^2 - 3x1 + 2 = 0
This is a quadratic polynomial in x1. We can factor it as:
(x1 - 1)(x1 - 2) = 0
Therefore, the two zeroes of the polynomial are x1 = 1 and x1 = 2 (which also means that x2 = 2 and x2 = 1, respectively).
Thus, the quadratic polynomial with the given properties is:
f(x) = (x - 1)(x - 2) = x^2 - 3x + 2