259 views

1 Answer

Best answer
1 votes
1 votes

You should redraw the above figure as 3D diamond. I have tried to draw fairly :P

OR better diagram is this:

I have indicated lower half of the diamond by greeen edges and upper half by black edges and middle 2D plane by red edges.

Now, you need to go to middle 2D plane in 4C1 ways.

Then traverse 2 edges there in 3C1 * 2C1 ways . 

Note: The middle 2D plane is a complete graph.

At last, you can go up to 1 in only 1 way.

So, total = 4*3*2*1 = 4! = 24 ways

selected by

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
1 answer
2
gagan55 asked Jun 30, 2023
193 views
Number of hamiltonian cycles for a graph K 5, 5( bipartite graph ) ??
3 votes
3 votes
0 answers
3
Kabir5454 asked Jan 2, 2023
454 views
Let $G=(V,E)$ where $V=\left \{ 1,2,3,4,.....,150\right \}$ and $(u,v) \in E$ if either $(u mod v) =0$ or $(v mod u)=0$.The Chromatic number of G is ?
0 votes
0 votes
0 answers
4