Answer:
It's C
Step-by-step explanation:
y = 7,595.96(1.02)x
the initial beginning value times .02 after adding 1 to it so you would get 1.02 instead since it's an increase raised by x which indicates how many years it was to reach the new value.
print()
<h3>The print function in python</h3>
The print function outputs the outcome of codes in python.
In order to use the print function, print() is used. Whatever is to be outputted is put in between the parentheses.
Output could be strings, integers, or floats.
In order to output string variables, the words are put in between inverted commas. For example, print('Hello world') or print("Hello world) will output the string - Hello world.
In order to output an integer, the code print(integer value) is used. For example:
a = 4
print(a)
The code above will out 4.
More on print functions in python can be found here: brainly.com/question/13246781
#SPJ1
the sea floor is destroyed at the Convergent Boundary.