Hi,
here is a problem:
1. We have a pool of 30 numbers.
2. We have a wheel: 20 lines 6 pick
3. We're interested in knowing of percentage of covering of 5-matches
from the 30-pool.
My understanding is if we know all 5-matches covered by a wheel (and it's not a problem) we can somehow derive the number of ALL 6-Picks from the pool, which include all our 5-picks. And that number would be the coverage we're trying to find.
Straightforward approach with crunching 5s and 6s, comparing, etc. is not a solution due to its unacceptable time consuming. I believe there should be a more smart way.
Does anybody know the answer? The question is easy: if my 6-pick wheel of
20 lines contains 1000 unique 5-picks,
is it possible to find out the number of 6-pick lines from the 30 pool covered by my wheel?
here is a problem:
1. We have a pool of 30 numbers.
2. We have a wheel: 20 lines 6 pick
3. We're interested in knowing of percentage of covering of 5-matches
from the 30-pool.
My understanding is if we know all 5-matches covered by a wheel (and it's not a problem) we can somehow derive the number of ALL 6-Picks from the pool, which include all our 5-picks. And that number would be the coverage we're trying to find.
Straightforward approach with crunching 5s and 6s, comparing, etc. is not a solution due to its unacceptable time consuming. I believe there should be a more smart way.
Does anybody know the answer? The question is easy: if my 6-pick wheel of
20 lines contains 1000 unique 5-picks,
is it possible to find out the number of 6-pick lines from the 30 pool covered by my wheel?