The given set is {-1,0,1,2,3,4,5}
(notice the -2 and 6 are excluded)
the subset which contain positive factors of 5 is {1,5}
so the complement set would be
{-1,0,2,3,4) which matches with b)
Answer:
A
Step-by-step explanation:
x² - 4x - 5 = 0
x² - 5x + x - 5 = 0
x(x - 5) + (x -5) = 0
(x - 5)(x + 1) = 0
x - 5 = 0 ; x + 1 = 0
x = 5 ; x = -1