Mathematical Operations
Symbol substitution and sign-interchange problems.
Mathematical Operations — Core
Imagine someone secretly swaps the labels on your calculator keys so that "@" now means "+" and "$" means "×" — your job is to decode the disguise and still get the right answer. That is exactly what symbol-substitution reasoning questions test.
Definition: In mathematical operations (symbol-substitution) problems, the familiar arithmetic operators +, −, ×, ÷ are replaced by arbitrary symbols (@, #, $, &) or letters. You decode the expression using the given key, rewrite it with real operators, and evaluate using BODMAS exactly as normal.
Why these questions exist in competitive exams
Symbol-substitution tests whether candidates can apply rules precisely under unfamiliar notation — a proxy for the careful, systematic thinking required in railway operations and data entry roles. The mathematics involved is simple; what is tested is your discipline in not reverting to intuition after a substitution.
The standard method — a three-step process
- Read the key carefully — note which symbol maps to which operator.
- Rewrite the expression with real operators substituted in.
- Apply BODMAS to the rewritten expression.
Never try to solve in your head using the symbols — always write the real expression first.
Worked examples
Example 1 — Standard substitution
Question: Using @ = +, # = −, $ = ×, & = ÷, evaluate: 6 $ 4 @ 8 & 2 # 1
Solution:
Step 1: Substitute all symbols: 6 × 4 + 8 ÷ 2 − 1.
Step 2: BODMAS — do × and ÷ first (left to right): 6 × 4 = 24, 8 ÷ 2 = 4. Expression becomes: 24 + 4 − 1.
Step 3: Then + and − left to right: 28 − 1 = 27.
Conclusion: 27.
Example 2 — The "signs interchanged" variant
Question: If + and × are interchanged, find the value of 6 + 4 × 2.
Solution:
Step 1: Swap the two symbols: every + becomes × and every × becomes +. Expression becomes: 6 × 4 + 2.
Step 2: BODMAS — multiplication before addition: 24 + 2.
Conclusion: 26. (Without the swap, normal BODMAS gives 6 + 8 = 14 — entirely different.)
Example 3 — Letters as operators
Question: If P = ÷, Q = ×, R = +, S = −, evaluate: 36 P 12 Q 2 R 4 S 1.
Solution:
Step 1: Translate: 36 ÷ 12 × 2 + 4 − 1.
Step 2: Division and multiplication left to right: 36 ÷ 12 = 3, then 3 × 2 = 6. Expression: 6 + 4 − 1.
Step 3: 10 − 1.
Conclusion: 9.
Example 4 — Three-symbol swap
Question: If + and −, and × and ÷ are interchanged simultaneously, find: 20 + 4 − 2 × 8 ÷ 4.
Solution:
Step 1: Swap + ↔ −, and × ↔ ÷. Expression becomes: 20 − 4 + 2 ÷ 8 × 4.
Step 2: BODMAS — ÷ and × first (left to right): 2 ÷ 8 = 0.25, then 0.25 × 4 = 1.
Step 3: 20 − 4 + 1 = 17.
Conclusion: 17.
Example 5 — Equation balance (finding a value)
Question: Using @ = +, # = ×, $ = −, if 16 @ 4 # 3 $ 8 = ?, what value comes out?
Solution:
Step 1: Translate: 16 + 4 × 3 − 8.
Step 2: BODMAS — multiplication first: 4 × 3 = 12. Expression: 16 + 12 − 8.
Step 3: 28 − 8.
Conclusion: 20.
Why it matters: Banking, SSC, and railway exams almost always include 2–3 of these questions, and they are guaranteed marks if your BODMAS discipline is solid. A careful candidate rarely loses them because the concept is simple — only the notation changes.
Real-world example: Spreadsheet and programming formulas behave exactly the same way. In Excel, =6+4*2 returns 14, not 20, because the software follows the same precedence rule — multiplication before addition, regardless of left-to-right reading order. When you master BODMAS you are actually learning how computers evaluate expressions.
Common misconception: The biggest trap is solving strictly left to right after substituting. A student sees 6 × 4 + 8 ÷ 2 − 1 and computes (6 × 4) = 24, then (24 + 8) = 32, then (32 ÷ 2) = 16, then (16 − 1) = 15 — a wrong answer. Substitution does not switch off BODMAS. Division and multiplication must still be done before addition and subtraction; only operations of the same priority level are read left to right.
A secondary trap is assuming that if two signs are swapped, you apply the swap to every instance of either symbol. Read the problem statement carefully — sometimes only specific occurrences are intended to change, or only one pair of symbols swaps.
BODMAS reminder — full breakdown
| Priority | Operation | Notes |
|---|---|---|
| 1 (highest) | Brackets | Innermost first |
| 2 | Of / Powers / Roots | e.g. 2³, √9 |
| 3 | Division | Left to right with multiplication |
| 3 | Multiplication | Left to right with division |
| 4 | Addition | Left to right with subtraction |
| 4 | Subtraction | Left to right with addition |
Division and multiplication have equal priority — when both appear, do them left to right. Same rule applies to addition and subtraction.
:::keypoints Key points
- Replace disguised symbols with real operators using the key, then evaluate.
- Always apply BODMAS after substitution — never pure left-to-right.
- For "signs interchanged," swap the two symbols throughout and then solve normally.
- Letters or words as operators follow the exact same three-step procedure.
- Division and multiplication share equal priority — process left to right when both appear.
- These are reliable, scoring questions when approached precisely and without shortcuts.
:::
:::memory
Substitution + BODMAS = Done. Two steps, every time. Never skip step 2. Think of it as a two-lock door: the key (substitution) opens the first lock; BODMAS opens the second.
:::
:::recap
- Decode the key first, rewrite the expression second, compute third.
- BODMAS survives any substitution — it is not turned off by changing symbols.
- Same-priority operations (× and ÷, or + and −) go left to right.
- Careful translation turns symbol-substitution questions into easy guaranteed marks.
:::
Competitive exam papers love to swap mathematical symbols and operators — if you can decode the substitution instantly and apply BODMAS without hesitation, you gain easy marks that many aspirants drop through careless reading.
Definition: Mathematical operations with substitutions (also called "Mathematical Operations" or "Symbol Substitution") is a reasoning topic where standard arithmetic operators (+, −, ×, ÷) or digits are replaced by other symbols or letters; your job is to decode, substitute, and evaluate the resulting expression.
The Core Strategy
Step 1 — Read the substitution rule carefully. Write a quick translation table on your rough sheet.
Step 2 — Rewrite the entire expression using real operators.
Step 3 — Apply BODMAS/PEDMAS to the rewritten expression. Do NOT apply BODMAS to the original symbols — substitute first.
This sounds obvious, but the most common exam error is applying the order of operations to the pre-substitution symbols.
Type 1 — Direct Symbol Substitution
Question: If '+' means '×', '−' means '+', '×' means '÷', '÷' means '−', then find: 12 ÷ 6 × 4 − 2 + 3.
Solution:
Step 1: Map the symbols → '+' = '×', '−' = '+', '×' = '÷', '÷' = '−'.
Step 2: Rewrite: 12 − 6 ÷ 4 + 2 × 3.
Step 3: Apply BODMAS: division first → 6 ÷ 4 = 1.5; then multiplication → 2 × 3 = 6.
Step 4: Left-to-right addition/subtraction → 12 − 1.5 + 6 = 16.5.
Conclusion: 16.5
Type 2 — Letter Codes for Operators
Question: If A means +, B means −, C means ×, D means ÷, find: 60 D 4 C 5 B 8 A 2.
Solution:
Step 1: Decode → D=÷, C=×, B=−, A=+.
Step 2: Rewrite → 60 ÷ 4 × 5 − 8 + 2.
Step 3: BODMAS → 60 ÷ 4 = 15; 15 × 5 = 75; 75 − 8 = 67; 67 + 2 = 69.
Conclusion: 69
Real-world example: Think of letter codes as cipher keys — just as translating a coded message requires a key, these problems require you to "decrypt" the operator before computing.
Type 3 — Sign Interchange ("Swap Both Ways")
Question: If '+' and '−' are interchanged throughout, evaluate: 14 − 6 + 8 − 3 + 12.
Solution:
Step 1: Everywhere you see '+', write '−' and vice versa.
Step 2: Rewrite → 14 + 6 − 8 + 3 − 12.
Step 3: Compute → (14 + 6 + 3) − (8 + 12) = 23 − 20 = 3.
Conclusion: 3
Common misconception: "Interchange" means both symbols change — every '+' becomes '−' AND every '−' becomes '+'. Students sometimes only change one type.
Type 4 — Digit and Sign Swap Combined
Question: If 3 is replaced by 7 and 7 by 3, and '+' is replaced by '−', find: 27 + 73.
Solution:
Step 1: Digit substitution — swap each individual digit (not the whole number).
- 27 → each 2 stays, each 7→3 → 23.
- 73 → each 7→3, each 3→7 → 37.
Step 2: Sign substitution → '+' becomes '−'.
Step 3: Rewrite → 23 − 37 = −14.
Conclusion: −14
Why it matters: Exam setters combine digit and sign swaps to create compound substitutions. Working methodically — digits first, operators second — prevents confusion.
Type 5 — Custom Algebraic Definition
Question: If a * b = a² + b, find (3 * 4) * 2.
Solution:
Step 1: Evaluate inner bracket first: 3 * 4 = 3² + 4 = 9 + 4 = 13.
Step 2: Evaluate outer expression: 13 * 2 = 13² + 2 = 169 + 2 = 171.
Conclusion: 171
This type tests order of operations with custom-defined operators. Always resolve brackets before using the definition on outer expressions.
Type 6 — Mixed Symbol Substitution (Multiple Operators)
Question: If '<' means '+', '>' means '−', '=' means '×', find: 6 = 4 < 8 > 2.
Solution:
Step 1: Decode → '='='×', '<'='+', '>'='−'.
Step 2: Rewrite → 6 × 4 + 8 − 2.
Step 3: BODMAS → 6 × 4 = 24; 24 + 8 = 32; 32 − 2 = 30.
Conclusion: 30
The Fruit/Equation Variant
Some problems assign values to symbols (e.g., ★ + ★ + ★ = 15, so ★ = 5) and then ask you to evaluate a new expression. Treat these as simple simultaneous equations — solve one symbol at a time.
Critical Traps to Avoid
:::compare Common Errors
| Error | Why it happens | Fix |
|---|---|---|
| Applying BODMAS before substitution | Instinct to compute immediately | Always substitute first, then BODMAS |
| One-way interchange | Reading "interchange" as one-directional | Both symbols must be swapped |
| Digit swap on full number | E.g., replacing "7" in "17" as a whole | Replace each digit occurrence independently |
| Missing BODMAS priority | After substitution, treating left-to-right only | Remember: ÷ and × before + and − |
| Sign of result in custom operator | Forgetting to apply custom rule correctly | Write the formula explicitly |
| ::: |
Speed Tips for Exam Conditions
- Take 10 seconds to write the substitution table on rough paper — this prevents re-reading the question mid-calculation.
- When expression has more than two operators, underline the highest-priority operation after substitution before touching any numbers.
- For the "same SP profit and loss" type hidden in arithmetic: check whether the question is testing operators or percentages — they look similar.
- Time budget: these questions should take ≤ 45 seconds each. If you are taking longer, you are re-reading rather than substituting.
:::keypoints Key points
- Always substitute ALL operators first, then apply BODMAS to the rewritten expression.
- "Interchange" means bilateral swap — both symbols exchange roles.
- For digit swaps, swap each digit occurrence individually, not the whole number.
- Custom algebraic definitions (a * b = ...) must be applied inside-out when nested.
- Multiple substitution types (digits + operators) should be handled one layer at a time.
- Writing the substitution table on rough paper is the single most effective speed strategy.
- BODMAS order after substitution: Brackets → Orders → Division/Multiplication (L→R) → Addition/Subtraction (L→R).
- Time target: ≤ 45 seconds per question; slower means re-reading, not calculating.
:::
:::memory
SRBO — Substitute first, Rewrite clearly, apply BODMAS, get the Output. Never skip S or R.
:::
:::recap
- Six main types: direct symbol swap, letter codes, sign interchange, digit+sign swap, custom algebraic, mixed symbols.
- The fatal mistake is applying BODMAS before substitution.
- For "interchange" problems, change every occurrence of both symbols.
- For custom operator definitions, solve nested brackets inside-out.
- Rough-paper substitution table saves time and eliminates re-reading errors.
:::