|
out of 49 we have to select 6 integers.
so let 'a' integers be there before the first chosen integer, 'b' integers between 1st and 2nd chosen integer, 'c' integers between 2nd and 3rd chosen integers, 'd' integers between 3rd and 4th, 'e' between 4th and 5th, 'f' between 5th and 6th, 'g' after 6th integer
so it looks like this:
....a integers....O....b integers....O..c integers...O...d integers...O...e integers...O...f inetgers....O...g integers...
O is a chosen integer,
now a+b+c+d+e+f+g=49-6=43 the remaining integers after choosing 6 integers must add up to 43..
now apply multinomial theorem..
a can take values 0,1,2,3,...,38 cant be more than 38 (check for yourself)
b can take values 1,2,3,.....,39
c can take values 1,2,3.....,39
d same as above
e same as above
f same as above
g can take 0,1,2,....,38
now find coefficient of x^43 in ( x^0 + x^1+...+x^38)(x^1 + x ^2 +...x^39)...(x^0+x^1+...x^38)
try it yourself and see what answer you get
you can find sums like these in any maths mcq book,its a very effective method to solve sums like these
|