Answer:
When x = 0, y = 2^0 + 6 = 7. So the first point is (0, 7).
When x = 1, y = 2^1 + 6 = 8. So the second point is (1, 8).
When x = 2, y = 2^2 + 6 = 10. So the third point is (2, 10).
When x = -1, y = 2^-1 + 6 = 6.5. So the fourth point is (-1, 6.5).
When x = -2, y = 2^-2 + 6 = 6.25. So the fifth point is (-2, 6.25)