Number of Complete Bipartite Graphs with n Vertices

  • Thread starter Thread starter schaefera
  • Start date Start date
  • Tags Tags
    Complete Graphs
schaefera
Messages
208
Reaction score
0

Homework Statement


How many complete bipartite graphs have n vertices?


Homework Equations





The Attempt at a Solution


I said, let the first bipartition set have x vertices and the second bipartition set have y vertices. So x+y=n.

I think that you would do C(n, x)*C(n-x, y)=C(n,x)*C(y,y)=C(n,x) but I feel like this is either wrong or not good since I made x and y up arbitrarily.

Help?
 
Physics news on Phys.org
So that's the number of complete bipartite graphs with the "first" partition having size x. What are the possible values for x?
 
There are n possible values for x... so is the answer n*C(n,x)?

Is there any problem with me having made x up without it being in the problem?

Also, would I instead want to do something like C(x,1)*C(y,1) [to get the number of ways to pick the vertices] *C(n,x) [to get the number of ways of making the 'first' bipartition set] *n?
 
Could it matter if there is an even/odd number of vertices in anyone bipartition set?
 
Any new ideas?
 
Back
Top