Question:medium

In a certain code language, "^" means "is less than", "#" means "is greater than" and "*" means "is equal to". Given that \(a^b\), \(c^d\), and \(c#b\), then which of the following is most definitely true?

Show Hint

In coding-decoding problems, carefully translate symbols and then chain inequalities.
Updated On: Mar 26, 2026
  • $a\char`^b\char`^c$
  • a#b#c
  • $d\char`^a$
  • a*c
  • b#d
Show Solution

The Correct Option is

Solution and Explanation

Was this answer helpful?
0