M&S Combinations

2007-08-12 9:46 pm
Find the number of diagonals that can be drawn in an n-sized polygon.

我唔知點寫d steps
個答案寫係 n(n-3)/2

但我由答案expand番個 steps 都唔得
希望有人解答
thanks
更新1:

one more question: Given 10 points in a plane, 5 of which lie in the same straight line and no other group of 3 or more points can be drawn through by one straight line. Find the number of different triangles that can be formed by using the 10 points as vertices. 我不太明條題目想講咩.. 希望有人可以解答 thanks

回答 (1)

2007-08-12 10:22 pm
✔ 最佳答案
1
Find the number of diagonals that can be drawn in an n-sized polygon
答:
首先﹐因為每一個點可以與另外(n-3)個點形成一條對角線﹐這時對角線總數是n(n-3)。但因為每一條對角線由兩點組成﹐上述計法將同一條對角線算了二次﹐所以實際對角線總數應是n(n-3)/2

2
Given 10 points in a plane, 5 of which lie in the same straight line and no other group of 3 or more points can be drawn through by one straight line. Find the number of different triangles that can be formed by using the 10 points as vertices.
翻譯:一個平面上有10點﹐其中除5點成一直線﹐其餘任意三點皆不能成一直線。問這10點可以組成多少個不同的三角形?
答:
首先因為3點成一三角形﹐這時三角形總數是10C3=120
但由已知直線上5點任取3點的三角形是「直線三角形」要捨去﹐其數目是5C3=10
所以這10點可以組成不同的三角形數目
=10C3-5C3
=120-10
=110


收錄日期: 2021-04-25 16:57:51
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070812000051KK02035

檢視 Wayback Machine 備份