I was wondering if someone could clear this question I had.
$$x^2+4x-21=0$$ Factoring it out: $$(x+7)(x-3)$$ How does that mean that $x=-7$ or $x=3$?
How is it that we can just say "Alright, let's just forget one part of the equation $(x-3)$, and solve for $x$, or forget $x+7$ and solve for $x$," and it's going to hold true?
Thanks!!
Firstly, you probably meant $ x^2 - 4x - 21 = 0 $ as the equation $ x^2 + 4x - 21 = 0 $ does not have the factors you mentioned.
Now you have: $ (x+3)(x-7) = 0 $ . When the product of two numbers is zero, then either or both of them is zero, which means that,
$ (x+3) = 0 $, which implies that $ x = -3 $ , or $ (x-7) = 0 $ , i.e, $ x = 7 $ .