Explanation:
Let's evaluate each of the given statements one by one.
1. f(−1)=0
To determine if this statement is true, plug x = -1 into the function and calculate the value:




So f(−1) does not equal 0, which means the statement "f(−1)=0" is false.
2. f(x)=0 when x=−1
This is essentially the same statement as the first one just worded differently. We've already determined that f(-1) is not equal to 0, so this statement is also false.
3. (x−1) is a factor of f(x)
If
is indeed a factor of
, then the remainder when
is divided by
should be 0. This can be checked using synthetic division or by applying the remainder theorem which states that if a polynomial
is divided by
, the remainder is
. Let's check
:



Since
,
is indeed a factor of
, so this statement is true.
4. f(x) divided by (x−1) has a remainder of 0
From the previous statement, we know
is a factor of
, so dividing
by
should indeed give a remainder of 0. Therefore, this statement is also true.
In summary, only the third and fourth statements are true:
- (x−1) is a factor of f(x)
- f(x) divided by (x−1) has a remainder of 0