Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Solving $3x - 40 \cdot 2 = x + 5$

Writer Matthew Harrington
$\begingroup$

What did I do wrong?

enter image description here

  1. Start problem
  2. got rid of the 2 on the left side by reversing the multiplication
  3. simplified - got rid of the two on the left side and divided on the right to get 2.5
  4. undoing the subtraction of 40 by adding 40 to both sides
  5. simplified - got rid of the 40 on the left side and added 40 to 2.5 on the right.
  6. Undoing the multiplication of 3 on the left side by dividing by 3 on both sides.
  7. Simplifying - got rid of the 3 on the left, and divided on the right
  8. undid addition of x on right side by subtracting x on both sides
  9. simplified ------ confusion
$\endgroup$ 5

3 Answers

$\begingroup$

Your mistake is in step 2. If you're going to divide either side of the equation by $2$, you have to divide the entire equation on both sides. You did: $$3x-\dfrac{40 \times 2}{2} = x+\dfrac{5}{2}$$ However, this is incorrect. The correct way to carry this out would be: $$\dfrac{3x - 40 \times 2}{2} = \dfrac{x+5}{2}$$ But that's not really the easiest way to solve this. Try subtracting $x$ from both sides first. That leaves us with: $$2x-40 \times 2=5$$ Try to take it from here.

$\endgroup$ 3 $\begingroup$

You divided some but not all of each side of your equation in step 2.

The result of dividing by 2 in step 2 should be $(3x-40\cdot 2)/2 = (x+5)/2$ which is $(3/2)x-40 = x/2+5/2$ which is $1.5x-40=0.5x+2.5$.

The next mistake occurs in line 7 where you have $...=\frac{x+42.5}{3}$ and then on the next line you have $x+42.5/3$ where you should have $x/3+42.5/3$ (the 3 divides both $x$ and $42.5$).

$\endgroup$ $\begingroup$

You didn't divide the x on the right by 2 and didn't treat the multiplication on the left appropriately

It should go more like this $3x - 40 \cdot 2 = 3x - 80 = x + 5$

$2x-80=5$

$2x = 85$

$x = \frac{85}{2}$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy