Hey JOY,
See for example :
(x - 1)(x - 2)(x - 3) = x3 - 6x2 + 11x - 6
= x3 - (1 + 2 + 3)x2 + (Sum of product of the three integers 1,2,3 taken two at a time)x - (1.2.3)
= x3 - (1 + 2 + 3)x2 + (1.2 + 1.3 + 2.3)x - (1.2.3)
SO : (x - 1)(x - 2)(x - 3) ............. (x - n) = xn - (1 + 2 + 3 + ................ + n)xn-1 + ( 1.2 + 1.3 + 1.4 + ............. + 1.n + 2.3 + 2.4 + 2.5 + ............ + 2.n + ..................... + (n - 2).(n - 1) + (n - 2).n + (n - 1).n )xn-2 + ................................ +/- (1.2.3.4. ......... .n)
NOW, LET ME JUST PUT DOWN THE GENERAL RESULTS :
The coefficient of xn-1 in the expansion of : (x - 1)(x - 2)(x - 3)............(x - n) is : - n(n + 1)/2
The coefficient of xn-2 in this case is : n(n - 1)(n + 1)(3n + 2) / 24