- ((a))
43
- ((b))
38
- ((c))
35
- ((d))
41
Show Answer
43

Shortcut Trick
Solve the brackets and basic operations in chunks.
(93 + 14) = 107
56 × 2 = 112
33 + 15 = 48
107 − 112 + 48 = −5 + 48 = 43
∴ The correct answer is 43.

Alternate Method
Given: (93 + 14) − 56 × 2 + 33 + 15
Follow the BODMAS rule (Bracket, Of, Division, Multiplication, Addition, Subtraction):
⇒ 107 − 56 × 2 + 33 + 15 (Solving the bracket: 93 + 14 = 107)
⇒ 107 − 112 + 33 + 15 (Solving multiplication: 56 × 2 = 112)
⇒ 107 + 33 + 15 − 112 (Grouping positive terms for addition)
⇒ 155 − 112 (Addition: 107 + 33 + 15 = 155)
⇒ 43 (Final subtraction)
∴ The correct answer is 43.

Additional Information
BODMAS/VBODMAS Rule
It defines the sequence of solving mathematical expressions: Vinculum, Bracket, Of, Division, Multiplication, Addition, and Subtraction.
Grouping Symbols
Operations inside Parentheses (), Curly brackets {}, or Square brackets [] must be prioritized before outside operations.
Left-to-Right Execution
For operations at the same priority level (like Addition and Subtraction), always calculate from left to right to ensure accuracy.









































