139k views
2 votes
Write a rule for each pattern. Then use your rule to find the next two terms in the pattern. The numbers are: 1, 3, 6, 10, 15, 21, 28, 36

User Genea
by
8.3k points

2 Answers

2 votes
Triangular Number Sequence

This is the Triangular Number Sequence:

1, 3, 6, 10, 15, 21, 28, 36, 45, ...This sequence comes from a pattern of dots that form a triangle:By adding another row of dots and counting all the dots we can
find the next number of the sequence.A RuleWe can make a "Rule" so we can calculate any triangular number.First, rearrange the dots (and give each pattern a number n), like this:Then double the number of dots, and form them into a rectangle:The rectangles are n high and n+1 wideand xn is how many dots in the triangle (the value of the Triangular Number n)And we get (remembering we doubled the dots):2xn = n(n+1)xn = n(n+1)/2Rule: xn = n(n+1)/2Example: the 5th Triangular Number isx5 = 5(5+1)/2 = 15Example: the 60th isx60 = 60(60+1)/2 = 1830Wasn't it much easier to use the formula than to add up all those dots?
User Ahmed Mahmoud
by
7.5k points
3 votes
You add one more each time you need to find the next number in the pattern. To find the number after 36 you have to add 9. Then, to find the number after that, you will have to add 10.
User M Jesse
by
7.3k points