Answer:
36 cents
Step-by-step explanation:
Answer:
median =19
mean=26.8
Step-by-step explanation:
<u>-MEDIAN</u> is the middle number when arranged in ascending order
-MEAN is the sum (total) of all values set devided by the number of values on the list
The recursive formula is f(n+1)= f(n)-5.
<h3>What is recursive function?</h3>
Given sequence :
f(1)= 6, n≥1.
Let f(n) denote the nth term of the given sequence.
f(1)= 6
f(2)= 1 = f(1)-5
f(3)= -4 = 1-5= f(2) -5
f(4)= -9 = 1-10 = f(2)-10
and so on
Hence, the recursive formula is f(n+1)= f(n)-5.
Learn more about this concept here:
brainly.com/question/13210754
#SPJ1