Let's solve each problem step by step. The task is to
find the distance between two marked points on a number line. Distance is always
positive, so we take the
absolute value of the difference between the two numbers.
---
1.
Number line shows points at
2 and
7.
- Difference: $ |7 - 2| = |5| = 5 $
✔ Answer: 5
---
2.
Points are at
-3 and
0.
- Difference: $ |0 - (-3)| = |0 + 3| = |3| = 3 $
✔ Answer: 3
---
3.
Points are at
-6 and
0.
- Difference: $ |0 - (-6)| = |6| = 6 $
✔ Answer: 6
---
4.
Points are at
7 and
13.
- Difference: $ |13 - 7| = |6| = 6 $
✔ Answer: 6
---
5.
Points are at
0 and
4.
- Difference: $ |4 - 0| = |4| = 4 $
✔ Answer: 4
---
✔ Final Answers:
1.
5
2.
3
3.
6
4.
6
5.
4
---
💡
Key Concept:
Distance between two points on a number line is the
absolute value of their difference:
$$
\text{Distance} = |a - b|
$$
This ensures the result is always positive, regardless of order.
Parent Tip: Review the logic above to help your child master the concept of distance on a number line worksheet.