Determine if the sequence is arithmetic.
27, -173, -373, -573
If the difference between any two consecutive terms is the same, then it will be arithmetic.
-173 - 27 = -200
.373 - -173 = -200
.573 - -373 = -200
Since these are all the same, this sequence is arithmetic.