Math Geeks: a simple question, but I can't think this morning so can you help?

manlymatt83

Lifer
Oct 14, 2005
10,051
44
91
100,000 nodes on a graph
Each node is connected to every other node
How many possible distinct edges are there?
 

TanisHalfElven

Diamond Member
Jun 29, 2001
3,512
0
76
maybe a smaller sample of what this graph looks like.. 2 or 3 nodes in it. cuz i'm not even sure where to begin.
 

phatj

Golden Member
Mar 21, 2003
1,837
0
0
How are you defining a node? A place on the graph where the slope approaches infinity?

if that's how you define it then I'd say 200,000..
 

Ionizer86

Diamond Member
Jun 20, 2001
5,292
0
76
Hmm, is this it?
If you have 1 node, you have no connections. Add a second node, you need (n-1) (1) new connection to join it to the old node. Add a 3rd node, you need (n-1) (2) new connections to join it to the old node. Etc yadda yadda sum through 99,999.