Question

why must a tounrament on n vertices only have one vertex of outdegree n-1?

why must a tounrament on n vertices only have one vertex of outdegree n-1?

Homework Answers

Answer #1

In a tournament on   n vertices, there is at most one vertex of outward degree n-1 . In some case there cannot exist a vertex of degree n-1 . for example when n=3 , the graph

1---->2---->3---->1, has no vertex of degree 2.

But if one exists, it is unique. If 'v 'is vertex of out degree 'n-1', then every edge is going out from 'v'. That implies, for every other vertex 'w' the edge joining 'v' and 'w' is coming into 'w'. Hence, the number of edges going out from 'w' is at most 'n-2'(edges connecting 'w' and other n-2 vertices with 'w' and 'v' excluded).

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Let n be a positive integer, and let Hn denote the graph whose vertex set is...
Let n be a positive integer, and let Hn denote the graph whose vertex set is the set of all n-tuples with coordinates in {0, 1}, such that vertices u and v are adjacent if and only if they differ in one position. For example, if n = 3, then (0, 0, 1) and (0, 1, 1) are adjacent, but (0, 0, 0) and (0, 1, 1) are not. Answer the following with brief justification (formal proofs not necessary): a....
In lecture, we proved that any tree with n vertices must have n − 1 edges....
In lecture, we proved that any tree with n vertices must have n − 1 edges. Here, you will prove the converse of this statement. Prove that if G = (V, E) is a connected graph such that |E| = |V| − 1, then G is a tree.
Show that if G is connected with n ≥ 2 vertices and n − 1 edges...
Show that if G is connected with n ≥ 2 vertices and n − 1 edges that G contains a vertex of degree 1. Hint: use the fact that deg(v1) + ... + deg(vn) = 2e
Equilateral triangle can be constructed by rotating one vertex of its vertices around its centroid by...
Equilateral triangle can be constructed by rotating one vertex of its vertices around its centroid by 120 and 240 degrees. Given the coordinates of one vertex and centroid, how can we get the coordinates of the other two vertecies? provide an example ( no complex number example)
Graph Theory . While it has been proved that any tree with n vertices must have...
Graph Theory . While it has been proved that any tree with n vertices must have n − 1 edges. Here, you will prove the converse of this statement. Prove that if G = (V, E) is a connected graph such that |E| = |V | − 1, then G is a tree.
Draw an undirected graph with 6 vertices that has an Eulerian Cycle and a Hamiltonian Cycle.  The...
Draw an undirected graph with 6 vertices that has an Eulerian Cycle and a Hamiltonian Cycle.  The degree of each vertex must be greater than 2.  List the degrees of the vertices, draw the Hamiltonian Cycle on the graph and give the vertex list of the Eulerian Cycle. Draw a Bipartite Graph with 10 vertices that has an Eulerian Path and a Hamiltonian Cycle.  The degree of each vertex must be greater than 2.  List the degrees of the vertices, draw the Hamiltonian Cycle...
Prove that a bipartite simple graph with n vertices must have at most n2/4 edges. (Here’s...
Prove that a bipartite simple graph with n vertices must have at most n2/4 edges. (Here’s a hint. A bipartite graph would have to be contained in Kx,n−x, for some x.)
6. If a graph G has n vertices, all of which but one have odd degree,...
6. If a graph G has n vertices, all of which but one have odd degree, how many vertices of odd degree are there in G, the complement of G? 7. Showthatacompletegraphwithmedgeshas(1+8m)/2vertices.
Question 38 A simple connected graph with 7 vertices has 3 vertices of degree 1, 3...
Question 38 A simple connected graph with 7 vertices has 3 vertices of degree 1, 3 vertices of degree 2 and 1 vertex of degree 3. How many edges does the graph have? Question 29 Use two of the following sets for each part below. Let X = {a, b, c}, Y = {1, 2, 3, 4} and Z = {s, t}. a) Using ordered pairs define a function that is one-to-one but not onto. b) Using ordered pairs define...
count the induced subgraphs of the cycle graph with 2n vertices that have n vertices and...
count the induced subgraphs of the cycle graph with 2n vertices that have n vertices and are edgeless.