The image shows a worksheet titled
"Ordering Numbers 0-20" with instructions to:
> *"Cut out the number cards. Glue them in order from smallest to biggest."*
What’s on the Worksheet:
- A grid of
20 boxes arranged in 4 rows and 5 columns.
- The first two boxes are already filled with
1 and
2, indicating the sequence should start from the smallest number.
- On the right side, there are three loose number cards:
6, 17, and 19.
---
Goal:
Arrange numbers from
0 to 20 in
ascending order (smallest to largest) in the grid.
Currently, only
1 and
2 are placed. The rest of the numbers need to be added in order.
Since this is a hands-on activity (cut and glue), we can help by determining
where to place the given numbers (6, 17, 19) in the correct positions.
---
Step-by-step Solution:
We know the full sequence should be:
```
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
```
But since the grid starts with
1 and
2, it seems like
0 might be missing or not included, or perhaps the task assumes starting from 1.
Let’s assume the sequence starts at
1, as shown.
So the correct order is:
```
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
```
Now, let's determine where to place the provided numbers:
-
6 → comes after 5, so it goes in the
6th position
-
17 → comes after 16, so it goes in the
17th position
-
19 → comes after 18, so it goes in the
19th position
Assuming the grid is filled left to right, top to bottom:
| Row 1 | 1 | 2 | 3 | 4 | 5 |
|-------|---|---|---|---|---|
| Row 2 | 6 | 7 | 8 | 9 | 10 |
| Row 3 | 11 | 12 | 13 | 14 | 15 |
| Row 4 | 16 | 17 | 18 | 19 | 20 |
So:
-
6 goes in
Row 2, Column 1
-
17 goes in
Row 4, Column 2
-
19 goes in
Row 4, Column 4
---
Final Answer:
To complete the task:
- Place
6 in the
6th box (second row, first column)
- Place
17 in the
17th box (fourth row, second column)
- Place
19 in the
19th box (fourth row, fourth column)
Then fill in all other numbers from 3 to 20 in order.
✔ This completes the ordering from smallest to largest.
---
Tip for Students:
Use number cards from 0–20 (or 1–20) and cut them out. Then glue each one into the correct box in ascending order.
Let me know if you'd like a printable version or a visual layout!
Parent Tip: Review the logic above to help your child master the concept of ordering numbers to 20 worksheet cut and stick.