You have four nodes and any two have a 50% chance of having a direct connection between them.
Is the resulting graph more likely to be connected or not?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Of the 6 possible connections: if 0,1,2 are chosen the graph is not connected. If 4,5,6 are chosen the graph will be connected.
So far things look perfectly balanced. We just need to consider what happens when 3 connections are chosen.
Of the C(6,3)=20 ways of choosing 3, only 4 do not connect the graph. (The four triangles.)
So overall, the graph is a bit more likely to be connected.