InterviewSolution
Saved Bookmarks
| 1. |
Factorize each of the following algebraic expressions:5(x - 2y)2 + 3(x - 2y) |
|
Answer» (x – 2y) [5 (x – 2y) + 3] [Therefore, taking (x – 2y) common] = (x – 2y) (5x – 10y + 3) |
|