InterviewSolution
Saved Bookmarks
| 1. |
Find the degree of `(x^(3) - x^(2))^(2).`A. 12B. 4C. 6D. 9 |
|
Answer» Correct Answer - C `(x^(3) - x^(2))^(2)` = `(x^(3))^(2) - 2(x^(3)) (x^(2)) + (x^(2))^(2)` = `x^(6) - 2x^(5) + x^(4)` Degree = 6 Hence , the correct option is (c) . |
|