Problem Description:
The task involves writing sums based on the number of dots shown in pairs of dice. Each pair of dice represents two numbers, and the goal is to add these numbers together. The first example is provided as a guide.
Solution Approach:
1.
Count the Dots on Each Die: For each pair of dice, count the number of black dots on each die.
2.
Write the Sum: Add the numbers represented by the dots on the two dice and write the equation in the format: `number + number = sum`.
Step-by-Step Solution:
#### First Row (Already Done):
-
First Pair:
- Left die: 4 dots
- Right die: 4 dots
- Sum: \( 4 + 4 = 8 \)
- Equation: \( 4 + 4 = 8 \)
#### Second Row:
-
Second Pair:
- Left die: 3 dots
- Right die: 5 dots
- Sum: \( 3 + 5 = 8 \)
- Equation: \( 3 + 5 = 8 \)
-
Third Pair:
- Left die: 2 dots
- Right die: 3 dots
- Sum: \( 2 + 3 = 5 \)
- Equation: \( 2 + 3 = 5 \)
#### Third Row:
-
Fourth Pair:
- Left die: 6 dots
- Right die: 1 dot
- Sum: \( 6 + 1 = 7 \)
- Equation: \( 6 + 1 = 7 \)
-
Fifth Pair:
- Left die: 5 dots
- Right die: 5 dots
- Sum: \( 5 + 5 = 10 \)
- Equation: \( 5 + 5 = 10 \)
#### Fourth Row:
-
Sixth Pair:
- Left die: 6 dots
- Right die: 2 dots
- Sum: \( 6 + 2 = 8 \)
- Equation: \( 6 + 2 = 8 \)
-
Seventh Pair:
- Left die: 3 dots
- Right die: 4 dots
- Sum: \( 3 + 4 = 7 \)
- Equation: \( 3 + 4 = 7 \)
Final Answer:
\[
\boxed{
\begin{array}{cccc}
4 & + & 4 & = & 8 \\
3 & + & 5 & = & 8 \\
2 & + & 3 & = & 5 \\
6 & + & 1 & = & 7 \\
5 & + & 5 & = & 10 \\
6 & + & 2 & = & 8 \\
3 & + & 4 & = & 7 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of worksheet for lkg.