How do you solve 3( y + 4) = 4( y - 6)?

3 Answers
May 24, 2018

Solving for the y-variable gives us 36.

Explanation:

So to solve the multistep equation, we need to use distributive property which gives us:

3y+12=4y-24
3y+36=4y ----> Adding 24 to both sides.
36=y -----> Subtracting 3y from both sides.

But let double check to ensure that this work on both sides.

3(36+4)
3(40) ---> Add numbers together inside the parentheses
120 ----> Multiplied 40 times 3

4(36-6)
4(30) ----> Subtracted numbers together inside the parentheses
120 -----> Multiplied 30 times 4.

So since both side of the equal sign is 120, we can say for sure that y=36 is the answer to the equation above.

May 24, 2018

y=36

Explanation:

3( y + 4) = 4( y - 6)

first use the distributive property:

3y + 12 = 4y - 24

add 24 to both sides:

3y + 36 = 4y

subtract 3y from both sides.

36=y

May 24, 2018

y=36

Explanation:

Follow the PEMDAS rules: Parentheses, Exponents, Multiplication, Division, Addition, and Subtraction. You solve the equation using those steps in that order.

First, you distribute the three and the four as they're multiplying to the parentheses. You can't do anything more within the parentheses, so then you multiply like so-

3(y+4)=4(y-6)

3y+12=4y-24

Then you subtract 3y from both sides

12=y-24

And finally, to isolate the variable and achieve your answer, you add 24 to both sides

y=36