How do you solve #abs(7x)<=49#?

1 Answer
Jun 9, 2017

See a solution process below:

Explanation:

The absolute value function takes any negative or positive term and transforms it to its positive form. Therefore, we must solve the term within the absolute value function for both its negative and positive equivalent.

#-49 <= 7x <= 49#

Now, divide each segment of the system of inequalities by #color(red)(7)# to solve for #x# while keeping the system balanced:

#-49/color(red)(7) <= (7x)/color(red)(7) <= 49/color(red)(7)#

#-7 <= (color(red)(cancel(color(black)(7)))x)/cancel(color(red)(7)) <= 7#

#-7 <= x <= 7#

Or

#x >= -7# and #x <= 7#

Or, in interval notation:

#[-7, 7]#