I'll try to show my initial probability relationshps. First off, I assume you know what a PMF is or that you can find out what it is. So all we need to figure out is $P(x)$ for all possible $x\in X$.
Using how I interpreted it, if $x=1$ then out of all $n$ picked we had some how picked $(n+m)$. It's not that it's impossible, clearly we can do it, it's like picking the Ace of spades from a 5 card hand. That should give you a hint as to what the probability will be like.
Lets look at the example. there are $(^{52}_5)$ total possible ways of having a 5 card hand. For the ace of spades there is $(^1_1)$ possible ways of getting the ace of spades, and $(^{51}_4)$ ways to pick the rest. Thus for the example the probability of getting the ace of spades in a 5 card hand is
$$\frac{(^1_1)*(^{51}_4)}{(^{52}_5)}$$
From the example we can see that $P(1)$ should be very similar. There are $(^{n+m}_n)$ total possible ways of picking $n$ numbers from an $(n+m)$ bag of chips. There are $(^1_1)$ possible ways of getting $n+m$ from the bag, and $(^{n+m-1}_{n-1})$ ways of picking the rest. This implies that for $P(x=1)$ we have,
$$P(x=1)=\frac{(^1_1)*(^{n+m-1}_{n-1})}{(^{n+m}_n)}$$
From here you can probably do the rest.