Problem Description:
The task is to write the numbers that come
after the given numbers. This involves identifying the next consecutive number in the sequence for each provided number.
Solution Approach:
For each number listed, we need to determine the number that immediately follows it in the counting sequence. This can be done by adding 1 to each given number.
Step-by-Step Solution:
#### Left Column:
1.
5: The number after 5 is \( 5 + 1 = 6 \).
2.
16: The number after 16 is \( 16 + 1 = 17 \).
3.
10: The number after 10 is \( 10 + 1 = 11 \).
4.
2: The number after 2 is \( 2 + 1 = 3 \).
5.
17: The number after 17 is \( 17 + 1 = 18 \).
6.
13: The number after 13 is \( 13 + 1 = 14 \).
#### Right Column:
1.
7: The number after 7 is \( 7 + 1 = 8 \).
2.
19: The number after 19 is \( 19 + 1 = 20 \).
3.
4: The number after 4 is \( 4 + 1 = 5 \).
4.
9: The number after 9 is \( 9 + 1 = 10 \).
5.
12: The number after 12 is \( 12 + 1 = 13 \).
6.
11: The number after 11 is \( 11 + 1 = 12 \).
Final Answer:
\[
\begin{array}{c|c}
\text{Left Column} & \text{Right Column} \\
\hline
5 & 7 \\
\boxed{6} & \boxed{8} \\
16 & 19 \\
\boxed{17} & \boxed{20} \\
10 & 4 \\
\boxed{11} & \boxed{5} \\
2 & 9 \\
\boxed{3} & \boxed{10} \\
17 & 12 \\
\boxed{18} & \boxed{13} \\
13 & 11 \\
\boxed{14} & \boxed{12} \\
\end{array}
\]
Explanation:
- For each number, we simply added 1 to find the next number in the sequence.
- This method ensures that the solution is accurate and follows the instruction to write the numbers that come "after" the given numbers.
Thus, the final answer is:
\[
\boxed{
\begin{array}{c|c}
6 & 8 \\
17 & 20 \\
11 & 5 \\
3 & 10 \\
18 & 13 \\
14 & 12 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of after numbers worksheet.