document.write( "Question 744948: So I have determined that by using Leonhard Euler's formula for polygon division
\n" ); document.write( "T(6) = 14
\n" ); document.write( "T(7) = 42 and
\n" ); document.write( "T(8) = 132\r
\n" ); document.write( "\n" ); document.write( "however I am confused about how T(n) changes when you ignore distinct vertices.
\n" ); document.write( "Could you explain how to find T(n) while ignoring said vertices. \r
\n" ); document.write( "\n" ); document.write( "Note: I'm not looking for the answer but rather an explanation on how to reach the answer.\r
\n" ); document.write( "\n" ); document.write( "Thanks!
\n" ); document.write( "

Algebra.Com's Answer #453630 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
So Euler asked the following question\r
\n" ); document.write( "\n" ); document.write( "In how many ways can a plane convex polygon of n sides be divided into
\n" ); document.write( "triangles by diagonals?\r
\n" ); document.write( "\n" ); document.write( "and his formula is\r
\n" ); document.write( "\n" ); document.write( "En = 2*6*10***(4n-10) / (n-1)!\r
\n" ); document.write( "\n" ); document.write( "when dividing the polygon into triangles we, of course, ignore some distant vertices when we draw the diagonals......
\n" ); document.write( "
\n" );