Mathematical Operations for SSC CGL — Symbol Substitution & Sign Interchange

beginner 18 min read

Concept

Mathematical Operations questions in SSC CGL Reasoning are deceptively simple — but they trip up a large number of test-takers because of one recurring mistake: people apply the original meaning of a symbol after they've already been told it means something else.

Here is what the question type is really doing. You are given a key — a mapping table that reassigns the standard arithmetic symbols (+, −, ×, ÷) to different operations. Your job is to decode the expression using the new meanings, apply BODMAS correctly on the decoded expression, and identify the correct answer choice.

Think of it like a substitution cipher, except instead of letters it is arithmetic symbols. The exam is not testing your calculation skill — it is testing whether you can methodically replace every symbol before you calculate anything.

There are three main variants you will see:

Variant 1 — Symbol-to-Operation Substitution. A letter or custom symbol is defined as an arithmetic operation. Example: "A means +, B means −". You decode the expression and calculate.

Variant 2 — Sign Interchange. Two pairs of symbols are swapped with each other. Example: "+ and × are interchanged; ÷ and − are interchanged." You swap every occurrence in the expression and calculate.

Variant 3 — Custom Operator (#, @, etc.). A new symbol is defined through a pattern found in example pairs. You identify the pattern (the underlying formula), then apply it.

The analogy that works: imagine you are a translator at a meeting. Before you speak a single sentence, you replace every word in your notes with its translation. You do not translate half the sentence and then start speaking — that is how errors happen. Same discipline applies here: replace all symbols first, then calculate.

BODMAS (Brackets → Orders/Exponents → Division → Multiplication → Addition → Subtraction) governs every calculation after substitution. SSC CGL does test whether you respect operator precedence on the decoded expression, not the original one.


Deep Dive

Variant 1: Symbol-to-Operation Substitution

The key is given explicitly. For example: "A = −, B = ÷, C = +, D = ×".

Step-by-step process:

  1. Write out the expression.
  2. Replace each letter/symbol with its assigned operation — do this for every single symbol before touching a calculator or doing mental math.
  3. Apply BODMAS to the resulting arithmetic expression.

Look — the most common error is forgetting to replace one symbol. When there are four symbols defined and the expression has six operators, it is easy to miss one. The fix: underline or tick each symbol as you replace it.

Example from the PYQs: 25 B 5 C 3 D 2 A 4 After substitution: 25 ÷ 5 + 3 × 2 − 4 BODMAS: Division first → 5 + 3 × 2 − 4 Multiplication next → 5 + 6 − 4 Left to right → 7

Variant 2: Sign Interchange

Here, the question tells you that two specific pairs swap places. Example: "+ and × are interchanged; ÷ and − are interchanged."

What this means:

Critical nuance: Interchange is symmetric. If + becomes × then × becomes +. Students sometimes apply the swap in one direction only — replacing + with × but leaving × unchanged. That is wrong.

Step-by-step: 4 ÷ 6 + 91 × 7 − 5 with ÷ ↔ − and + ↔ ×

Replace:

After swap: 4 × 6 − 91 ÷ 7 + 5

BODMAS: 4 × 6 = 24, 91 ÷ 7 = 13 Result: 24 − 13 + 5 = 16

Variant 3: Custom Operator — Pattern Detection

You are given two or three examples of the custom operator and asked to find a fourth result.

Example: 4 # 2 = 10 and 6 # 3 = 21, find 8 # 4.

The process is to express the output in terms of the two inputs a and b. Look at the simplest relationships first:

Apply: 8 # 4 = 8×4 + 4 = 32 + 4 = 36

BODMAS After Substitution

Once you have the decoded arithmetic expression, SSC CGL frequently includes multiplication and division in the same expression — these must be resolved left to right at the same precedence level. Similarly, addition and subtraction are resolved left to right after that. Do not skip this step under time pressure.

The "Check All Options" Approach

For Variant 1 and 2 "which is correct" questions where four answer choices are expressions (not values), you have a strategy choice:

The fastest approach: scan all four options for the one that, after substitution, gives you a "clean" calculation. Expressions with division of a large number by a small factor, or clean multiplication, resolve faster. Start there.


Memory Tricks & Shortcuts

patternReplace-Then-Calculate Lock

Before writing any calculation, physically circle or underline every operator in the original expression. After writing its replacement above each operator, confirm you have replaced exactly as many operators as you circled. Only then start computing. This eliminates the "missed one symbol" error that costs 30–40% of test-takers on their first attempt. Standard approach (just reading and trying to calculate mentally): 3–4 arithmetic errors per 5 questions. With this lock: 0–1 errors. Net saving: 1–2 wrong answers avoided per test.

patternBODMAS Checkpoint Stamp

After substitution, mentally stamp the expression with a 3-step sequence: (1) identify all × and ÷ pairs, resolve left-to-right; (2) identify all + and − pairs, resolve left-to-right; (3) read off the result. Write the intermediate value after step 1 before doing step 2. Example: 5 + 6 − 4 → step 1 has no × or ÷ → step 2: 5+6=11, 11−4=7. Doing both steps mentally in one pass leads to sign errors. Splitting into two passes reduces calculation errors by roughly half. Standard (one-pass mental): ~45s with error risk. Two-pass written: ~30s, near-zero error risk on simple expressions.

patternCustom Operator: Three-Column Test

For a # b = c pattern questions, test three candidate formulas in order of likelihood: (1) a×b + b, (2) a×b − a, (3) (a+b)×(a−b). Check the first example pair against formula 1. If it fits, verify with the second pair. If both fit, apply and move on. This covers approximately 85% of SSC CGL custom operator questions. Standard approach (trying random formulas): 4–6 trials averaging 60s. Three-column test: 2 trials averaging 20s.

patternInterchange = Bidirectional Swap

Write the interchange rule as two arrows on your rough sheet: + ↔ × and ÷ ↔ −. Then scan the expression left-to-right and replace each operator as you encounter it. The arrow notation makes it physically impossible to apply a one-directional swap because you see both ends of every arrow simultaneously. Without this: ~25% of students replace + with × but forget to replace × with +. With this: error rate drops to near zero. Step saving: eliminates the re-check pass, saving 10–15 seconds per question.

eliminationOption Triage for Multi-Expression Questions

When the question asks "which expression is correct" and lists four options as full expressions, triage before substituting. Count operators in each option. The option with fewest operators (3 or fewer) lets you substitute and verify in under 20 seconds. Start there. If it is correct, stop. If not, move to the next-simplest. Average time savings vs. checking all four blindly: 25–35 seconds per question, which matters when you have 25 reasoning questions in 20 minutes.


Fast-Solving Framework

When you see a Mathematical Operations question in the exam hall, run this decision tree:

Step 1 — Classify the type. Is the key a letter/word-to-operation map? → Variant 1. Are two pairs of symbols told to swap? → Variant 2. Is a custom symbol (#, @) defined by examples? → Variant 3.

Step 2 — Write the substitution key on your rough sheet. Do not do this in your head. Ten seconds spent writing saves thirty seconds of recalculation.

Step 3 — Substitute every operator in the target expression. Tick each one as you go.

Step 4 — Apply BODMAS in two passes: × and ÷ first (left to right), then + and − (left to right).

Step 5 — Match to options. For "find the value" questions, directly match. For "which expression is correct" questions, start with the simplest option (fewest operators or smallest numbers).

If you are stuck: On a custom operator question where the pattern is not obvious, try a×b + b and a×b − a first — these cover the majority of SSC CGL custom operator questions historically. If neither works, try (a+b) × something formulations. Budget no more than 60 seconds on any single Mathematical Operations question — this type should average 40 seconds.


Solved PYQs

Why this question: It is a pure Variant 1 substitution — four letters mapped to four operations, straightforward expression. Tests whether you can decode and apply BODMAS without error.

Previous Year Questionपिछले वर्ष का प्रश्न2025
If 'A' means '–', 'B' means '÷', 'C' means '+', and 'D' means '×', what is the value of the following expression? 25 B 5 C 3 D 2 A 4 = ?
  1. 28
  2. 14
  3. 21
  4. 7
Solutionसमाधान
Substituting: 25 ÷ 5 + 3 × 2 – 4 = 5 + 6 – 4 = 7.

Solving path: Write the key: A→−, B→÷, C→+, D→×. Expression: 25 B 5 C 3 D 2 A 4. Replace: 25 ÷ 5 + 3 × 2 − 4. BODMAS: 25÷5 = 5; 3×2 = 6; now 5 + 6 − 4 = 7. Match to option (d).


Why this question: Custom operator pattern detection — tests whether you can reverse-engineer the underlying formula from two given examples.

Previous Year Questionपिछले वर्ष का प्रश्न2025
If 4 # 2 = 10 and 6 # 3 = 21, what is 8 # 4?
  1. 40
  2. 44
  3. 36
  4. 48
Solutionसमाधान
Pattern: a # b = a×b + b/2×... checking: 4×2=8+2=10; 6×3=18+3=21; so 8#4 = 8×4 + 4 = 32+4 = 36.

Solving path: Given 4 # 2 = 10 and 6 # 3 = 21. Test formula a×b + b: 4×2+2 = 10 — works. Verify: 6×3+3 = 21 — works. Apply: 8#4 = 8×4+4 = 36. Answer: 36.


Why this question: This is a Variant 2 (sign interchange) question — arguably the most confusion-generating subtype because the bidirectional swap catches people off guard.

Previous Year Questionपिछले वर्ष का प्रश्न2024
4 ÷ 6 + 91 × 7 − 5 = ? After interchanging the signs + and ×, and ÷ and −
  1. 14
  2. 16
  3. 18
  4. 12
Solutionसमाधान
After interchanging signs (÷↔−, +↔×): 4×6−91÷7+5 = 24−13+5 = 16.

Solving path: Original: 4 ÷ 6 + 91 × 7 − 5. Interchanges: ÷↔− and +↔×. Write the swap arrows on rough paper. Replace every operator: ÷→−? No — ÷ and swap, so ÷ becomes ... actually re-read: the rule says ÷ and − are interchanged, meaning ÷ becomes and becomes ÷; + becomes × and × becomes +. After swap: 4 × 6 − 91 ÷ 7 + 5. BODMAS: 4×6=24; 91÷7=13; then 24−13+5=16. Answer: 16.


Why this question: Pure BODMAS application with brackets and exponents — tests whether you apply order of operations correctly after evaluating grouped sub-expressions.

Previous Year Questionपिछले वर्ष का प्रश्न2025
Evaluate (2 + 3) × (7 – 4)² = ?
  1. 40
  2. 75
  3. 45
  4. 30
Solutionसमाधान
(2+3) = 5 and (7-4)² = 3² = 9, so 5 × 9 = 45.

Solving path: Expression: (2+3) × (7−4)². Brackets first: 2+3=5 and 7−4=3. Exponent next: 3²=9. Multiplication: 5×9=45. Answer: 45.


Why this question: Real-world arithmetic wrapped in a reasoning format — tests basic multiplication and addition accuracy under time pressure.

Previous Year Questionपिछले वर्ष का प्रश्न2025
A person buys 4 apples at ₹18 each and 2 melons at ₹35 each. What is the total cost?
  1. ₹142
  2. ₹128
  3. ₹150
  4. ₹144
Solutionसमाधान
Cost of apples = 4 × 18 = ₹72; cost of melons = 2 × 35 = ₹70; total = ₹142.

Solving path: Apples: 4×18. Use split multiplication: 4×18 = 4×20 − 4×2 = 80−8 = 72. Melons: 2×35 = 70. Total: 72+70 = 142. Answer: ₹142.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →