How do you evaluate #(2y ^ { 3} + 6y ^ { 2} - 7y ) - ( 5y ^ { 2} - 8y + 2)#?

1 Answer
Dec 8, 2017

See a solution process below:

Explanation:

Combine Like Terms:
First, remove all of the terms from parenthesis. Be careful to handle the signs of each individual term correctly:

#2y^3 + 6y^2 - 7y - 5y^2 + 8y - 2#

Next, group like terms:

#2y^3 + 6y^2 - 5y^2 - 7y + 8y - 2#

Now, combine like terms:

#2y^3 + (6 - 5)y^2 + (-7 + 8)y - 2#

#2y^3 + 1y^2 + 1y - 2#

#2y^3 + y^2 + y - 2#