So I have been doing these papers for a few hours now(whole day). And I got stumped by I guess simple algebra stuff.
So my question is say for example I have:
the set:
_, _, _, O, O, X,
and I will compute for the possible combinations.. well, I don't really know how to compute this. For one, order is important, however I don't want the _s and Os to count as different from the other _s and Os. So it's kind of a cross between combination and permutation.
EXAMPLE:
if i solve this by combination:
OOX and OOX would be counted as 2 combinations because it identified the two Os as different from one another.
--EDIT
--or will it???
--
How to do this?
