Choose Language

Select your preferred reading language
🇬🇧
English
🇮🇳
हिन्दी
Full View
NTPC Graduate Tier 1 2016 Shift 2 📅 02 Apr, 2016

If '+' means 'multiplied by', '-' means 'added to', 'x' means 'divided by' and '/' means 'subtracted from', compute the value of the expression:

17 + 6 - 13 / 8

A
100
B
107
C
110
D
109
Result Summary
Logo

APEDIA

NTPC Graduate Tier 1
2016 • 02 Apr, 2016 • Shift 2
If '+' means 'multiplied by', '-' means 'added to', 'x' means 'divided by' and '/' means 'subtracted from', compute the value of the expression:

17 + 6 - 13 / 8
Correct Answer
107
Symbol Translation Logic: To solve this, we must first strictly translate the original mathematical operators according to the arbitrary rules provided in the q......
💡 Analysis & Explanation
Symbol Translation Logic
To solve this, we must first strictly translate the original mathematical operators according to the arbitrary rules provided in the question. The expression is 17 + 6 - 13 / 8.
Applying the Cipher
The rule states '+' becomes '*', '-' becomes '+', and '/' becomes '-'.
Reformed Equation
The new, solvable expression translates to 17 * 6 + 13 - 8.
BODMAS Execution
Following the order of operations, we calculate multiplication first: 17 * 6 = 102. Next, perform the addition: 102 + 13 = 115. Finally, perform the subtraction: 115 - 8 = 107.
Conclusion
Following the exact sequential logic yields the result 107.