The number of ways edges can be drawn between n vertices formuls
Answers
Answered by
22
Step-by-step explanation:
Approach: The N vertices are numbered from 1 to N. As there is no self loops or multiple edges, the edge must be present between two different vertices. So the number of ways we can choose two different vertices are NC2 which is equal to (N * (N – 1)) / 2.
Similar questions