{
  "hints": [
    "An even number ends in 0, 2, 4, 6, or 8. Check the last digit of every number in each set.",
    "Eliminate any set that has a number ending in an odd digit (1, 3, 5, 7, 9).",
    "Only one set has all three numbers ending in even digits. Which one?"
  ]
}