BB + c → b ≥ c⇒ a > b ≥ c⇒ a > c Given options:a % c → a < c (FALSE)c % a → c < a (True)c + a → c ≥ a (false)Hence, c % a is the correct OPTION.