

InterviewSolution
Saved Bookmarks
1. |
Find the values of following polynomials at m = 1, n = -1 and p = 2(a) m+n+p(b) m2+n2+P2(c) m3+ n3+p3(d) mn+np + pm(e) m3 +n3 + p3 -3mnp(f) m2n2 +n2p2 +p2m2 |
Answer» Given, m = 1, n = -1 and p = 2 So, putting m = 1, n = -1 and p = 2 in the given expressions, we get (a) m+n+p = 1-1+2 = 2 =(1)2 + (-1)2 + (2)2 =1+1+ 4 = 6 =(1)3 + (-1)3 + (2)3 = 1 -1 + 8 = 8 = (1)(-1)+(-1)(2)+(2)(1) = -1-2 + 2 = -1 = (1)3 + (-1)3 + (2)3 -3(1)(-1)(2) = 1-1+8+6 = 14 = (1)2 (-1)2 + (-1)2 (2)2 + (2)2 (1)2 = 1+ 4+ 4 = 9 |
|