Problem Description:
The task involves completing two columns of numbers based on the given instructions:
1.
10 more: Add 10 to each number in the left column.
2.
10 less: Subtract 10 from each number in the right column.
Given Data:
-
Left Column (10 more): 37, 72, 85, 46, 81, 28, 69
-
Right Column (10 less): 15, 25, 56, 35, 92, 87, 48, 96
Solution Approach:
We will solve this step by step for both columns.
####
Step 1: Solve the "10 more" column
For each number in the left column, add 10:
1. \( 37 + 10 = 47 \)
2. \( 72 + 10 = 82 \)
3. \( 85 + 10 = 95 \)
4. \( 46 + 10 = 56 \)
5. \( 81 + 10 = 91 \)
6. \( 28 + 10 = 38 \)
7. \( 69 + 10 = 79 \)
So, the completed "10 more" column is:
\[ 47, 82, 95, 56, 91, 38, 79 \]
####
Step 2: Solve the "10 less" column
For each number in the right column, subtract 10:
1. \( 15 - 10 = 5 \)
2. \( 25 - 10 = 15 \)
3. \( 56 - 10 = 46 \)
4. \( 35 - 10 = 25 \)
5. \( 92 - 10 = 82 \)
6. \( 87 - 10 = 77 \)
7. \( 48 - 10 = 38 \)
8. \( 96 - 10 = 86 \)
So, the completed "10 less" column is:
\[ 5, 15, 46, 25, 82, 77, 38, 86 \]
Final Answer:
\[
\boxed{
\begin{array}{cc}
\text{10 more} & \text{10 less} \\
47 & 5 \\
82 & 15 \\
95 & 46 \\
56 & 25 \\
91 & 82 \\
38 & 77 \\
79 & 38 \\
& 86 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of 10 more and 10 less worksheet.