CSAT Solved Papers/ 2024/Q75

2024 CSAT — Q75

Quant Logical & quantitative reasoning 2.5 marks Medium

If a+ba+b means aba-b; aba-b means a×ba\times b; a×ba\times b means a÷ba\div b; a÷ba\div b means a+ba+b, then what is the value of 10+30100×50÷2510 + 30 - 100 \times 50 \div 25? (Operations are to be replaced simultaneously)

  1. A 1515
  2. B 00
  3. C 15-15
  4. D 25-25 Answer

Worked rationale

Build the symbol-swap table once, replace every operator simultaneously, then apply normal BODMAS.

printedmeans
++-
-×\times
×\times÷\div
÷\div++

Rewrite 10+30100×50÷2510 + 30 - 100 \times 50 \div 25 symbol-for-symbol:

10    30  ×  100  ÷  50  +  25.10 \;-\; 30 \;\times\; 100 \;\div\; 50 \;+\; 25.

Now evaluate with real precedence (×,÷\times,\div before +,+,-):

30×100÷50=30×10050=60,30 \times 100 \div 50 = \frac{30 \times 100}{50} = 60, 1060+25=25.10 - 60 + 25 = -25.

Answer: (d) 25-25.

Why the other options miss

  • A
    wrong formula: swaps the operators correctly but then evaluates left to right ignoring BODMAS: ((1030)×100)÷50+25((10-30)\times 100)\div 50 + 25 mishandled to a positive value.
  • B
    solved the wrong question: applies only some of the substitutions (e.g. leaves ×\times as ×\times), so the 30×100÷5030\times100\div50 block is mis-evaluated to cancel the constants.
  • C
    an arithmetic slip: gets the structure 1060+2510 - 60 + 25 but slips the final arithmetic (e.g. 10602510 - 60 - 25 partially), landing 1010 short.

Specialist insight

Two disciplines decide this item and both are easy to skip under pressure. First, substitute every symbol before computing anything — the word “simultaneously” warns that you cannot resolve operators in reading order. Second, after the swap, BODMAS still governs the new symbols: the ×\times and ÷\div in the rewritten line (30×100÷5030 \times 100 \div 50) bind tighter than the - and ++. A tidy swap table kills the first trap; remembering precedence kills the second. The wrong answers are precisely the values you get by dropping one of these two disciplines.

The trap, in one line

Swap all operators first (+, ×, ×÷, ÷++\to-,\ -\to\times,\ \times\to\div,\ \div\to+), then obey BODMAS on the rewritten line 1030×100÷50+25=2510-30\times100\div50+25 = -25 =(d)=(d) — left-to-right or partial swaps both mislead.

← All 2024 CSAT questions