Problem Description:
The task is to write the numbers that are
ten less and
ten more than the given numbers. The given numbers are:
- 20
- 60
- 40
- 10
- 50
Solution Approach:
To solve this, we need to:
1. Subtract 10 from each given number to find the number that is
ten less.
2. Add 10 to each given number to find the number that is
ten more.
Let's calculate step by step for each number.
---
#### 1. For the number
20:
- Ten less: \( 20 - 10 = 10 \)
- Ten more: \( 20 + 10 = 30 \)
#### 2. For the number
60:
- Ten less: \( 60 - 10 = 50 \)
- Ten more: \( 60 + 10 = 70 \)
#### 3. For the number
40:
- Ten less: \( 40 - 10 = 30 \)
- Ten more: \( 40 + 10 = 50 \)
#### 4. For the number
10:
- Ten less: \( 10 - 10 = 0 \)
- Ten more: \( 10 + 10 = 20 \)
#### 5. For the number
50:
- Ten less: \( 50 - 10 = 40 \)
- Ten more: \( 50 + 10 = 60 \)
---
Final Answer:
Now, let's fill in the hexagons with the calculated values:
- For
20:
- Ten less:
10
- Ten more:
30
- For
60:
- Ten less:
50
- Ten more:
70
- For
40:
- Ten less:
30
- Ten more:
50
- For
10:
- Ten less:
0
- Ten more:
20
- For
50:
- Ten less:
40
- Ten more:
60
Boxed Final Answer:
\[
\boxed{
\begin{array}{c|c|c}
\text{Given Number} & \text{Ten Less} & \text{Ten More} \\
\hline
20 & 10 & 30 \\
60 & 50 & 70 \\
40 & 30 & 50 \\
10 & 0 & 20 \\
50 & 40 & 60 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of 10 more and 10 less worksheet.