find the zeroes of the given polynomial px = x^2 minus 4x minus 5
Answers
Answered by
1
p(x) = x² - 4x - 5
p(x) = x² -5x + x - 5
p(x) = X(X - 5) + 1(X - 5)
(X+1)(x-5) = 0
if (X+1) is equal to zero then
X+1 = 0
X =
if (x-5) is equal to zero then
X-5 = 0
X =
Hence and are the zeroes of polynomial......
Similar questions