The operation ⋆ is defined as a \star b = a^2 \div b. For how many integer values of x will the value of 10⋆x be a positive integer?
I think if x is [0, inf)
There are only two values of x that work: 1 and 10.