{
  "hints": [
    "Roses = 6 x Orchids. So Orchids = 180 divided by 6.",
    "Once you know the number of orchids, subtract it from the number of roses.",
    "180 - (180/6) = ?"
  ]
}