document.write( "Question 763864: In a polygon of 12 sides, how many diagonals are there? solve with the help of permutation & Combinations - Step wise? \n" ); document.write( "
Algebra.Com's Answer #465106 by ramkikk66(644)![]() ![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "A diagonal is a line that connects any 2 vertices of the polygon, right? \r\n" ); document.write( "\r\n" ); document.write( "So, combinatorially, now many pairs of vertices can you choose in a 12 sided polygon?\r\n" ); document.write( "\r\n" ); document.write( "Note that for a diagonal, the order of the vertices does not matter. \r\n" ); document.write( "\r\n" ); document.write( "i.e. if a diagonal connects vertices A and B, it is the same as the \r\n" ); document.write( "diagonal connecting B to A and you would count it only once. \r\n" ); document.write( "\r\n" ); document.write( "So the answer is \"12 choose 2\" or C(12,2) which is 12*11/1*2 = 66. \r\n" ); document.write( "\r\n" ); document.write( "But here is the catch - this set of combinations would also include the \r\n" ); document.write( "12 edges of the polygon \r\n" ); document.write( "\r\n" ); document.write( "i.e. if it had vertices from A to L, the edges AB, BC, CD etc. also would be counted in the above formula. \r\n" ); document.write( "\r\n" ); document.write( "However, they are not diagonals but edges.\r\n" ); document.write( "\r\n" ); document.write( "Hence we have to subtract 12 from the above answer to get the number of\n" ); document.write( " |