Answer:
Step-by-step explanation:
I'm not sure what the next now rule but I can give you the function.
y = 5 * 2^x
So the table is constructed by letting 0<=x<=8
For example if x is 3
y = 5 * 2^3
y = 5 * 8 = 40
When x = 3 does y come to 40? According to the chart it does.
Try another one
y = 5 * 2*6
y = 5 * 64
y = 320 Is that what the chart records? Yes it does.
If what the text now rule means is that from the current value of y, you can get the next value, then the formula would be
y_n = 2 * y_(n - 1)
y_7 = 2 * y_6
y_7 = 2 * 320
y_7 = 640