copy and place parentheses to make each statement true

22. 6*6+6*6=426
23. 6+6/6*6-6=0
24. 6-6*66+6/6=1
25. 6+6/6+6*6=6
26. 6-6/6*6+6=0

To make each statement true, you need to rearrange the placement of the parentheses. Let's go through each statement and add the parentheses where needed:

22. 6 * (6 + 6) * 6 = 426
Explanation: The parentheses are placed around the addition inside the multiplication operation.

23. (6 + ((6 / 6) * 6)) - 6 = 0
Explanation: The parentheses are placed around the division operation first, then the result is multiplied by 6. Lastly, the subtraction and the surrounding parentheses are taken care of.

24. (6 - (6 * 66)) + (6 / 6) = 1
Explanation: The parentheses are placed around the multiplication operation first. Then, the subtraction and division are evaluated along with the surrounding parentheses.

25. (6 + (6 / 6)) + (6 * 6) = 6
Explanation: The parentheses are placed around the division operation first. Then, the addition and multiplication are evaluated along with the surrounding parentheses.

26. (6 - ((6 / 6) * 6)) + 6 = 0
Explanation: The parentheses are placed around the division operation first. Then, the result is multiplied by 6, and the subtraction and addition are evaluated along with the surrounding parentheses.

By correctly placing the parentheses, each statement now becomes true.