To find the expected number of suits the formula is $E(Num Suits) = 1*P(1 Suit) + 2*P(2 Suit) + 3*P(3 Suit) + 4*P(4 Suit)$
For the probability of getting 4 suits I got ${13 \choose 1}^4 {4 \choose 4}/{52 \choose 4}$
For the probability of getting just 1 suit I got ${4 \choose 1} {13 \choose 4} / {52 \choose 4}$
I'm having difficulty finding the probabilities for the 2 and 3 suits. I know for the two suits that we have the possibility of getting AAAB or AABB.
Thank you!
Hint: The number of suits is the sum of four indicators: $N = X_1+X_2+X_3+X_4$ where $X_k$ equals 1 if suit $k$ is present, and equals zero otherwise, with $k$ ranging over the four possible suits.
Now the expectation you seek is $E(N) = E(X_1)+E(X_2)+E(X_3)+E(X_4)=4E(X_1)$ by symmetry. But $E(X_1)=P(\text{suit #1 is present})$, which you can calculate by asking "What's the probability that suit #1 is absent from my hand of four cards?"