QUESTION IMAGE
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, ...\\)
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
$$
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) \(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\)