Given the new symbol notations:
- + means division (÷)
- × means addition (+)
- - means multiplication (×)
- ÷ means subtraction (−)
We need to evaluate the expression 18 × 44 + 11 × 3 - 2 using the new notation.
Step 1: Replace the symbols as per the new notation.
- × becomes '+'
- + becomes '÷'
- - becomes '×'
- ÷ becomes '−'
So, the expression 18 × 44 + 11 × 3 - 2 becomes: 18 + 44 ÷ 11 + 3 × 2
Step 2: Simplify the expression following the order of operations (BODMAS/BIDMAS).
- First, do the division and multiplication from left to right:
So, the expression becomes: 18 + 4 + 6
- Now, perform the addition from left to right:
Final answer: The value of the expression is 28.
So, the correct option is D: 28.