147k views
2 votes
Calculate the nth triangular number. A triangular number counts the objects that can form an equilateral triangle. The nth triangular number is the number of dots composing a triangle with n dots on a side, and is equal to the sum of the n natural numbers from 1 to n.

User Dyppl
by
6.5k points

1 Answer

2 votes

Answer: Xn = n(n+1)/2

Explanation:

Firstly, you work with asingle dot for each and let n= 1,2,3,4....

Now if you double the dots, it will form a rectangle and it is easier to work with many dots i.e just multiple n by n+1

Dots in rectangle= n(n+1)

But remember the number of dots were doubled therefore,

Dots in triangle = n(n+1)/2.

User Thomas Nadin
by
6.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.