InterviewSolution
Saved Bookmarks
| 1. |
Factorize each of the following algebraic expressions:6(a + 2b) - 4(a + 2b)2 |
|
Answer» [6 – 4 (a + 2b)] (a + 2b) [Therefore, taking (a + 2b) common] = (6 – 4a – 8b) (a + 2b) |
|