To determine which polynomial sequence has constant second differences, we will first calculate the first differences for each sequence and then find the second differences.
-
For the sequence {1, 7, 12, 19}:
- First differences: 7 - 1 = 6, 12 - 7 = 5, 19 - 12 = 7 → {6, 5, 7}
- Second differences: 5 - 6 = -1, 7 - 5 = 2 → {-1, 2}
-
For the sequence {2, 6, 11, 14}:
- First differences: 6 - 2 = 4, 11 - 6 = 5, 14 - 11 = 3 → {4, 5, 3}
- Second differences: 5 - 4 = 1, 3 - 5 = -2 → {1, -2}
-
For the sequence {0, 4, 16, 34}:
- First differences: 4 - 0 = 4, 16 - 4 = 12, 34 - 16 = 18 → {4, 12, 18}
- Second differences: 12 - 4 = 8, 18 - 12 = 6 → {8, 6}
-
For the sequence {−6, −1, 14, 39}:
- First differences: -1 - (-6) = 5, 14 - (-1) = 15, 39 - 14 = 25 → {5, 15, 25}
- Second differences: 15 - 5 = 10, 25 - 15 = 10 → {10, 10}
From this analysis, the sequence {−6, −1, 14, 39} shows constant second differences (both are 10).
Thus, the correct answer is: \({-6, -1, 14, 39}\)