To solve the problem, we need to fill in the missing numbers based on the given pattern. The table has three columns labeled "1 less," "between," and "1 more." The number in the "between" column is the reference point, and the numbers in the "1 less" and "1 more" columns are one unit less and one unit more than the reference number, respectively.
Let's go through each row step by step:
Row 1:
-
Between: 14
-
1 less: \( 14 - 1 = 13 \)
-
1 more: \( 14 + 1 = 15 \)
So, the row becomes:
```
13 | 14 | 15
```
Row 2:
-
Between: 25
-
1 less: \( 25 - 1 = 24 \)
-
1 more: \( 25 + 1 = 26 \)
So, the row becomes:
```
24 | 25 | 26
```
Row 3:
-
1 less: 28
-
Between: \( 28 + 1 = 29 \)
-
1 more: 30
So, the row becomes:
```
28 | 29 | 30
```
Row 4:
-
1 less: 34
-
Between: \( 34 + 1 = 35 \)
-
1 more: 36
So, the row becomes:
```
34 | 35 | 36
```
Row 5:
-
Between: 61
-
1 less: \( 61 - 1 = 60 \)
-
1 more: \( 61 + 1 = 62 \)
So, the row becomes:
```
60 | 61 | 62
```
Final Table:
Putting it all together, the completed table is:
```
1 less | between | 1 more
-------------------------
13 | 14 | 15
24 | 25 | 26
28 | 29 | 30
34 | 35 | 36
60 | 61 | 62
```
Final Answer:
\[
\boxed{
\begin{array}{|c|c|c|}
\hline
1 \text{ less} & \text{between} & 1 \text{ more} \\
\hline
13 & 14 & 15 \\
24 & 25 & 26 \\
28 & 29 & 30 \\
34 & 35 & 36 \\
60 & 61 & 62 \\
\hline
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of 1 more 1 less worksheet.