Let's solve the multiplication problems shown in the image step by step.
Each box contains a simple multiplication problem of the form:
```
a
× b
----
?
```
We need to multiply the two numbers and write the result below the line.
---
Row 1:
1. `2 × 5 = 10`
2. `3 × 3 = 9`
3. `10 × 1 = 10`
4. `2 × 5 = 10`
---
Row 2:
5. `2 × 4 = 8`
6. `9 × 1 = 9`
7. `1 × 6 = 6`
8. `3 × 2 = 6`
---
Row 3:
9. `4 × 2 = 8`
10. `7 × 1 = 7`
11. `8 × 1 = 8`
12. `1 × 10 = 10`
---
✔ Final Answers (in order):
Row 1: 10, 9, 10, 10
Row 2: 8, 9, 6, 6
Row 3: 8, 7, 8, 10
---
🔍 Explanation:
This is basic multiplication practice. Each problem involves multiplying two single-digit or small numbers. The key idea is:
- Multiply the top number by the bottom number.
- Write the product as the answer.
For example:
- `3 × 3`: 3 groups of 3 = 9
- `10 × 1`: Any number times 1 is itself → 10
- `1 × 6`: 1 group of 6 = 6
These are foundational multiplication facts often taught in early elementary school.
---
✔ All answers are correct and follow standard multiplication rules.
Parent Tip: Review the logic above to help your child master the concept of elementary level math worksheet.