In a certain code language,<br>F @ G means 'F is greater than G',<br>F % G means 'F is less than G' and<br>F & G means 'F is equal to G'.<br>If:<br>P = 14 \times 5 - (10 \times 4) + 8<br>Q = 120 \div 3 - 40 + 15 \times 2<br>R = 6 \times 4 - 20 + 27 \div 3<br>Which of the following statements is/are true?<br>Statement I: P & 2Q % 5R<br>Statement II: P % 3Q % 7R
- A. Only I
- B. Both I and II
- C. Neither I nor II
- D. Only II ✓
Correct Answer: D. Only II
Explanation
Calculate values: P = 70 - 40 + 8 = 38. Q = 40 - 40 + 30 = 30. R = 24 - 20 + 9 = 13. Statement I translates to 38 = 60 \lt 65, which is false (38 \neq 60). Statement II translates to 38 \lt 90 \lt 91, which is true.