How do you find the product of (x-3)^2?
2 Answers
From here we can just FOIL; first, outer, inner, last. Multiply the first term in the first bracket (x), by the FIRST term in the second bracket (x), giving us
Collect like terms:
And you're done!
Explanation:
-
Let's say
A=x-3 (this is to help you understand).
So then we would haveA^2 , which gets youAxxA . -
Now let's apply that back into the original problem.
(x-3)^2=(x-3)xx(x-3)=(x-3)(x-3) -
We can use the Distributive Property to make this more easily readable:
\color(red)(x(x-3))+\color(green)((-3)(x-3))
Simplify by re-applying Distributive Property:
\color(red)(x(x)+x(-3))+\color(green)((-3)(x)+(-3)(-3)) -
And multiply...
x^2+(-3x)+(-3x)+9=x^3-6x+9