SOLUTION: Trying to simplify this equation and Justify each step. w+3w+4(5+w-3w) Here is what I have tried w+3w+4(5+w-3w) w+3w+4(2w) w+3w+8w w+11w

Algebra ->  Distributive-associative-commutative-properties -> SOLUTION: Trying to simplify this equation and Justify each step. w+3w+4(5+w-3w) Here is what I have tried w+3w+4(5+w-3w) w+3w+4(2w) w+3w+8w w+11w      Log On


   



Question 213060This question is from textbook Prentice PRE-ALGEBRA
: Trying to simplify this equation and Justify each step.
w+3w+4(5+w-3w)
Here is what I have tried
w+3w+4(5+w-3w)
w+3w+4(2w)
w+3w+8w
w+11w
This question is from textbook Prentice PRE-ALGEBRA

Found 3 solutions by stanbon, jim_thompson5910, Edwin McCravy:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
simplify this equation and Justify each step.
w+3w+4(5+w-3w)
Here is what I have tried
w+3w+4(5+w-3w)
---
4w + 4(5-2w)
4w + 20 - 8w
20 - 4w
===============
Cheers,
Stan H.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
w%2B3w%2B4%285%2Bw-3w%29 Start with the given expression.


4w%2B4%285-2w%29 Combine like terms.


4w%2B4%285%29%2B4%28-2w%29 Distribute.


4w%2B20-8w Multiply


-4w%2B20 Combine like terms.


So w%2B3w%2B4%285%2Bw-3w%29=-4w%2B20




Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Edwin's explanation:


First of all it's not an "equation", for to be
called an equation, there must be an equal
sign in it.  Otherwise it is called "an expression"

Equations are said to be "solved"
Expressions are said to be "simplified".

So much for correct wordage.  Let's look at what
you did:

w+3w+4(5+w-3w)
w+3w+4(2w)
That is wrong

You thought the 5+w-3w became 2w, but it doesn't.

Let's look at 

5+w-3w

You must combine only like terms. the term "5" and
the term "-3w" are NOT like terms.  so you cannot
combine them as you tried to do and got "2w".  You also
cannot ignore the "w" sitting there in between them    

That "w" means "1w", so let's write it that way:

5+1w-3w

The only like terms are the "1w" and the "-3w".  You 
combine them by combining their coefficients 1-3 as
-2 and then putting the letter "w" on, getting "-2w".

So 

5+1w-3w

becomes 

5-2w,  not "2w"

So starting over your corrected simplification is:

w+3w+4(5+w-3w)

Put in the invisible 1 coefficients on the "w"'s

1w+3w+4(5+1w-3w)

Combine the terms of "1w+3w" as "4w"
Combine the terms of "1w-3w" as "-2w"

4w+4(5-2w)

Use the distributive principle to multiply
the 4 just before the parentheses by both terms
inside the parentheses.  You get:

4w+20-8w

Now combine the "4w" term with the "-8w" term
and get "-4w"

-4w+20

That's the final simplification.

Edwin