InterviewSolution
Saved Bookmarks
| 1. |
Find the factors of (x2 – x – 6). 1. (x – 5)(x – 1)2. (x + 5)(x – 1)3. (x – 2)(x – 3)4. (x + 2)(x – 3) |
|
Answer» Correct Answer - Option 4 : (x + 2)(x – 3) Given: (x2 – x – 6) Calculations: Using the given data, ⇒ (x2 – x – 6) = (x2 – 3x + 2x – 6) ⇒ x(x – 3) + 2(x – 3) ⇒ (x + 2)(x – 3) ∴ The factors of (x2 – x – 6) are (x + 2)(x – 3) |
|