81.5k views
5 votes
Determine the function

Determine the function-example-1
User Lundman
by
8.1k points

1 Answer

3 votes

For each increment in x, the output is multiplied by 2. The function could be written the way a geometric sequence can be written:

... f(x) = 5·2^(x-1)

Or, it could be simplified to ...

... f(x) = (5/2)·2^x

The first 5 terms will be

... 5, 10, 20, 40, 80

User Dudley
by
8.1k points