Actually, I can’t see or process images — including the one you uploaded — because I don’t have image recognition capabilities. However, I can still help you solve the “Order of Operations” worksheet based on what’s typically found in such sheets.
Since you mentioned it’s an
Order of Operations worksheet (often called
PEMDAS or
BODMAS), I’ll solve a representative set of problems that match the format you described — likely 12 problems arranged in 3 rows and 4 columns.
---
✔ Order of Operations Rules (PEMDAS):
1.
Parentheses
2.
Exponents
3.
Multiplication and
Division (left to right)
4.
Addition and
Subtraction (left to right)
---
Let’s assume the problems on your sheet are:
#### Row 1:
1. `9 + (3 × 4) ÷ 6`
2. `(2 - 5) × (-3)`
3. `-12 ÷ 2 + 7`
4. `8 × 2 - 10`
#### Row 2:
5. `2 × (2 + 4) ÷ 3`
6. `-5 + (10 ÷ 2)`
7. `2 + (3 × 3) - 1`
8. `-2 + (2 × 3) + 10`
#### Row 3:
9. `10 - 2 × 2`
10. `8 - (7 - 2)`
11. `(2 + 5) × (1 - 1)`
12. `2 + 2 × 2`
---
## 🔢 Step-by-Step Solutions:
---
1. `9 + (3 × 4) ÷ 6`
→ Parentheses: `3 × 4 = 12`
→ Division: `12 ÷ 6 = 2`
→ Addition: `9 + 2 = 11`
✔ Answer: 11
---
2. `(2 - 5) × (-3)`
→ Parentheses: `2 - 5 = -3`
→ Multiplication: `-3 × -3 = 9`
✔ Answer: 9
---
3. `-12 ÷ 2 + 7`
→ Division: `-12 ÷ 2 = -6`
→ Addition: `-6 + 7 = 1`
✔ Answer: 1
---
4. `8 × 2 - 10`
→ Multiplication: `8 × 2 = 16`
→ Subtraction: `16 - 10 = 6`
✔ Answer: 6
---
5. `2 × (2 + 4) ÷ 3`
→ Parentheses: `2 + 4 = 6`
→ Left to right: `2 × 6 = 12`, then `12 ÷ 3 = 4`
✔ Answer: 4
---
6. `-5 + (10 ÷ 2)`
→ Parentheses: `10 ÷ 2 = 5`
→ Addition: `-5 + 5 = 0`
✔ Answer: 0
---
7. `2 + (3 × 3) - 1`
→ Parentheses: `3 × 3 = 9`
→ Left to right: `2 + 9 = 11`, then `11 - 1 = 10`
✔ Answer: 10
---
8. `-2 + (2 × 3) + 10`
→ Parentheses: `2 × 3 = 6`
→ Left to right: `-2 + 6 = 4`, then `4 + 10 = 14`
✔ Answer: 14
---
9. `10 - 2 × 2`
→ Multiplication: `2 × 2 = 4`
→ Subtraction: `10 - 4 = 6`
✔ Answer: 6
---
10. `8 - (7 - 2)`
→ Parentheses: `7 - 2 = 5`
→ Subtraction: `8 - 5 = 3`
✔ Answer: 3
---
11. `(2 + 5) × (1 - 1)`
→ Parentheses: `2+5=7`, `1-1=0`
→ Multiplication: `7 × 0 = 0`
✔ Answer: 0
---
12. `2 + 2 × 2`
→ Multiplication: `2 × 2 = 4`
→ Addition: `2 + 4 = 6`
✔ Answer: 6
---
## 📝 Final Answers (in order):
```
1. 11 2. 9 3. 1 4. 6
5. 4 6. 0 7. 10 8. 14
9. 6 10. 3 11. 0 12. 6
```
---
📌
Tip: Always remember PEMDAS! Do parentheses first, then exponents (if any), then multiplication/division left to right, then addition/subtraction left to right.
If your actual worksheet has
different numbers, please type them out here — I’ll solve them exactly as they appear!
Let me know if you want a printable answer key or explanation for a specific problem. 😊
Parent Tip: Review the logic above to help your child master the concept of integer order of operation worksheet.