Results 1 to 19 of 19

Thread: Combining like terms

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Combining like terms

    Ive been having trouble understanding how to combine like terms when multiplication is distributed over addition. If anyone could help it would be great. Two problems that i have banging my head over are the following

    4(2x3 + x2) - 5x2
    = 8x3 - x2 'books answer

    I end up getting 8x3 + 4x2 - 5x2


    Here is another one..... 3(5c) - 15c2 + c
    -15c2 + 16c 'books answer

    Now 3 * 5c would give us 15c.

    15c - 15c2 or 15c + (-15c2)

    should gives us 0 c1 which boils down to c

    so i end up with c + c.

  2. #2

  3. #3

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Im puzzled by what you find puzzling

  4. #4
    Hyperactive Member thinktank2's Avatar
    Join Date
    Nov 2001
    Location
    Arctic
    Posts
    272

    Re: Combining like terms

    Originally posted by Dilenger4
    Ive been having trouble understanding how to combine like terms when multiplication is distributed over addition. If anyone could help it would be great. Two problems that i have banging my head over are the following

    4(2x3 + x2) - 5x2
    = 8x3 - x2 'books answer

    I end up getting 8x3 + 4x2 - 5x2


    Here is another one..... 3(5c) - 15c2 + c
    -15c2 + 16c 'books answer

    Now 3 * 5c would give us 15c.

    15c - 15c2 or 15c + (-15c2)

    should gives us 0 c1 which boils down to c

    so i end up with c + c.

    I don't know whether you are just joking are not..
    But anyway..

    1) 4(2x^3 + x^2) - 5x^2

    = [(4*2)*x^3] + [4*x^2] - [5*x^2]

    = 8x^3 + [4-5](x^2)

    = 8x^3 + (-1 * x^2)

    = 8x^3 - x^2

    2) 3(5c) - 15c^2 + c

    = 15*c - 15c^2 + 1*c

    = [15 + 1]*c - 15c^2

    = 16c - 15c^2

    = -15c^2 + 16c

  5. #5

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Thanks thinktank2. I kind of understand your break down of the second problem.

    2) 3(5c) - 15c^2 + c

    = 15*c - 15c^2 + 1*c

    = [15 + 1]*c - 15c^2

    = 16c - 15c^2

    = -15c^2 + 16c

    3(5c) - 15c2 + c
    -15c2 + 16c

    But why would 3(5c) + c = 16c? wouldn't it be 15c2

  6. #6
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375

    Re: Combining like terms

    About the first one:

    Originally posted by Dilenger4

    4(2x3 + x2) - 5x2
    = 8x3 - x2 'books answer

    I end up getting 8x3 + 4x2 - 5x2
    8x3 - x2 = 8x3 + 4x2 - 5x2


    For the second one:

    3(5c) = 15c
    15c+c = 16c
    15c(c) = 15c^2
    -Show me on the doll where the music touched you.

  7. #7

  8. #8
    Fanatic Member
    Join Date
    Sep 2000
    Location
    UK.
    Posts
    728

    Re: Combining like terms

    Text books don't always show the right answers...
    Digital-X-Treme
    Contact me on MSN Messenger: [email protected]

    [VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
    / (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]

  9. #9
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    Except that in this case they have so there's not a problem there.
    -Show me on the doll where the music touched you.

  10. #10

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Posted by Ambivalentiowa
    8x3 - x2 = 8x3 + 4x2 - 5x2
    So if they are equivalent then i guess i had the answer right to begin with? Thanks guys.

  11. #11

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Here is another one that i find hard.

    6[5c + 4(d-2c)] -5c

    Now i assume that i should start with the inner most grouping.

    6[5c + 4d - 8c] - 5c

    Now i guess i have to use the distributive property as such. But im not sure if im doing this right.

    30c + 24d - 48c - 30c

    Now since the answer is supposed to be -23c + 24d i can see where 24d comes from but where does the -23c come from?
    30c + -48c = -18 and -18 + (-30c) = -48c.

    So i end up getting -48c + 24d

  12. #12
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    Originally posted by Dilenger4
    Here is another one that i find hard.

    6[5c + 4(d-2c)] -5c

    Now since the answer is supposed to be -23c + 24d i can see where 24d comes from but where does the -23c come from?
    30c + -48c = -18 and -18 + (-30c) = -48c.

    So i end up getting -48c + 24d
    6[5c+4(d-2c)]-5c
    6[5c+4d-8c]-5c
    6[4d-3c]-5c
    24d-18c-5c
    =24d-23c

    You seem to have multiplied the -5c by 6 which is incorrect to do.
    -Show me on the doll where the music touched you.

  13. #13
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    JUST having a shot, seeing if i can still do it

    6[5c + 4(d-2c)] -5c
    = 30c + 24(d-2c) - 5c
    = 25c + 24d - 48c
    = -23c + 24d
    or
    = 24d - 23c



    lol

  14. #14
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    Very good da_silvy.
    -Show me on the doll where the music touched you.

  15. #15

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Ahhhh ok. We start from the outer and work our way towards the inner.

  16. #16
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    Got any other problems? I'm better at maths than vb.
    -Show me on the doll where the music touched you.

  17. #17
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    hehehe thanks ambiva

    Dilenger, it's really just a matter of personal preference.

    For this problem, i just multiplied the six out first, ambiva multiplied out the internal one first. We both got the same answer

  18. #18

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Posted by da_silvy
    Dilenger, it's really just a matter of personal preference.

    For this problem, i just multiplied the six out first, ambiva multiplied out the internal one first. We both got the same answer
    Ahhhh ok, i see now. Either way it works out the same.

    6[5c + 4(d -2c)] - 5c
    6[5c + 4d - 8c] - 5c
    30c + 24d - 48c - 5c
    -23c + 24d

    Thanks for the help guys.

  19. #19
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    You're welcome.
    -Show me on the doll where the music touched you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width