William W. answered 07/10/22
Math and science made easy - learn from a retired engineer
If a quadratic is factorable, finding the zeros is simple. There are several methods used to factor a quadratic and I'm unsure what method you may have been taught but can you see that x2 - 7x + 10 = (x - 5)(x - 2)? Now, to find the zeros, set the quadratic equal to zero:
(x - 5)(x - 2) = 0
This means that either "x - 5" equals zero or that "x - 2" equals zero:
x - 5 = 0 means x = 5
x - 2 = 0 means x = 2
So the zeros are x = 5 and x = 2