Examples with solutions for Absolute value: Rearranging Equations

Exercise #1

Solve for x x in the equation 2x+1=8 2|x + 1| = 8 .

Step-by-Step Solution

Given the equation 2x+1=8 2|x + 1| = 8 , divide both sides by 2: x+1=4|x + 1| = 4.

Consider the two cases for the absolute value:

  1. Case 1: x+1=4x + 1 = 4
    Subtract 1: x=3x = 3.
  2. Case 2: x+1=4x + 1 = -4
    Subtract 1: x=5x = -5.

Thus, xx is 3 or 5 3 \text{ or } -5 .

Answer

x=3 or x=5 x = 3 \text{ or } x = -5

Exercise #2

Find the value of z z such that z7=3 |z - 7| = 3 .

Step-by-Step Solution

Given the equation z7=3 |z - 7| = 3 , consider the two cases for the absolute value:

  1. Case 1: z7=3z - 7 = 3
    Add 7: z=10z = 10.
  2. Case 2: z7=3z - 7 = -3
    Add 7: z=4z = 4.

Thus, zz is 10 or 4 10 \text{ or } 4 .

Answer

z=10 or z=4 z = 10 \text{ or } z = 4

Exercise #3

Solve for xx: 3x+1=4\left|3x + 1\right| = 4

Step-by-Step Solution

To solve the absolute value equation 3x+1=4\left|3x + 1\right| = 4, we set up two separate equations because absolute value represents the distance from zero, meaning the expression inside can be equal to 4 or -4.

  1. First equation: 3x+1=43x + 1 = 4
  2. Subtract 1 from both sides: 3x=33x = 3
  3. Divide both sides by 3: x=1x = 1
  1. Second equation: 3x+1=43x + 1 = -4
  2. Subtract 1 from both sides: 3x=53x = -5
  3. Divide both sides by 3: x=53x = -\frac{5}{3}

Therefore, the solutions are x=1x = 1 and x=53x = -\frac{5}{3}, but only the negative solution satisfies the original setup with a valid subtraction and division sequence again as per the equation.

Answer

x=53x = \frac{5}{3}