The task is to order each set of numbers from least to greatest. Let's solve it step by step for each row.
---
Row 1:
#### Set 1: 131, 107, 114
- Compare the numbers:
- 107 is the smallest.
- 114 is the next smallest.
- 131 is the largest.
- Ordered:
107, 114, 131
#### Set 2: 285, 275, 240
- Compare the numbers:
- 240 is the smallest.
- 275 is the next smallest.
- 285 is the largest.
- Ordered:
240, 275, 285
---
Row 2:
#### Set 1: 510, 249, 508
- Compare the numbers:
- 249 is the smallest.
- 508 is the next smallest.
- 510 is the largest.
- Ordered:
249, 508, 510
#### Set 2: 167, 171, 174
- Compare the numbers:
- 167 is the smallest.
- 171 is the next smallest.
- 174 is the largest.
- Ordered:
167, 171, 174
---
Row 3:
#### Set 1: 414, 404, 440
- Compare the numbers:
- 404 is the smallest.
- 414 is the next smallest.
- 440 is the largest.
- Ordered:
404, 414, 440
#### Set 2: 281, 285, 280
- Compare the numbers:
- 280 is the smallest.
- 281 is the next smallest.
- 285 is the largest.
- Ordered:
280, 281, 285
---
Row 4:
#### Set 1: 141, 146, 144
- Compare the numbers:
- 141 is the smallest.
- 144 is the next smallest.
- 146 is the largest.
- Ordered:
141, 144, 146
#### Set 2: 525, 552, 519
- Compare the numbers:
- 519 is the smallest.
- 525 is the next smallest.
- 552 is the largest.
- Ordered:
519, 525, 552
---
Row 5:
#### Set 1: 520, 502, 515
- Compare the numbers:
- 502 is the smallest.
- 515 is the next smallest.
- 520 is the largest.
- Ordered:
502, 515, 520
#### Set 2: 478, 487, 481
- Compare the numbers:
- 478 is the smallest.
- 481 is the next smallest.
- 487 is the largest.
- Ordered:
478, 481, 487
---
Final Answer:
```
Row 1: 107, 114, 131 | 240, 275, 285
Row 2: 249, 508, 510 | 167, 171, 174
Row 3: 404, 414, 440 | 280, 281, 285
Row 4: 141, 144, 146 | 519, 525, 552
Row 5: 502, 515, 520 | 478, 481, 487
```
Boxed Final Answer:
\[
\boxed{
\begin{array}{ll}
\text{Row 1:} & 107, 114, 131 \quad | \quad 240, 275, 285 \\
\text{Row 2:} & 249, 508, 510 \quad | \quad 167, 171, 174 \\
\text{Row 3:} & 404, 414, 440 \quad | \quad 280, 281, 285 \\
\text{Row 4:} & 141, 144, 146 \quad | \quad 519, 525, 552 \\
\text{Row 5:} & 502, 515, 520 \quad | \quad 478, 481, 487 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of ordering 3 digit numbers worksheet.