Transitive Property with the Less-Than Operator
if the following are true:
- a < b
- b < c
then a < c
Here are some examples:
-
if the following are true:
- 3 < 5
- 5 < 7
then 3 < 7
-
if the following are true:
- x < 10
- 10 < y
then x < y
-
if the following are true:
- 3 ⋅ m < 15 + n
- 15 + n < p + 3
then 3 ⋅ m < p + 3
Quiz (1 point)
Suppose that x < 3 + z and 3 + z < y
What does the Transitive Property allow us to conclude?
Comments
Please log in to add comments