Identify a pattern and find the next three numbers in the pattern.
3,6,10,15,21,28,36
How to find the next three numbers in the pattern?
t1=1+2=3
t2=3+3=6
t3=6+4=10
t4=10+5=15
t5=15+6=21
t6=21+7=28
t7=28+8=36
Thus the pattern follows the rule = Σn+(n+1)
The next three numbers=21,28,36
To learn more about identifying patterns, refer:
brainly.com/question/24565868
#SPJ4