The answer is F(x) = 900x + 600
Let x stands for the number of months
The apartment is rented for $900 a month, so every month it will be paid 900x (for example, for one month (x = 1), you will pay 900 · 1 = $900, for three months (x = 5), you will pay 900 · 5 = $4500, etc.)
A security deposit is paid only once and is not dependent on the number of months. So, its value is only 600.
These two values must be summed up because both must be paid, nothing is to subtract. Therefore, the function f(x) for apartments that rent for $900 a month and a security deposit of $600 is:
f(x) = 900x + 600
Step-by-step explanation:

Answer:
(8 times 50)+ (8 times 2)
Step-by-step explanation:
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15