The nth element of a series is represented as
\[
X_n = (-1)^{n} X_{n-1}.
\]
If \( X_0 = x \) and \( x>0 \), then which of the following is always true?
Show Hint
When given recurrence relations, look for patterns in the sequence to simplify solving.
The recurrence relation \( X_n = (-1)^n X_{n-1} \) implies that the value of \( X_n \) alternates in sign with each successive term:
- For even \( n \), \( X_n = x \).
- For odd \( n \), \( X_n = -x \).
Thus, \( X_n \) is positive when \( n \) is even.