

InterviewSolution
Saved Bookmarks
1. |
The following are the steps involved in factorizing `64 x^(6) -y^(6)`. Arrange them in sequential order (A) `{(2x)^(3) + y^(3)} {(2x)^(3) - y^(3)}` (B) `(8x^(3))^(2) - (y^(3))^(2)` (C) `(8x^(3) + y^(3)) (8x^(3) -y^(3))` (D) `(2x + y) (4x^(2) -2xy + y^(2)) (2x - y) (4x^(2) + 2xy + y^(2))`A. BADCB. BDACC. BCADD. BACD |
Answer» Correct Answer - C BCAD is the required sequential order of steps in solving the given problem |
|