InterviewSolution
Saved Bookmarks
| 1. |
Factorize each of the following expressions:xa2 + xb2 - ya2 - yb2 |
|
Answer» x (a2 + b2) – y (a2 + b2) = (x – y) (a2 + b2) |
|