Correct option is B
Given: Expression: 105 # 87 % @ 3 $ 19 % 4, with operators % = multiply, # = add, @ = divide, $ = subtract.
Concept: Mathematical operator substitution and BODMAS execution.
Solution:
As per the given condition,
A % B= x
A # B= +
A @ B= A/B
A $ B= -
The given expression is 105 # 87 @ 3 $ 19 % 4.
Now,
105 + (87/3) - 19 × 4
According to BODMAS,
105 + 29 - 19 × 4
105 + 29 - 76
134 - 76 = 58
So the correct answer is (b)