asked 124k views
4 votes
Triangle Numbers are generated by creating trianglesof progressively larger size. Example include pinswhen bowling or balls when playing billiards

Triangle Numbers are generated by creating trianglesof progressively larger size. Example-example-1

1 Answer

6 votes

for the first term:

n= 1 there is 1 item

n=2 there are 2+1 = 3 items

n = 3 there are 3+2+1 = 3+2 = 6 items

n = 4 there are 4+3+2+1 = 4+6 = 10 items

We are adding the "n" term each time

n = 5 10+5 = 15

n= 6 15+6 = 21

n = 7 21+7 = 28

n = 8 28+8 = 36

There would be 36 items in the 8th step

answered
User Vijayant
by
8.1k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.