Math, asked by powersantuk9917, 10 months ago

The number of ways edges can be drawn between n vertices formuls

Answers

Answered by Anonymous
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