Algebra 1 / Chapter 5: Inequalities / Inequalities
Proof: Inequality Problem 4
Let's prove the following theorem:
if (x + 10) / (-5) > 3, then x < -25
For clarity, here is the condition in fraction notation:
The inequality properties allow us to multiply -5 to both sides, but we need to flip the operator to the less-than sign (<).
Then this equation becomes:
x + 10 < 15
Next, we can add -10 to both sides to reach the conclusion.
Proof:
Given
1 | (x + 10) / (-5) > 3 |
---|
# | Claim | Reason |
---|---|---|
1 | (x + 10) / (-5) = (x + 10) ⋅ (1 / (-5)) | (x + 10) / (-5) = (x + 10) ⋅ (1 / (-5)) |
2 | (x + 10) ⋅ (1 / (-5)) > 3 | if (x + 10) / (-5) > 3 and (x + 10) / (-5) = (x + 10) ⋅ (1 / (-5)), then (x + 10) ⋅ (1 / (-5)) > 3 |
3 | -5 < 0 | -5 < 0 |
4 | ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) < 3 ⋅ (-5) | if (x + 10) ⋅ (1 / (-5)) > 3 and -5 < 0, then ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) < 3 ⋅ (-5) |
5 | 3 ⋅ (-5) = -15 | 3 ⋅ (-5) = -15 |
6 | (1 / (-5)) ⋅ (-5) = 1 | (1 / (-5)) ⋅ (-5) = 1 |
7 | ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) = (x + 10) ⋅ 1 | if (1 / (-5)) ⋅ (-5) = 1, then ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) = (x + 10) ⋅ 1 |
8 | (x + 10) ⋅ 1 < -15 | if ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) < 3 ⋅ (-5) and ((x + 10) ⋅ (1 / (-5))) ⋅ (-5) = (x + 10) ⋅ 1 and 3 ⋅ (-5) = -15, then (x + 10) ⋅ 1 < -15 |
9 | x + 10 < -15 | if (x + 10) ⋅ 1 < -15, then x + 10 < -15 |
10 | (x + 10) + (-10) < (-15) + (-10) | if x + 10 < -15, then (x + 10) + (-10) < (-15) + (-10) |
11 | (-15) + (-10) = -25 | (-15) + (-10) = -25 |
12 | 10 + (-10) = 0 | 10 + (-10) = 0 |
13 | (x + 10) + (-10) = x + 0 | if 10 + (-10) = 0, then (x + 10) + (-10) = x + 0 |
14 | x + 0 < -25 | if (x + 10) + (-10) < (-15) + (-10) and (x + 10) + (-10) = x + 0 and (-15) + (-10) = -25, then x + 0 < -25 |
15 | x < -25 | if x + 0 < -25, then x < -25 |
Comments
Please log in to add comments