Given 10 integers x , x 1 , x 2 , . . . . , x 9 satisfying the expression below:
( 1 + x 1 ) ( 1 + x 2 ) . . . . ( 1 + x 9 ) = ( 1 − x 1 ) ( 1 − x 2 ) . . . . ( 1 − x 9 ) = x
Find the product of the 10 integers x , x 1 , x 2 , . . . . , x 9
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.
Problem Loading...
Note Loading...
Set Loading...
Certainly it's easy to see that x = 0 is possible, by setting x 1 = 1 and x 2 = − 1 , so that the overall product is zero.
To see why this is the only possibility, assume that the product x ⋅ x 1 ⋯ x 9 is non-zero. Then none of the bracketed terms can be zero, and so none of the x i can be ± 1 .
So ∣ x i ∣ ≥ 2 for all i .
Write P = ( 1 + x 1 ) ⋯ ( 1 + x 9 ) and M = ( 1 − x 1 ) ⋯ ( 1 − x 9 ) .
Now, 1 − x i 1 + x i < 0 for all i , so M P < 0 (we have the product of an odd number of negative numbers). But this directly contradicts the given information that P = M ; hence the only possible answer is indeed 0 .