Suppose that *(n) = {n-2,n+2,2n,n/2}. For example *(6) = {4,8,12,3}. For how many distinct integers n does *(n) have exactly three distinct elements?
There are two integers n that work.