InterviewSolution
Saved Bookmarks
| 1. |
Factorize each of the following algebraic expressions:a2 - 14a - 51 |
|
Answer» In order to factorize the given expression, we find to find two numbers p and q such that: p + q = -14, pq = -51 = a (a + 3) – 17 (a + 3) = (a – 17) (a + 3) |
|