
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
If '+' means '*', '-' means '/', '*' means '+' and '/' means '-', evaluate: 10 + 2 - 4 * 3.
Correct Answer: A) 8
Step-by-step Solution: Replace symbols: 10 * 2 / 4 + 3. Apply BODMAS: 10 * (2/4) + 3 = 10 * 0.5 + 3 = 5 + 3 = 8.
Substitute: P means '+', Q means '-'. Find 12 P 8 Q 5.
Correct Answer: A) 15
Step-by-step Solution: 12 + 8 - 5 = 20 - 5 = 15.
Write down the replaced operator equation clearly before executing operations.