Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
What question is that from? I'm talking about ur grade
Answer: a=8 and b=1
Step-by-step explanation:
If x represents the paddling speed, and y represents the speed of the current.
Then Relative speed in upstream =x-y
Relative time in downstream=x-y
When she paddles upstream then distance covered by her=
⇒8=(x-y)2 or 2(x-y)=8
Thus we get, a=1
When she paddles downstream then distance covered by her=
⇒8=(x+y)1 or 1(x+y)=8
Thus we get b=1
Idk tbh so I’m sorry guys lmso