I'm just a high-school student who's bad at math but truly does have an interest in it, I just have a hard time fully understanding things and remembering them.
So I have to write a function for this really simple exponential word problem. I won't write the whole problem out, instead, I'll just share the part I need help with.
Basically I just need to find a function that describes this sequence:
$(5 \times 2)2)2)2)2)2)2)...$
f(x), x being the number of times the initial value (5) is doubled.
I almost can't believe I can't figure this out. Maybe I'm just tired
It is called a geometric progression (GP). The function that describes the given sequence is the general term of this GP. $$f(x)=5(2)^{x-1},\,x\in\mathbb N. $$