{
  "hint1": "Arrange the digits from largest to smallest: that gives the greatest number.",
  "hint2": "The second greatest number swaps only the last two digits of the greatest number.",
  "hint3": "741 is greatest, swap the 4 and 1."
}