Question

    If '@' denotes 'addition', '#' denotes 'subtraction',

    '$' denotes 'multiplication' and '%' denotes 'division', then, what will be the value of the following expression? 32 @ 25 $ [(144 % 12 @ 10) @ (94 # 5 $ 8) ] % 4
    A 576 Correct Answer Incorrect Answer
    B 589 Correct Answer Incorrect Answer
    C 507 Correct Answer Incorrect Answer
    D 596 Correct Answer Incorrect Answer

    Solution

    32 @ 25 $ [(144 % 12 @ 10) @ (94 # 5 $ 8) ] % 4 32 + 25 X [(144 ÷ 12 + 10) + (94 - 5 X 8) ] ÷ 4 32 + 25 X [(12 + 10) + (94 - 40) ] ÷ 4 32 + 25 X [22 + 54] ÷ 4 32 + 25 X 76 ÷ 4 32 + 25 X 19 32 + 475 = 507

    Practice Next

    Relevant for Exams: