Problem Description:
The task involves writing ten more and ten less than the given numbers. The numbers provided are:
- Top row: 22, 33, 17, 82, 74
- Bottom row: 97, 45, 54, 66, 107
Solution Approach:
To solve this problem, we need to:
1.
Add 10 to each given number to find "ten more."
2.
Subtract 10 from each given number to find "ten less."
Let's calculate step by step for each number.
---
####
Top Row:
1.
Number: 22
- Ten more: \( 22 + 10 = 32 \)
- Ten less: \( 22 - 10 = 12 \)
2.
Number: 33
- Ten more: \( 33 + 10 = 43 \)
- Ten less: \( 33 - 10 = 23 \)
3.
Number: 17
- Ten more: \( 17 + 10 = 27 \)
- Ten less: \( 17 - 10 = 7 \)
4.
Number: 82
- Ten more: \( 82 + 10 = 92 \)
- Ten less: \( 82 - 10 = 72 \)
5.
Number: 74
- Ten more: \( 74 + 10 = 84 \)
- Ten less: \( 74 - 10 = 64 \)
---
####
Bottom Row:
1.
Number: 97
- Ten more: \( 97 + 10 = 107 \)
- Ten less: \( 97 - 10 = 87 \)
2.
Number: 45
- Ten more: \( 45 + 10 = 55 \)
- Ten less: \( 45 - 10 = 35 \)
3.
Number: 54
- Ten more: \( 54 + 10 = 64 \)
- Ten less: \( 54 - 10 = 44 \)
4.
Number: 66
- Ten more: \( 66 + 10 = 76 \)
- Ten less: \( 66 - 10 = 56 \)
5.
Number: 107
- Ten more: \( 107 + 10 = 117 \)
- Ten less: \( 107 - 10 = 97 \)
---
Final Answer:
We can now fill in the blanks with the calculated values:
-
Top Row:
- For 22: Ten more = 32, Ten less = 12
- For 33: Ten more = 43, Ten less = 23
- For 17: Ten more = 27, Ten less = 7
- For 82: Ten more = 92, Ten less = 72
- For 74: Ten more = 84, Ten less = 64
-
Bottom Row:
- For 97: Ten more = 107, Ten less = 87
- For 45: Ten more = 55, Ten less = 35
- For 54: Ten more = 64, Ten less = 44
- For 66: Ten more = 76, Ten less = 56
- For 107: Ten more = 117, Ten less = 97
Boxed Final Answer:
\[
\boxed{
\begin{array}{ccccc}
\text{Top Row:} & 32 & 43 & 27 & 92 & 84 \\
& 12 & 23 & 7 & 72 & 64 \\
\text{Bottom Row:} & 107 & 55 & 64 & 76 & 117 \\
& 87 & 35 & 44 & 56 & 97 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of 10 more and 10 less worksheet.