Write it out until you see a pattern.A(n) = A(n-1) + ((-1)^(n+1))(n²)
A(1) = 1.
A(15) - A(13)?
14
29
169
196
421
A(1) = 1.
A(2) = 1 + ((-1)^3)(2²) = -3.
A(3) = -3 + ((-1)^4)(3²) = 6.
A(4) = 6 + ((-1)^5)(4²) = -10.
A(5) = -10 + ((-1)^6)(5²) = 15.
A(6) = 15 + ((-1)^7)(6²) = -21.
|A(3) - A(1)| = |6-1| = 5.
|A(4) - A(2)| = |-10-(-3)| = 7.
|A(5) - A(3)| = |15-6| = 9.
|A(6) - A(4)| = |-21-(-10)| = 11.
The distances form a sequence of consecutive odd integers, starting with 5.
The ascending values in RED imply that |A(15) - A(13)| will be the 13th value in the sequence.
Look at the answer choices.
The only viable odd answer choice is B; C and E are far too great.
The correct answer is B.












