How does it relate?

What is the coefficient of x 99 x^{99} in the expansion of ( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 100 ) ? (x+1)(x+2)(x+3)\cdots (x+100)?

The challenge is to relate the problem with combinatorics and the given picture and to provide a solution that is based on combinatorics rather than algebra.


The answer is 5050.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

6 solutions

One of the things that the gf represents is this:

There is a two sided dice with one 1 side and one 0 side.

There is a three sided dice with one 1 side and two 0 side.

There is a four sided dice with one 1 side and three 0 sides.

.

.

.

There is a hundred-one sided dice with one 1 side and hundred 0 sides.

You throw all the die at random. In how many ways can you will get a total of 99?

Call the die with one 0 D1, the die with two 0 D2, ...

Note that all of D1, D2, D3, D4, ... have one 1 in each of them. To get 99, we must select 99 of them. Yes?

Say all the dice but D100 land up in 1. That would give the result to be 99.

The D100 die can give a 0 in hundred ways.

Now, let's say that all the dice except D99 give me 1.

The D99 can give me a 0 in 99 ways.

So, there are a total of (1+2+..100) ways in which I can get 99 one's from the hundred dice.

Do you see what the picture means? :P

I was given the problem in the algebraic way. But I still do not know how to do it that way. Would you please tell?

I used a simple way. For x 99 x^{99} , we need 99 99 x's. And for this, we need x x term in all the linears but 1. This will add upto 1 + 2 + 3 + . . . . . . . 100 1+2+3+.......100 , which is 5050 5050 . BTW Try finding the coefficient of x 98 x^{98} .

Satvik Golechha - 6 years, 8 months ago
Rohit Sachdeva
Sep 27, 2014

When a polynomial is written in descending order of its coefficients, say:

a n x n + a n 1 x n 1 + . . . . . . . a 1 x + a 0 a_{n}x^{n}+a_{n-1}x^{n-1}+.......a_{1}x+a_{0}

Then ( a n 1 / a n ) (-a_{n-1}/a_{n}) represents the sum of all roots of polynomial

Here roots are: -1, -2, -3, ....... -100

Coefficient of x 100 x^{100} is 1

So (-)Coefficient of x 99 x^{99} = -(1+2+3+......100)

Coefficient of x 99 x^{99} = 100x101/2=5050

Ch Nikhil
Sep 24, 2014

in a polynomial when terms are written in ascending order the coefficient of 2nd term is -ve of sum of roots. here it will be = -(-1-2-3...-100)=1+2+3...100=5050

Good idea but I still would like a combinatorial solution. I'll post one soon

Agnishom Chattopadhyay - 6 years, 8 months ago

The second coefficient of (x+1) is 1 , of (x+1)(x+2) is 3 , of (x+1)(x+2)(x+3) is 6 , of (x+1)(x+2)(x+3)(x+4) is 10 , etc. Have you see? The sequence 1, 3, 6, 10 is part of the second column of the Pascal's triangle ! Thus the solution is the second number of the 101° row, wich is 5050.

1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1\\ 1\quad 1\\ 1\quad 2 \quad 1\\ 1\quad 3 \quad 3 \quad 1\\ 1\quad 4 \quad 6 \quad 4 \quad 1\\ 1 \quad 5 \quad 10 \quad 10 \quad 5 \quad 1\\ \cdots

Ritikesh Vali
Dec 7, 2016

We can use Vieta's formulas here and hence find out the answer by adding up all the roots of the equation

BTW Isn't it Vieta's. Nice thinking:)

rajdeep das - 4 years, 5 months ago
Bill Bell
Aug 16, 2015

This question relates to the ordinary generating function . Usually we see constructions such as ( 1 + x ) k { \left( 1+x \right) }^{ k } which can be interpreted to mean 'choose one or x x k k times'. We can interpret i + x i+x to mean 'choose i i or x x ' in a similar way. We can create a series of expressions and expand them, bearing this in mind:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
(x+1)
1
x + 1
(x+1)*(x+2)
3
x**2 + 3*x + 2
(x+1)*(x+2)*(x+3)
6
x**3 + 6*x**2 + 11*x + 6
(x+1)*(x+2)*(x+3)*(x+4)
10
x**4 + 10*x**3 + 35*x**2 + 50*x + 24
(x+1)*(x+2)*(x+3)*(x+4)*(x+5)
15
x**5 + 15*x**4 + 85*x**3 + 225*x**2 + 274*x + 120
(x+1)*(x+2)*(x+3)*(x+4)*(x+5)*(x+6)
21
x**6 + 21*x**5 + 175*x**4 + 735*x**3 + 1624*x**2 + 1764*x + 720
(x+1)*(x+2)*(x+3)*(x+4)*(x+5)*(x+6)*(x+7)
28
x**7 + 28*x**6 + 322*x**5 + 1960*x**4 + 6769*x**3 + 13132*x**2 + 13068*x + 5040

In each case notice that the term in x x with the highest power involves no choices of a number. Then the term with the next highest power must involve single choices of numbers, which must be the sum of the numbers in the terms of unexpanded expression. It's easy here to verify that these sums are indeed the same as the coefficients.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...