I have N different objects and I choose g out of them

  • Context: Undergrad 
  • Thread starter Thread starter qasdc
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on calculating the probability of two sets of objects sharing elements. Given N different objects, the number of ways to choose g objects without repetition is calculated using the formula N!/(N-g)!g!. The probability that two sets of size g share at least one object is derived by subtracting the probability of no shared elements from one. The correct counting method involves selecting a set of size 2g from N objects and partitioning it into two disjoint sets of size g, as well as selecting one shared element and forming two disjoint sets of size g-1 from the remaining objects.

PREREQUISITES
  • Understanding of combinatorial mathematics
  • Familiarity with probability theory
  • Knowledge of factorial notation and its applications
  • Basic skills in set theory
NEXT STEPS
  • Study combinatorial probability techniques
  • Learn about the inclusion-exclusion principle in probability
  • Explore advanced counting methods in combinatorics
  • Review examples of partitioning sets in probability problems
USEFUL FOR

Mathematicians, statisticians, students in combinatorics, and anyone interested in probability theory and set operations.

qasdc
Messages
14
Reaction score
0
Hi!
I have the following questions and I would like some help.

I have N different objects and I choose g out of them (without repetition), avoiding permutations of the objects. This can be done in N!/(N-g)!g! ways.
I create another set of g objects in the same way.

So, I have two such sets of g objects and the question is what is the probability that these two sets have at least one object in common? What is the probability of having exactly one object in common?

My actual problem is that i don't count correctly the different ways that I can create two sets with one object i common.

Could anyone please help?
 
Physics news on Phys.org


Well, the probability that the two sets share at least one element is 1 minus the probability that the sets do not share any elements between them. The number of ways to choose 2 sets of size g each from a set of N objects such that the sets have no intersection can be counted by the following method:
1. Select a set of size 2g from the set of N objects
2. Select a set of size g from the set of size 2g, thus partitioning the 2g elements into two disjoint sets of size g

That should be enough hints to get you going on the first part. For the second part, count the sets that share exactly one element this way:
1. Select one element from the set of size N, to be the shared element
2. Select two disjoint sets each of size g-1 from the set of size N-1, using the method of the first part
 


Ok, thnx!

I now understand what was wrong the way I counted.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 73 ·
3
Replies
73
Views
9K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
422