Consider the identity $(1+x)(10+x)\left(10^{2}+x\right) \cdots\left(10^{10}+x\right)=10^{a}+10^{b} x+a_{2} x^{2}+\cdots+a_{11} x^{11}.$ We denote the largest integer lesser than ot equal to $z$ as $[x].$ What can you say about $a,b,[a],[b].$ Specifically, comment which of the following options, are the most appropriate/correct:
A.$[a]>[b],$
B.$[a]=[b]$ if $a>b$
C.$[a]<[b],$
D.$[a]=[b]$ if $a<b$
I am much confused about this problem. I intially thought bashing it with polynomials. I thought the expression $10^{a}+10^{b} x+a_{2} x^{2}+\cdots+a_{11} x^{11}$ as a polynomial. The roots of this polynomial are therefore, $-1,-10,-100,...,10^{10}.$ Applying Vieta's seemed most immediate here, and I got, $$-10^a/a_{11}-1\times -10\times\cdots\times -10^{10}=-10^{50}\implies -10^{50}a_{11}=-10^a\implies 10^{50}a_{11}=10^a.$$ Also, I observed that $$\frac{-10^{50}}{-1}+\frac{-10^{50}}{-10}+\cdots+\frac{-10^{50}}{-10^{10}}=10^b/a_{11}\implies 10^{50}+10^{49}+...+10^{40}=\frac{10^{40}(10^{11}-1)}{9}=10^b/a_{11}\implies 10^{40}(10^{11}-1)a_{11}=9.10^b\implies \underbrace{10^{40}(1...1)}_{\text{ 11 one's}}a_{11}=10^b.$$ I am now assuming no $a_i's$ are zero. So, we have, $$\frac{10^{50}a_{11}}{\underbrace{10^{40}(1...1)}_{\text{ 11 one's}}a_{11}}=\frac{10^a}{10^b}\implies \frac{10^{10}}{\underbrace{(1...1)}_{\text{ 11 one's}}}=\frac{10^a}{10^b}.$$ This is never possible if $a,b$ are integers. So, my assjmption/consideration of thinking it as polynomial was wrong. How to figure the right option?