InterviewSolution
Saved Bookmarks
| 1. |
The following steps are involved in the factorisation of `x^(2) (x - y) + (y-x) y^(2)`. Arrange them in sequential order from the first to the last . (A) `(x-y) [x^(2) - y^(2)]` (B) `x^(2)(x-y) - ( x- y) y^(2)` (C) `(x-y)^(2) (x + y)` (D) `(x-y) [(x + y)( x-y)]`A. ABDCB. BADCC. ABCDD. CDAB |
|
Answer» Correct Answer - B (B) , (A) , (D) and (C) is the sequential order from the first to the last . Hence , the correct option is (b) . |
|