Identify a pattern and find the next three numbers in the pattern.
4,20,100,500,2500,12500,62500
How to find the next three numbers in the pattern?
t2=4*5=20
t3=20*5=100
t4=100*5=500
t5=500*5=2500
t6=2500*5=12500
t7=12500*5=62500
Thus the pattern follows the rule tn= t(n-1)*5
The next three numbers=2500,12500,62500
To learn more about identifying patterns, refer:
brainly.com/question/24565868
#SPJ4