2
$\begingroup$

Given: $-8 \leq 1-3(x-2) \leq 13$. How to solve this inequality? What rules apply here. I meant to ask when do we have to replace the $\leq$ sign with $\geq$ sign and why?

What are the rules that govern to solve them and why they are there? I just want to take the above inequality as a typical scenario to dicscuss what is happening and why, while solving it for $x$.

Please explain in detail.

  • 0
    @The Chaz I agree with your suggestion of web research. Although, i never asked for "What is a worked solution? i like to discuss the rules and the logic behind them and i am getting good answers. Had i researched on my own, i would have attempted my own solution.2012-03-16

2 Answers 2

3

Let's consider what multiplication by -1 means geometrically. Imagine a number. You are at the number 5. Multiply by -1. You are now at -5 and geometrically we see that multiplication by -1 means to reflect about 0.

Now reflecting about 0 preserves the distance from zero. This is why |-5| and |5| are the same number. Reflection about zero is a distance preserving action.

But inequality doesn't measure distance from zero. Inequality measure which number is further to the right on the number line. This last fact must be kept in mind. Now, when I take two points on the number line, say A and B, and the reflect about zero what happens? The point that is furthest right reflects to a point that is to the left of the reflection of the point that was furthest left.

So when solving inequalities one must reverse the inequality when multiplying by a negative number. Multiplying by a negative number reverses the order of the numbers.

2

$-8 \leq 1 - 3(x-2) \leq 13$ $-8 -1 \leq 1 -1 - 3(x-2) \leq 13-1 \implies -9 \leq - 3(x-2) \leq 12$ $9 \geq 3(x-2) \geq -12 \implies 9 \geq 3(x-2) \geq -12 \implies 3 \geq (x-2) \geq -4$ $3+2 \geq x-2+2 \geq -4+2 \implies 5 \geq x \geq -2 $

  • 1
    Yes. $5 \geq x \geq -2$ can be represented by all points on the number line between 5 an -2. Just a friendly suggestion: May I suggest you read [this](http://meta.math.stackexchange.com/questions/107/faq-for-math-stackexchange/117#117) for asking questions with better formatting?2012-03-16