QUESTION IMAGE
Question
jill has 64 ounces of lemonade. each day, her brother drinks 16 ounces. then at the end of each day jill adds 25% of the remaining total back into the lemonade container. which recursive formula models the number of ounces of lemonade in the container, \\(a_n\\), at the end of the \\(n\\)th day?
\\(a_n = 1.25(a_{n-1} - 16); a_1 = 64\\)
\\(a_n = 1.25a_{n-1} - 16; a_1 = 64\\)
\\(a_n = a_{n-1} - 16 + 25; a_1 = 64\\)
\\(a_n = 1.25a_{n-1} + (a_{n-1} - 16); a_1 = 64\\)
Define the initial state and daily subtraction
$$
LATEXBLOCK0
$$
Apply the percentage addition to the remaining amount
$$
LATEXBLOCK1
$$
Determine the first term of the sequence
$$
LATEXBLOCK2
$$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- (A) \(a_n = 1.25(a_{n-1} - 16); a_1 = 64\) (Correct answer)
- (B) \(a_n = 1.25a_{n-1} - 16; a_1 = 64\)
- (C) \(a_n = a_{n-1} - 16 + 25; a_1 = 64\)
- (D) \(a_n = 1.25a_{n-1} + (a_{n-1} - 16); a_1 = 64\)