When the roots you calculate for a polynomial equation don't match any of the given options, double-check the problem statement for simple sign errors. A common typo is having `(x+a)` when `(x-a)` was intended, or vice-versa. Testing the modified equation can quickly lead to the correct option.