📚 Practice Mode
Random Graphs
Learn at your own pace with hints and detailed explanations
1 / 14
Multiple Choice
What is the expected number of edges in a random graph with (n) vertices and (p) probability of an edge between any two vertices?
- \(np\)
- \(n(n-1)p\)
- \(n(n-1)p/2\)
- \(n(n+1)p/2\)