edited by
19,857 views
61 votes
61 votes

Consider an undirected random graph of eight vertices. The probability that there is an edge between a pair of vertices is $\dfrac{1}{2}.$ What is the expected number of unordered cycles of length three?

  1. $\dfrac {1}{8}$
  2. $1$
  3. $7$
  4. $8$
edited by

6 Answers

0 votes
0 votes
for creating a triangle  we need 3 vertices we have n vertices choose one in nc1 ways .as the probability of edge on that vertex is 1/2, so 1/2* nc1.

again from remaining n-1 vertices choose one with probability  1/2 i.e 1/2*n-1c1 .again from n-2 choose one i.e 1/2*1/2*1/2*n*(n-1)*(n-2) now divide it with 3! as it is unordered graph.

i.e 1/2*1/2*1/2*n*(n-1)*(n-2)/3!  put n=8 you get your answer.
0 votes
0 votes

Random Variable X =  Number of unordered cycles of length three

Asked (E(X))

We can have X=0,1,2,3,4 also, why are we considering only one triangle?

Answer:

Related questions

36 votes
36 votes
7 answers
6
go_editor asked Sep 29, 2014
8,932 views
If the difference between the expectation of the square of a random variable $\left(E\left[X^2\right]\right)$ and the square of the expectation of the random variable $\l...
61 votes
61 votes
3 answers
7
Arjun asked Sep 26, 2014
17,480 views
Suppose you break a stick of unit length at a point chosen uniformly at random. Then the expected length of the shorter stick is ________ .