Problem Overview:
The task involves comparing pairs of numbers and determining whether the first number is greater than (>), less than (<), or equal to (=) the second number. The goal is to fill in the blanks with the appropriate comparison symbol.
Solution Approach:
1.
Understand the Symbols:
- `>` means "greater than."
- `<` means "less than."
- `=` means "equal to."
2.
Compare Each Pair of Numbers:
- For each pair, determine which number is larger, smaller, or if they are equal.
- Use the appropriate symbol (`>`, `<`, or `=`) to complete the statement.
3.
Solve Each Comparison:
- Compare the numbers systematically, ensuring accuracy.
Step-by-Step Solution:
####
Section 1: Comparisons 1–10
1. \( 14 \quad \_ \quad 19 \)
- \( 14 < 19 \)
- Answer: \( 14 < 19 \)
2. \( 21 \quad \_ \quad 50 \)
- \( 21 < 50 \)
- Answer: \( 21 < 50 \)
3. \( 30 \quad \_ \quad 15 \)
- \( 30 > 15 \)
- Answer: \( 30 > 15 \)
4. \( 17 \quad \_ \quad 12 \)
- \( 17 > 12 \)
- Answer: \( 17 > 12 \)
5. \( 52 \quad \_ \quad 52 \)
- \( 52 = 52 \)
- Answer: \( 52 = 52 \)
6. \( 47 \quad \_ \quad 45 \)
- \( 47 > 45 \)
- Answer: \( 47 > 45 \)
7. \( 28 \quad \_ \quad 31 \)
- \( 28 < 31 \)
- Answer: \( 28 < 31 \)
8. \( 81 \quad \_ \quad 68 \)
- \( 81 > 68 \)
- Answer: \( 81 > 68 \)
9. \( 66 \quad \_ \quad 57 \)
- \( 66 > 57 \)
- Answer: \( 66 > 57 \)
10. \( 42 \quad \_ \quad 84 \)
- \( 42 < 84 \)
- Answer: \( 42 < 84 \)
####
Section 2: Comparisons 11–20
11. \( 31 \quad \_ \quad 73 \)
- \( 31 < 73 \)
- Answer: \( 31 < 73 \)
12. \( 28 \quad \_ \quad 44 \)
- \( 28 < 44 \)
- Answer: \( 28 < 44 \)
13. \( 45 \quad \_ \quad 27 \)
- \( 45 > 27 \)
- Answer: \( 45 > 27 \)
14. \( 39 \quad \_ \quad 51 \)
- \( 39 < 51 \)
- Answer: \( 39 < 51 \)
15. \( 70 \quad \_ \quad 55 \)
- \( 70 > 55 \)
- Answer: \( 70 > 55 \)
16. \( 52 \quad \_ \quad 63 \)
- \( 52 < 63 \)
- Answer: \( 52 < 63 \)
17. \( 47 \quad \_ \quad 56 \)
- \( 47 < 56 \)
- Answer: \( 47 < 56 \)
18. \( 26 \quad \_ \quad 23 \)
- \( 26 > 23 \)
- Answer: \( 26 > 23 \)
19. \( 90 \quad \_ \quad 67 \)
- \( 90 > 67 \)
- Answer: \( 90 > 67 \)
20. \( 58 \quad \_ \quad 58 \)
- \( 58 = 58 \)
- Answer: \( 58 = 58 \)
Final Answers:
\[
\boxed{
\begin{array}{ll}
1) & 14 < 19 \\
2) & 21 < 50 \\
3) & 30 > 15 \\
4) & 17 > 12 \\
5) & 52 = 52 \\
6) & 47 > 45 \\
7) & 28 < 31 \\
8) & 81 > 68 \\
9) & 66 > 57 \\
10) & 42 < 84 \\
11) & 31 < 73 \\
12) & 28 < 44 \\
13) & 45 > 27 \\
14) & 39 < 51 \\
15) & 70 > 55 \\
16) & 52 < 63 \\
17) & 47 < 56 \\
18) & 26 > 23 \\
19) & 90 > 67 \\
20) & 58 = 58 \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of worksheet on greater.