Files
freeCodeCamp/guide/english/mathematics/how-to-add-and-subtract-with-powers/index.md
Anas Salam 1485959f5a info added to how to add subtract with powers (#29544)
info added to how to add or subtract with powers
2019-05-18 18:07:03 +05:30

1.3 KiB

title
title
How to Add and Subtract with Powers

How to Add and Subtract with Powers

To add or subtract with powers, both variables and exponential powers of the variables must be same. The required operations is performed on the coefficients, leaving the variable and exponent as it is. The terms that combines always have exactly the same variables with exactly the same powers.

Example 1:
2x + x = 3x
2x - x = x
Here both variables and their power are same, hence addition and subtraction can be performed.

Example 2:
2x2 + x2 = 3x2
2x2 - x2 = x2
Here both variables and their power are same, hence addition and subtraction can be performed.

Example 3:
3x2 + 2x3 = 3x2 + 2x3
3x2 - 2x3 = 3x2 - 2x3
3x2 - 2y2 = 3x2 - 2y2
Here both variables and their powers are NOT same, hence addition and subtraction cannot be performed.

More Information: