Expanding (x+a)(x-b)
The expression (x+a)(x-b) is a common algebraic expression that often appears in math problems. Expanding this expression involves multiplying the two binomials using the FOIL method (First, Outer, Inner, Last).
Here's a breakdown of how to expand (x+a)(x-b):
- First: Multiply the first terms of each binomial: x * x = x²
- Outer: Multiply the outer terms of the binomials: x * -b = -bx
- Inner: Multiply the inner terms of the binomials: a * x = ax
- Last: Multiply the last terms of the binomials: a * -b = -ab
Now, combine all the terms:
(x+a)(x-b) = x² - bx + ax - ab
Simplifying the expression:
You can often simplify the expression by combining the middle terms if they have the same variable. In this case, we can combine -bx and ax:
(x+a)(x-b) = x² + (a-b)x - ab
Example
Let's see an example with specific values for a and b:
Expand (x+3)(x-2)
- First: x * x = x²
- Outer: x * -2 = -2x
- Inner: 3 * x = 3x
- Last: 3 * -2 = -6
Combining the terms:
(x+3)(x-2) = x² - 2x + 3x - 6
Simplifying:
(x+3)(x-2) = x² + x - 6
Practice Problems
Try expanding these expressions using the same steps:
- (x+5)(x-1)
- (x-4)(x+3)
- (x+7)(x-7)
Remember: The key is to follow the FOIL method and simplify the resulting expression by combining like terms.