

InterviewSolution
Saved Bookmarks
1. |
Factorise a(x-y)-b(x-y). |
Answer» Given expression : a(x-y)-b(x-y) Now, (x-y) is common in both terms. `therefore` First factor is (x-y). `therefore a(x-y)-b(x-y)=(x-y)(a-b)` |
|