SOLUTION: write an algebraic expression that represents how many segments can be drawn between n points

Algebra ->  Equations -> SOLUTION: write an algebraic expression that represents how many segments can be drawn between n points      Log On


   



Question 495084: write an algebraic expression that represents how many segments can be drawn between n points
Found 2 solutions by stanbon, scott8148:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
write an algebraic expression that represents how many segments can be drawn between n points
---
Answer: nC2 = (n*(n-1))/2
=========================
Cheers,
stan H.

Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
each point forms a segment with every point except itself

n points connect to n-1 points

point A connecting to point B is the SAME segment as point B connecting to point A

number of segments = [n (n - 1)] / 2