What is the sum of all coefficients of the polynomial below?
p ( x ) = n = − 1 0 ∏ 1 0 ( x + n )
For example, the sum of coefficients of a polynomial q ( x ) = a 1 x k + a 2 x k − 1 ⋯ + a k + 1 is a 1 + a 2 + ⋯ + a k + 1 .
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.
Yes, this question is very trivial when you realize that a 1 + a 2 + ⋯ + a k + 1 , the sum of the coefficients.
Problem Loading...
Note Loading...
Set Loading...
for a polynomial , the sum of its coefficient is the polynomial evaluated at 1, i.e: q ( x ) = a 1 x k + a 2 x k − 1 ⋯ + a k + 1 → q ( 1 ) = a 1 + a 2 + ⋯ + a k + 1 hence we are looking for p ( 1 ) = n = − 1 0 ∏ 1 0 ( 1 + n ) = 0 since the product hits n = − 1 .