I had this interview question, but I couldn't answer it.
If you have four cards and were to bet based upon suits while flipping them one at a time while trying to minimize variance, if you guess the suits correctly you get +1, otherwise -1. how would you do it?
2 how would you bet on the suits if you want to maximize the return while minimize the variance.
The four cards will be drawn from the same deck of cards.
On the first draw there is an equal chance for all 4 suits to be drawn : 0.25
Thus you should not bet on the first draw.
Knowing the result of the first draw, there is now less chance that the same suit will be drawn : eg if Clubs was drawn on the first draw, then the chance for Clubs to be drawn in the second draw is $\frac{12}{12+13+13+13}$ , whereas the chance for each of the other three suits to be drawn is $\frac{13}{12+13+13+13}$.
Thus you might bet on the other three suits on the second draw, or bet against the suit drawn in the first round.
Logically this continues for the other two draws, where you bet on the suits that have been drawn the least, and against the suits that have been drawn more.