Correct Answer:
Explanation:
As per the BODMAS rule, the priority in which the operations should be done is:
| Priority wise operations | Symbol |
| B-Bracket | () |
| O-of | of |
| D-Division | /,÷ |
| M-Multiplication | *,x |
| A-Addition | + |
| S-Subtraction | - |
Note: Addition and subtraction can be treated on same priority (from left to right) when they are in consecutive order.
(115/5) + 12 × 6 = ? + (64/4) – 35 23 + 72 = ? + 16 – 35 95 = ? - 19 95+19 = ? ? = 114
Discussion & Comments