document.write( "Question 936916: find the sum of number of sides and number of diagnol of a hexagon
\n" );
document.write( "using permutation & combination \n" );
document.write( "
Algebra.Com's Answer #570371 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! no of sides of hexagon = 6\r \n" ); document.write( "\n" ); document.write( "no of diagonal = c(6,2)-6 \n" ); document.write( " c(6,2)= \n" ); document.write( " = 15 \n" ); document.write( "no of diagonals = 15 -6 = 9 \n" ); document.write( " sum of number of sides and number of diagnol = 6+9 = 15 \n" ); document.write( " |