Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

jill has 64 ounces of lemonade. each day, her brother drinks 16 ounces.…

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\\)

Explanation:

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 $$

Answer:

  • (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\)