Consider a polynomial of , with whole numbers as coefficients.
The value of and are given as 7 and 66073 respectively.
Using these two values find . If a,b,c,...C are the nonzero coefficients and constant got, then enter the answer as abc...C , which is the concatenation of those natural numbers .
This question is required to be solved in a particular way, and to ensure that I have chosen such peculiar values.
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.
f ( x ) is 2 x 5 + x 3 + 3 x + 1 .
Consider a random polynomial g ( x ) of order n with whole number coefficients, given by a n x n + a n − 1 x n − 1 + .... + a 0 .
Obviously g ( 1 ) will be a n + a n − 1 + .... + a 0 . Since all the a's are whole numbers, g(1)+1 will be greater than all a's, and lets call it A .
Now lets consider g ( A ) , which will be a n A n + a n − 1 A n − 1 + .... + a 0 . If we change its base from 10 to A , then we get the number a n a n − 1 ... a 0 , which will be the coefficients written in order.
Here A is 8, and after changing its base from 10 to 8, we get 201031 . Thus f ( x ) is 2 x 5 + x 3 + 3 x + 1 .
Since we have to enter only the nonzero coefficients in order, the answer is 2131 .