Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a sequence is defined recursively using the formula \\(f(n + 1) = f(n) …

Question

a sequence is defined recursively using the formula \\(f(n + 1) = f(n) - 5\\). which sequence could be generated using this formula?

\\(1, -5, 25, -125, ...\\)
\\(2, 10, 50, 250, ...\\)
\\(3, -2, -7, -12, ...\\)
\\(4, 9, 14, 19, ...\\)

Explanation:

Identify the recursive rule and sequence type

$$ f(n + 1) = f(n) - 5 $$
$$ d = -5 $$

Test the given options with the common difference

$$ LATEXBLOCK0 $$

Select the matching sequence

$$ 3, -2, -7, -12, \dots $$

Answer:

  • (A) \(1, -5, 25, -125, \dots\)
  • (B) \(2, 10, 50, 250, \dots\)
  • (C) \(3, -2, -7, -12, \dots\) (Correct answer)
  • (D) \(4, 9, 14, 19, \dots\)