edited by
914 views
3 votes
3 votes

Let $\text{ABC}$ be a triangle with $\text{n} $ distinct points inside. A triangulation of $\text{ABC}$ with respect to the $\text{n}$ points is obtained by connecting as many points as possible, such that no more line segments can be added without intersecting other line segments. In other words $\text{ABC}$ has been partitioned into triangles with end points at the $\text{n}$ points or at the vertices $\text{A,B,C}$. For example, the following figure gives one possible triangulation of $\text{ABC}$ with two points inside it.


Although there are many different ways to triangulate $\text{ABC}$ with the $n$ points inside, the number of triangles depends only on $n$. In the above figure it is five. How many triangles are there in a triangulation of $\text{ABC}$ with $n$ points inside it?

  1. $3n - 1$
  2. $n^{2} + 1$
  3. $n + 3$
  4. $2n + 1$
  5. $4n - 3$
edited by

1 Answer

Best answer
6 votes
6 votes

Any polygon can be split into triangles, so any $n\!-$triangulate for any $n$ will always be composed of triangles.


Given an $(n-1)$ triangulate, we can add the point in the following three ways:

  1. The point lies on a point that is already there. In this case, the point has already been connected to all possible vertices that it can be connected to (since we started with a $(n-1)$ triangulate). Example:
  2. The point lies on a line that is already there, but not on a point. In this case, since the line is the common edge of at most $2$ triangles, the point can only be connected to $2$ vertices (the opposite ends of the triangles). For example:
     
  3. This creates $4$ new triangles, but destroys the original $2$ triangles. Thus, the number of triangles increase by $2$. This is an optimal case.
     
  4. The point lies inside of a triangle. The new point can then be connected to exactly $3$ vertices of the bounding triangle. Example:
     
  5. This creates $3$ new triangles, but destroys the original triangle. So, the number of triangles increase by $2$. So, this is also an optimal case.

We can see that the $n^{th}$ triangulate has exactly $2$ more triangles than the $(n-1)^{th}$ triangulate.
This gives us the following recurrence: $$T(n)=T(n−1)+2,T(2)=5$$

Which solves to: $$\boxed{T(n) = 2n + 1}$$

Hence, option d is the correct answer.

edited by
Answer:

Related questions

4 votes
4 votes
2 answers
3
makhdoom ghaya asked Oct 30, 2015
1,027 views
Walking at $4/5$ is normal speed a man is $10$ minute too late. Find his usual time in minutes.$81$$64$$52$$40$It is not possible to determine the usual time from given d...