How many subsets of $\{2,3,4,5,6,7,8,9\}$ contain at least one prime number?
There are totally $2^8$ subsets among which $2^4$ do not contain any prime number. Therefore the result is $$2^8-2^4=\boxed{240}$$