Given the following symbol meanings between two numbers x and y : x % y x % y x % y means y is neither smaller nor greater than x (i.e., y = x ) x &am...

Question

Given the following symbol meanings between two numbers x and y:

  • x%yx % y means y is neither smaller nor greater than x (i.e., y = x)
  • x&yx &amp; y means y is neither greater nor equal to x (i.e., y < x)
  • xyx * y means y is neither smaller nor equal to x (i.e., y > x)
  • x </span> y$ means y is not greater than x (i.e., y \leq x)
  • xαyx \alpha y means y is not smaller than x (i.e., y \geq x)

Analyze the following statements and determine which conclusions are true:

Statements:

  • P * D </span> C % B $ A$
  • H </span> T & Y % D$
  • KUαW%PK * U \alpha W % P

Conclusions:

I. D&UD &amp; U

II. BTB * T

III. H&KH &amp; K

Which of the following is correct?

Options

A.

Both I and II are true

B.

Only III is true

C.

Both II and III are true

D.

All are true

E.

None of these

inequalitiessymbol codinglogical reasoningbanking examibps po

Solve This Question

Get instant feedback with detailed step-by-step solution

Start Solving →