Identify a pattern and find the next three numbers in the pattern.
1,3,9,27,81,243,729,2187.
How to find the next three numbers in the pattern?
t2=1*3=3
t3=3*3=9
t4=9*3=27
t5=27*3=81
t6=81*3=243
t7=243*3=729
t8=729*3= 2187
Thus the pattern follows the rule tn= t(n-1)*3
The next three numbers= 243,729,2187
To learn more about identifying patterns, refer:
brainly.com/question/24565868
#SPJ4