I'm trying to figure out how I can work out the number of possible valid hand combinations of a poker game that a player (opponent) could possibly have when the flop has been dealt on the table.
So I'm guessing that I have to take the probability that each hand can occur and then see which one is the highest one that could possibly be?
Let's say that the opponent has bet $10 and now I have to make my next move. Is there some math way, (with use of computer) that I can work out the number of valid combinations of hands that this opponent could still have and which he'll most likely pick?
If anyone could give some pointers as to what I should look into?
The number of hands is $\frac{47\cdot 46}2=1081$ as you see five cards (your two plus the flop) so there are $47$ left to choose from. If you are looking for the highest, there is no probability involved, just look at all of them and find the highest. Ignoring any information from the betting, the chance that an opponent has three of a kind is just (number of holdings that make three of a kind)/1081. For this example, if none of the five cards you see match in value, there are nine hands that make your opponent three of a kind (three pairs of each value that matches one of the flop cards).
None of this speaks to which of the hands are reasonable for your opponent to behave as you have seen so far. There are many books on the subject (most of which give similar advice) that your opponent may well have read, so you can take some guidance there.