Mathematical operations & symbol substitution
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.
- โ- 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.
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.
- โ- 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.
Math-ops โ quick-fire examples
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
| 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.
- โ- 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.
SRBO โ Substitute first, Rewrite clearly, apply BODMAS, get the Output. Never skip S or R.
- โ- 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.
Mathematical Operations โ Flashcards
Cover the answer, recall, then check. 12 cards on symbol-substitution and BODMAS operations for RRB JE.
Q1. If + means ร, and ร means +, evaluate 4 + 3 ร 2.
A1. 4ร3 + 2 = 12 + 2 = 14.
Q2. If รท means โ, โ means ร, evaluate 8 รท 4 โ 2.
A2. 8 โ 4 ร 2 = 8 โ 8 = 0.
Q3. What order do you always apply after substituting symbols?
A3. BODMAS: Brackets, Orders, Division, Multiplication, Addition, Subtraction.
Q4. If A means +, B means โ, C means ร, find 6 C 2 A 3.
A4. 6ร2 + 3 = 15.
Q5. If P=ร, Q=รท, R=+, S=โ, evaluate 12 Q 3 P 4 S 2.
A5. 12รท3 ร 4 โ 2 = 4ร4 โ 2 = 14.
Q6. In "interchange the signs" problems, first do what?
A6. Swap the given operators (and numbers if stated), then apply BODMAS.
Q7. If + and โ are interchanged, evaluate 10 + 5 โ 3.
A7. 10 โ 5 + 3 = 8.
Q8. If ร and รท are interchanged, evaluate 16 ร 4 รท 2.
A8. 16 รท 4 ร 2 = 4ร2 = 8.
Q9. Symbol '>' means +, '<' means โ. Find 9 > 4 < 5.
A9. 9 + 4 โ 5 = 8.
Q10. If a@b = aยฒ + bยฒ, find 3@4.
A10. 9 + 16 = 25.
Q11. If a#b = (a+b)/2, find 8#12.
A11. 20/2 = 10.
Q12. Most common error in these questions?
A12. Reading the symbol meaning correctly but computing left-to-right instead of applying BODMAS.
Mathematical Operations โ Summary
Mathematical Operations is a 1โ2 question topic in RRB JE CBT-1 Reasoning (25 questions). It tests whether you can substitute the given meaning of a symbol and then apply BODMAS correctly. It is pure marks โ no ambiguity, no trick beyond careful reading.
Why it matters
These questions are gifts: the logic is trivial, so the only risk is a careless slip in operator order. A candidate who fixes "substitute first, BODMAS second" as a habit scores 100% here in under 30 seconds each.
Question types
| Type | What to do |
|---|---|
| Symbol substitution | Replace each symbol with its stated operation |
| Sign interchange | Swap the two operators as instructed |
| Number + sign interchange | Swap both, then evaluate |
| Defined operator (a@b) | Apply the custom rule literally |
Exam Tricks & Tips
- ๐ฏ Substitute, then BODMAS: always replace symbols first, then evaluate strictly in Brackets โ Orders โ Division/Multiplication โ Addition/Subtraction order.
- ๐ฏ Rewrite the expression cleanly with real operators before computing โ do not try to do it in your head from the coded form.
- ๐ฏ Division and multiplication rank together and are done left-to-right; the same for addition and subtraction.
- ๐ฏ For "which equation is correct" items, test each option by substituting โ the correct one balances.
- ๐ฏ Custom operators (a@b, a#b) are one-time definitions; apply exactly as written, do not assume commutativity.
- โ Common mistake: after correctly decoding the symbols, solving strictly left-to-right and ignoring BODMAS โ the top reason for lost marks here.
Expected exam pattern
One symbol-substitution evaluation, one sign-interchange ("if + and โ are interchanged"), and occasionally a "balance the equation / which option is correct" item or a custom-operator definition. Difficulty is easy.
Quick recap
Rewrite the coded expression with the real operators, then apply BODMAS without exception. The logic is easy; the marks are lost only to order-of-operation slips, so slow down for that one step.