Question 383493
if x is -5, 1, or 4, then x-1 >= 7 is false.
if x is 20, then x-1 >= 7 is true, because 19 >= 7

-5-1 = -6
1-1 = 0
4-1 = 3
20-1 = 19