nakeytrag
nakeytrag
14.12.2020 • 
Mathematics

A club has 1500 candy bars to sell for a fundraiser. Every week, 20% of the candy bars were sold. Which recursive function best represents the number of candy bars left to sell f(n) after n weeks? A. f(n) = 1500 - 0.8 x f(n - 1) , f(0) = 1500 , n > 0
B. f(n) = 0.2 x f(n - 1) , f(0) = 1500 , n > 0
C. f(n) = 0.8 x f(n - 1) , f(0) = 1500 , n > 0
D. f(n) = 1500 - 0.2 x f(n - 1) , f(0) =1500 , n > 0

Solved
Show answers

Ask an AI advisor a question