SOLUTION: In a polygon, no three diagonals are concurrent. If the total number of point of intersection of diagonals interior to the polygon is 70, then the number of diagonals of the polygo
Algebra ->
Sequences-and-series
-> SOLUTION: In a polygon, no three diagonals are concurrent. If the total number of point of intersection of diagonals interior to the polygon is 70, then the number of diagonals of the polygo
Log On
Question 912543: In a polygon, no three diagonals are concurrent. If the total number of point of intersection of diagonals interior to the polygon is 70, then the number of diagonals of the polygon is: Answer by Edwin McCravy(20056) (Show Source):
I'm going to assume that your polygon is convex, not concave.
Every convex quadrilateral has 2 diagonals which
intersect in 1 interior point. Every combination of 4 vertices
determines a convex quadrilateral, contributing one diagonal
intersection point.
So the formula for the number of such points, since none are
concurrent, is the number of combinations of four vertices.
So the equation is
C(n,4) = 70
Using synthetic division, we can factor the polynomial
completely as
Only the solution n=8 is applicable.
Answer: The polygon has 8 sides.
Edwin