A store had 250 bottles of water. Each week, 40% of the bottles were sold and 48 new bottles arrived in shipments. Which recursive function best represents the number of bottles of water in the store, given that f(0) = 250? f(n) = f(n - 1) • 0.6 + 48, n > 0
f(n) = 250 - f(n - 1) • 0.4 + 48, n > 0
f(n) = f(n - 1) • 0.4 + 48, n > 0
f(n) = 250 - f(n - 1) • 0.6 + 48, n > 0
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
the answer is 42
OpenStudy (inkyvoyd):
Yup.
OpenStudy (anonymous):
A, B, C or D
OpenStudy (anonymous):
its the third one
OpenStudy (anonymous):
Yeah what Harukan said.
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (nightmarenight):
its C
OpenStudy (inkyvoyd):
yeah, it's C
OpenStudy (anonymous):
Thx
OpenStudy (nightmarenight):
No problem :)
OpenStudy (anonymous):
I have one more
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
I can help
OpenStudy (nightmarenight):
Whats your questions?
OpenStudy (anonymous):
E.J. has shown that a function, f(x), grows by 12% for every unit in the domain. What does this prove?
OpenStudy (anonymous):
The function f(x) is an arithmetic sequence.
The function f(x) is a geometric sequence.
The function f(x) is not a sequence.
This does not prove anything.
OpenStudy (inkyvoyd):
Yeah, it's an arithmetic sequence.
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
It's A
OpenStudy (anonymous):
How do you know that?
OpenStudy (anonymous):
Uh it's called math
OpenStudy (inkyvoyd):
Simple. 12%. %, so arithmetic sequence. Duh.
OpenStudy (anonymous):
I know that... I'm not dumb
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (inkyvoyd):
No need to ask then :)
OpenStudy (anonymous):
Do you know when you get the right answers?
OpenStudy (anonymous):
C was not the correct answer for the first question.