How do you solve #4x<2x-2<10#?

1 Answer
Mar 22, 2018

The solution is #x<-1#.

Explanation:

You can split up the compound inequality into two, smaller inequalities, like this:

#color(white)=>4x<2x-2<10#

#=>(4x<2x-2) and (2x-2<10)#

We will get one solution from each of the inequalities, and we have to find where they "overlap," or in other words, where their values are the same (this will make more sense later).

Solving each inequality:

#color(white)=>(4x<2x-2) and (2x-2<10)#

#color(white)(=>4x)(2x<-2) and (2x<12)#

#color(white)(=>4 2 x)(x<-1) and (x<6)#

Now, if we graph these points on a number line, it will be easier to see where their lines overlap:

The inequality #x<-1# is shown in red, and #x<6# is shown in blue:

https://www.desmos.com/calculator

We can see that the only place where both lines are in common is where #x<-1#. Therefore, that is the solution to our inequality.

Hope this helped!