InterviewSolution
Saved Bookmarks
| 1. |
Divide `(a^(4) - b^(4))` by a - b and find the quotient and remainder . |
| Answer» Correct Answer - `a^(3) + a^(2) b + ab^(2) + b^(3) , 0` | |