Question

Let G be a bipartite graph with n nodes and k connected compo­ nents. You (mutually)...

Let G be a bipartite graph with n nodes and k connected compo­ nents. You (mutually) independently color each of the nodes of G red or black with equal probabilities. What is the probability that your coloring is a valid 2-coloring of G? (Hint: the answer does not depend on the number of edges.)

Homework Answers

Answer #1

Given that the graph G has to be independently coloured with equal probabilities of red and black which is only possible with even number of vertices.For example let us assume a rectangle which consists of four vertices and we can colour two of its vertices in red and the remianing two with black.So from the above example it is evident that the vertices should be even.We also know that every acyclic graph can be bipartite but a cyclic graph to be biparite its all cycles should be even.A bipartite graph is something which consists of two sets in which each set is coloured with the same colour.So, for a bipartite to be two coloured the probability is always greatre than 1/2.

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
The distance between two connected nodes in a graph is the length (number of edges) of...
The distance between two connected nodes in a graph is the length (number of edges) of the shortest path connecting them. The diameter of a connected graph is the maximum distance between any two of its nodes. Let v be an arbitrary vertex in a graph G. If every vertex is within distance d of v, then show that the diameter of the graph is at most 2d.
Let G be a connected plane graph and let T be a spanning tree of G....
Let G be a connected plane graph and let T be a spanning tree of G. Show that those edges in G∗ that do not correspond to the edges of T form a spanning tree of G∗ . Hint: Use all you know about cycles and cutsets!
G is a complete bipartite graph on 7 vertices. G is planar, and it has an...
G is a complete bipartite graph on 7 vertices. G is planar, and it has an Eulerian path. Answer the questions, and explain your answers. 1. How many edges does G have? 2. How many faces does G have? 3. What is the chromatic number of G?
Consider the complete bipartite graph Kn,n with 2n vertices. Let kn be the number of edges...
Consider the complete bipartite graph Kn,n with 2n vertices. Let kn be the number of edges in Kn,n. Draw K1,1, K2,2 and K3,3 and determine k1, k2, k3. Give a recurrence relation for kn and solve it using an initial value.
Let G be a connected simple graph with n vertices and m edges. Prove that G...
Let G be a connected simple graph with n vertices and m edges. Prove that G contains at least m−n+ 1 different subgraphs which are polygons (=circuits). Note: Different polygons can have edges in common. For instance, a square with a diagonal edge has three different polygons (the square and two different triangles) even though every pair of polygons have at least one edge in common.
Let G be a simple graph in which all vertices have degree four. Prove that it...
Let G be a simple graph in which all vertices have degree four. Prove that it is possible to color the edges of G orange or blue so that each vertex is adjacent to two orange edges and two blue edges. Hint: The graph G has a closed Eulerian walk. Walk along it and color the edges alternately orange and blue.
Let G be an undirected graph with n vertices and m edges. Use a contradiction argument...
Let G be an undirected graph with n vertices and m edges. Use a contradiction argument to prove that if m<n−1, then G is not connected
Let n be a positive integer and G a simple graph of 4n vertices, each with...
Let n be a positive integer and G a simple graph of 4n vertices, each with degree 2n. Show that G has an Euler circuit. (Hint: Show that G is connected by assuming otherwise and look at a small connected component to derive a contradiction.)
Let G = (V,E) be a graph with n vertices and e edges. Show that the...
Let G = (V,E) be a graph with n vertices and e edges. Show that the following statements are equivalent: 1. G is a tree 2. G is connected and n = e + 1 3. G has no cycles and n = e + 1 4. If u and v are vertices in G, then there exists a unique path connecting u and v.
Proof: Let G be a k-connected k-regular graph. Show that, for any edge e, G has...
Proof: Let G be a k-connected k-regular graph. Show that, for any edge e, G has a perfect matching M such that e ε M. Please show full detailed proof. Thank you in advance!