Add parentheses to make this statement true. 6-3*7+4=33

(6-3)*(7+4)=33

To make the statement true, you need to add parentheses to change the order of operations. The order of operations, also known as BIDMAS or PEMDAS, states that multiplication and division should be performed before addition and subtraction.

In this case, you want to perform the subtraction first, then the multiplication, and finally the addition. To achieve this, you can add parentheses as follows:

6 - (3 * 7) + 4 = 33

Now, let's evaluate the expression:

First, we perform the multiplication inside the parentheses: 3 * 7 = 21.
Next, we perform the subtraction: 6 - 21 = -15.
Finally, we perform the addition: -15 + 4 = -11.

So, the revised statement with the added parentheses becomes:

6 - (3 * 7) + 4 = -11.