Problem Overview:
The task involves completing number bonds based on the given dice images. A
number bond is a visual representation of how numbers can be split into parts. Each problem shows two dice, and the goal is to determine the total number of dots on the dice and then break that total into its component parts.
Step-by-Step Solution:
####
1.
-
Dice Images:
- First die: 2 dots
- Second die: 1 dot
-
Total: \( 2 + 1 = 3 \)
-
Number Bond: The total (3) is already given, and the parts are 2 and 1.
-
Answer:
```
3
/ \
2 1
```
####
2.
-
Dice Images:
- First die: 1 dot
- Second die: 1 dot
-
Total: \( 1 + 1 = 2 \)
-
Number Bond: The total is 2, and the parts are 1 and 1.
-
Answer:
```
2
/ \
1 1
```
####
3.
-
Dice Images:
- First die: 4 dots
- Second die: 1 dot
-
Total: \( 4 + 1 = 5 \)
-
Number Bond: The total is 5, and the parts are 4 and 1.
-
Answer:
```
5
/ \
4 1
```
####
4.
-
Dice Images:
- First die: 3 dots
- Second die: 2 dots
-
Total: \( 3 + 2 = 5 \)
-
Number Bond: The total is 5, and the parts are 3 and 2.
-
Answer:
```
5
/ \
3 2
```
####
5.
-
Dice Images:
- First die: 4 dots
- Second die: 2 dots
-
Total: \( 4 + 2 = 6 \)
-
Number Bond: The total is 6, and the parts are 4 and 2.
-
Answer:
```
6
/ \
4 2
```
####
6.
-
Dice Images:
- First die: 5 dots
- Second die: 1 dot
-
Total: \( 5 + 1 = 6 \)
-
Number Bond: The total is 6, and the parts are 5 and 1.
-
Answer:
```
6
/ \
5 1
```
####
7.
-
Dice Images:
- First die: 4 dots
- Second die: 3 dots
-
Total: \( 4 + 3 = 7 \)
-
Number Bond: The total is 7, and the parts are 4 and 3.
-
Answer:
```
7
/ \
4 3
```
####
8.
-
Dice Images:
- First die: 4 dots
- Second die: 4 dots
-
Total: \( 4 + 4 = 8 \)
-
Number Bond: The total is 8, and the parts are 4 and 4.
-
Answer:
```
8
/ \
4 4
```
Final Answers:
1.
```
3
/ \
2 1
```
2.
```
2
/ \
1 1
```
3.
```
5
/ \
4 1
```
4.
```
5
/ \
3 2
```
5.
```
6
/ \
4 2
```
6.
```
6
/ \
5 1
```
7.
```
7
/ \
4 3
```
8.
```
8
/ \
4 4
```
Boxed Final Answer:
\[
\boxed{
\begin{array}{ll}
1. &
\begin{array}{c}
3 \\
/ \ \backslash \\
2 \quad 1
\end{array} \\
2. &
\begin{array}{c}
2 \\
/ \ \backslash \\
1 \quad 1
\end{array} \\
3. &
\begin{array}{c}
5 \\
/ \ \backslash \\
4 \quad 1
\end{array} \\
4. &
\begin{array}{c}
5 \\
/ \ \backslash \\
3 \quad 2
\end{array} \\
5. &
\begin{array}{c}
6 \\
/ \ \backslash \\
4 \quad 2
\end{array} \\
6. &
\begin{array}{c}
6 \\
/ \ \backslash \\
5 \quad 1
\end{array} \\
7. &
\begin{array}{c}
7 \\
/ \ \backslash \\
4 \quad 3
\end{array} \\
8. &
\begin{array}{c}
8 \\
/ \ \backslash \\
4 \quad 4
\end{array}
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of math number bonds worksheet.