I need help with this please! I want someone to go through the steps with me, not tell me the answer. Thanks~! ^_^ A store had 100 t-shirts. Each month, 30% of the t-shirts were sold and 25 new t-shirts arrived in shipments. Which recursive function best represents the number of t-shirts in the store, given that f(0) = 100? A. f(n) = f(n − 1) ⋅ 0.3 + 25, n > 0 B. f(n) = 100 − f(n − 1) ⋅ 0.3 + 25, n > 0 C. f(n) = f(n − 1) ⋅ 0.7 + 25, n > 0 D. f(n) = 100 − f(n − 1) ⋅ 0.7 + 25, n > 0
@zepdrix
C
Can walk me through the steps?
month 0 shirts 100
month 1 sold 30% of 100, left 70 new 25 total 95
month 2 sold 30% of 95 left 0.7*95 new 25 total 0.7*95 +25 option C follows the pattern
Hmm. I think I got it. Let me see.
okay. Good. I gtg. bye.
Thank you for helping me! Cya! ^_^
yw
Join our real-time social learning platform and learn together with your friends!