The task is to compare pairs of numbers using the symbols `>`, `<`, or `=`. Here's how to solve each comparison step by step:
Explanation:
-
`>` means "greater than."
-
`<` means "less than."
-
`=` means "equal to."
We need to determine which number is larger, smaller, or if they are equal.
---
Solution:
1.
11 ○ 20
- 11 is less than 20.
- Answer:
11 < 20
2.
2 ○ 5
- 2 is less than 5.
- Answer:
2 < 5
3.
19 ○ 18
- 19 is greater than 18.
- Answer:
19 > 18
4.
9 ○ 1
- 9 is greater than 1.
- Answer:
9 > 1
5.
12 ○ 17
- 12 is less than 17.
- Answer:
12 < 17
6.
10 ○ 10
- 10 is equal to 10.
- Answer:
10 = 10
7.
14 ○ 15
- 14 is less than 15.
- Answer:
14 < 15
8.
8 ○ 3
- 8 is greater than 3.
- Answer:
8 > 3
9.
23 ○ 23
- 23 is equal to 23.
- Answer:
23 = 23
10.
22 ○ 29
- 22 is less than 29.
- Answer:
22 < 29
11.
30 ○ 25
- 30 is greater than 25.
- Answer:
30 > 25
12.
28 ○ 27
- 28 is greater than 27.
- Answer:
28 > 27
---
Final Answers:
```
11 < 20 2 < 5
19 > 18 9 > 1
12 < 17 10 = 10
14 < 15 8 > 3
23 = 23 22 < 29
30 > 25 28 > 27
```
Boxed Final Answer:
\[
\boxed{
\begin{array}{cc}
11 < 20 & 2 < 5 \\
19 > 18 & 9 > 1 \\
12 < 17 & 10 = 10 \\
14 < 15 & 8 > 3 \\
23 = 23 & 22 < 29 \\
30 > 25 & 28 > 27 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of number comparison worksheet.