Skip to main content
OlympiadHQ

Browse · harp

Print

smc

counting and probability senior

Problem

A set is constructed as follows. To begin, . Repeatedly, as long as possible, if is an integer root of some polynomial for some , all of whose coefficients are elements of , then is put into . When no more elements can be added to , how many elements does have?
(A)
(B)
(C)
(D)
Solution
At first, . \begin{array}{r c l c l} \(10x+10\) & has root & \(x=-1\) & so now & \(S=\{-1,0,10\}\) \\ \(-x^{10}-x^9-x^8-x^7-x^6-x^5-x^4-x^3-x^2-x+10\) & has root & \(x=1\) & so now & \(S=\{-1,0,1,10\}\) \\ \(x+10\) & has root & \(x=-10\) & so now & \(S=\{-10,-1,0,1,10\}\) \\ \(x^3+x-10\) & has root & \(x=2\) & so now & \(S=\{-10,-1,0,1,2,10\}\) \\ \(x+2\) & has root & \(x=-2\) & so now & \(S=\{-10,-2,-1,0,1,2,10\}\) \\ \(2x-10\) & has root & \(x=5\) & so now & \(S=\{-10,-2,-1,0,1,2,5,10\}\) \\ \(x+5\) & has root & \(x=-5\) & so now & \(S=\{-10,-5,-2,-1,0,1,2,5,10\}\) \end{array} At this point, no more elements can be added to . To see this, let with each in . is a factor of , and is in , so has to be a factor of some element in . There are no such integers left, so there can be no more additional elements. has elements
Final answer
D