
William W. answered 02/13/23
Math and science made easy - learn from a retired engineer
Your question formatting got goofed up Vanesa. I'm going to assume the values are as follows:
x | y
---|---
0 | 1
1 | 0.5
2 | 0.25
3 | 0.125
You might be better able to determine the answer if you write the y-values as fractions:
x | y
---|---
0 | 1
1 | 1/2
2 | 1/4
3 | 1/8
You can also think of the fraction denominators as 2 raised to a power:
x | y
---|---
0 | 1
1 | 1/21
2 | 1/22
3 | 1/23
The basic exponential function can be thought of as y = abx
Since each consecutive term increase by a factor of 1/2, can use see that b = 1/2?
And, when x = 0, since b0 = 1, then a must equal 1.
So the function is y = (1)(1/2)x or just y = (1/2)x