Show that a set of nine consecutive integers cannot be partitioned into two subsets with equal products
Let $\{n,n+1,n+2,n+3,n+4,n+5,n+6,n+7,n+8\}$ be the set of nine consecutive integers. Now this set contains at most a one multiple of $9$ and so when we partition this set into two subsets one of these will contain a multiple of $9$ which contradicts the fact that the products would be equal.
But how can I express this set without having any multiples of nine? What I have is that $$\{9n+1, 9n+2, 9n+3,9n+4,9n+5,9n+6,9n+7,9n+8, \color{red}{9n+9} \}$$ but the last term is a multiple of $9$ as $9n+9=9(n+1)$.