
Nathan B. answered 09/23/15
Tutor
5
(20)
Elementary and Algebraic skilled
If you are seeing this sort of equation, then you are probably familiar with the FOIL process: distribute First, Outer, Inner, Last.
This is essentially the same process, the only difference is that you have three in each parentheses instead of two:
To begin the distributing method, let me help by giving you a visualization cue:
x2(x3 - x2 + 4) + x(x3 - x2 + 4) +3(x3 - x2 + 4)
Does that help you visualize what's going on? We've distributed the first parenthesis to the second set.
Now it's just a matter of distributing what's outside to what's inside. I'll keep the parenthesis sets to help contain what's going on where:
(x5 - x4 + 4x2) + (x4 - x3 + 4x) + (3x3 - 3x2 + 12)
Now it's just a matter of adding/subtracting like terms:
x5 = x5
-x4 + x4 = 0
-x3 + 3x3 = 2x3
4x2 -3x2 = x2
4x = 4x
12 = 12
That gives us the final answer of:
x5 + 2x3 + x2 + 4x + 12