Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.
The answer might be D sir
Answer:
the answer is 2.8
Step-by-step explanation:
L & C represent the number of days Alfred should water the lawn and wash his car respectively.
Each time he waters, there is 59 gallons used, and each time he washes car, 28 gallons used.
59L + 28C = 175 <the aim he set for himself>
59 gallons × L will then be the total amount of water he uses for watering lawn in a week.
28 gallons × C will then be the total amount of water he uses to wash his car every week.
The expression / answer : 59L + 28C = 175
Hope this helps! :)
Answer: f(7)=f(1)+4
Step-by-step explanation: