What about if we have three columns of data, and each time will pick one selection from each column, and order does NOT matter? I suck at math, good thing i'm going back to school this year.
For example we have:
| headfi |
sorry |
try |
| is |
about |
to |
| a |
your |
enjoy |
| web |
wallet |
the |
| site |
|
simpler |
| with |
|
things |
| a |
|
in |
| forum |
|
life |
| |
|
as |
| |
|
well |
| |
|
ok? |
Now, what makes this a little more complicated that it first appears, is that a combination of just Column A + Column B is valid. For example, these would be valid:
web wallet
a sorry
headfi your
Column A + Column C will never happen, don't include such combinations in the calculations:
forum ok?
is the
Finally, the simplest version of this kind of calculation is valid, in addition to the A+B combo:
headfi sorry try
forum about life
a wallet enjoy
I believe if the last of the three "types" above were used (A+B+C) then I simply multiple the number in each column, right? so i'd multiple 8 x 4 x 11 which = 352 possible outcomes. What about when we add A+B to that though? Would I simply then do 8 x 4 and add it, giving a grand total of 384?
Edited by Sduibek - 7/26/10 at 3:15pm