Inside the brackets, we have two operations: subtraction and multiplication. According to the order of operations (PEMDAS/BODMAS), we should perform the multiplication first:
$$6 - 2 \cdot 2 = 6 - 4 = 2$$
Now, we can replace the expression inside the brackets
Show more…