asked 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.

asked
User Dyppl
by
8.3k 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.

answered
User Thomas Nadin
by
8.6k points

Related questions

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.