
David W. answered 08/24/15
Experienced Prof
There are two numbers. We could represent them with the variables x and y, A and B, or S and L (for smaller and larger, if we knew which was which -- but we don't).
"The sum of two numbers is 70" means x + y = 70
"One number is smaller than 8 more than the other" means x < 8 + y
"What's the smallest number?" means we have to report the smaller number
x < 8 + (70-x) [substituting for y]
With an inequality, we may add the same value (positive or negative) to both sides and the truth of the inequality remains. That means:
2x < 78 [adding x to both sides]
Also, with an inequality, we may multiply or divide both sides by the same positive amount and the truth of the inequality remains (note: with a negative value, it reverses). That means:
x < 39
But, is x the smaller number? Well, look again at: x + y = 70 and substitute for x:
(70 - y) < 39
-y < -31 (subtract 70 from both sides)
y > 31 (multiply by -1 reverses the inequality