Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which recursive formula can be used to generate the sequence shown, whe…

Question

which recursive formula can be used to generate the sequence shown, where \\(f(1) = 5\\) and \\(n \ge 1\\)?

\\(5, -1, -7, -13, -19, \dots\\)

\\(\bigcirc\\) \\(f(n + 1) = f(n) + 6\\)
\\(\bigcirc\\) \\(f(n) = f(n + 1) - 6\\)
\\(\bigcirc\\) \\(f(n + 1) = f(n) - 6\\)
\\(\bigcirc\\) \\(f(n + 1) = -6f(n)\\)

Explanation:

Identify the common difference of the sequence

$$ LATEXBLOCK0 $$

Verify the common difference for subsequent terms

$$ LATEXBLOCK1 $$

Write the recursive formula

$$ f(n + 1) = f(n) - 6 $$

Answer:

  • (A) \(f(n + 1) = f(n) + 6\)
  • (B) \(f(n) = f(n + 1) - 6\)
  • (C) \(f(n + 1) = f(n) - 6\) (Correct answer)
  • (D) \(f(n + 1) = -6f(n)\)