SOLUTION: Can anybody here please show me how solve and graph the solution on the number line? 2(2 - 3x) <= 4(x + 1) Thanks.

Algebra ->  Graphs -> SOLUTION: Can anybody here please show me how solve and graph the solution on the number line? 2(2 - 3x) <= 4(x + 1) Thanks.      Log On


   



Question 159075: Can anybody here please show me how solve and graph the solution on the number line?

2(2 - 3x) <= 4(x + 1)
Thanks.

Found 2 solutions by gonzo, Edwin McCravy:
Answer by gonzo(654) About Me  (Show Source):
You can put this solution on YOUR website!
it appears the solution is x <= 0
here's how i solved it algebraically.
---------------------------------------------
problems states 2*(2-3*x) <= 4*(x+1)
solving for x, the equation becomes
4 - (6*x) <= (4*x) + 4 which becomes
-6*x + 4 <= 4*x + 4
subtract 4 from both sides of the equation to get
-6*x <= 4*x
add (-6*x) to both sides of the equation to get
0 <= 10*x
divide both sides of the equation by 10 to get
0 <= x
subtract x from both sides of the equation to get
-x <= 0
multiply both sides of the equation by (-1) to get
x >= 0
note the reverse in the inequality when you multiply both sides by -1. smaller then becomes greater then.
---------------------------------------------
the equation appears to be satisfied when x >= 0.
------------------------------------------------
to create graphs of these equations, set
y = -6*x + 4 for one of these equation, and set
y = 4*x + 4 for the other equation.
graph both equations from x = -3 to x = +3, and from y = - 12 to y = +12.
when viewing the graph, the line ascending (getting higher) from left to right will be the line for the equation y = 4*x + 1. the line descending (getting lower) from left to right will be the line for the equation y = -6*x + 4
from the graph you can see that when x = 0, y = 4 for both equations which represents the equality.
when x > 0, the y value for (-6*x + 4) is less then the y value for (4*x + 1) which supports the conclusion that -6*x + 1 <= 4*x + 1 when x >= 0.
graph+%28600%2C600%2C-3%2C3%2C-12%2C12%2C-6%2Ax%2B4%2C4%2Ax%2B4%29

Answer by Edwin McCravy(20064) About Me  (Show Source):
You can put this solution on YOUR website!

Edwin's solution using a number line:
The others thought you meant something
else.

Can anybody here please show me how solve and graph the solution on the number line?

2%282+-+3x%29+%3C=+4%28x+%2B+1%29 

Distribute to remove the parentheses:

4+-+6x+%3C=+4x+%2B+4%29

Add -4x to both sides:

4+-+10x+%3C=+4%29

Add -4 to both sides:

-10x+%3C=+0%29

Divide both sides by -10 which
requires that the inequality symbol be reversed:

x+%3E=+0%29

On a number line that means to shade the number
line including 0 and everything to the right of 0:

----------------@===============>
-5 -4 -3 -2 -1  0  1  2  3  4  5

The interval notation abbreviation for that is

          matrix%28+1%2C5%2C+%22%5B%22%2C0%2C%22%2C%22%2Cinfinity%2C%22%29%22++%29

Edwin