I'm not sure how to find the expected value.
If I pick 5 cards out of 52 there are 52 choose 5 ways of drawing 5 cards which is 2,598,960 ways.
There are 13/52 spades in deck.
I'm not sure whether I'm along the right track. Any help would be appreciated. Thank you in advance.
You can calculate the individual probabilities: $$P(\text{n spades in 5 draws})=\frac{{39 \choose 5-n}{13 \choose n}}{{52 \choose 5}}$$
So the expected value would be
$$E(\text{# of spades})=\sum_{n=0}^{5}n.P(n)=\sum_{n=0}^{5}n.\frac{{39 \choose 5-n}{13 \choose n}}{{52 \choose 5}}$$