Hi Gilbert,
You can find the product of the given binomials using the following 2 methods:
M1) Using Distributive Property
M2) Using the FOIL Method
The standard form of a polynomial is written such that the term with the highest power comes first and is then followed by the other terms in decreasing power order of the variable.
Solution - Part 1 (Using M1) : (x+3)(x+6) = ?
(x+3)(x+6) = x(x+6) + 3(x+6) --- Distribute (x+6) to each term of (x+3)
= x(x) + x(6) + 3(x) + 3(6) --- Distributive Property
= x2 + 6x + 3x + 18 --- Multiply
= x2 + 9x + 18 --- Combine like terms
= x2 + 9x + 18 --- Standard Form
Solution - Part 2 (using M2): (3x+1) (2x+7) = ?
The F-O-I-L stands for first, outer, inner, and last.
First - multiply the first terms together, (3x+1) (2x+7) --- 3x(2x)
Outer - multiply the outermost terms together (3x+1) (2x+7) --- 3x(7)
Inner - multiply the innermost terms together (3x+1) (2x+7) --- 1(2x)
Last - multiply the last terms together (3x+1) (2x+7) --- 1(7)
(3x+1) (2x+7) = 3x(2x) + 3x(7) + 1(2x) + 1(7)
= 6x2 + 21x + 2x + 7 --- Multiply
= 6x2 + 23x + 7 --- Combine like terms
= 6x2 + 23x + 7 --- standard Form
Solution - Part 3 (using M1): (5x-1) (x+2) = ?
(5x-1) (x+2) = 5x(x+2) -1(x+2) --- Distribute (x+2) to each term of (5x-1)
= 5x(x) +5x(2) -1(x) -1(2) --- Distributive Property
= 5x2 + 10x - x - 2 --- Multiply
= 5x2 + 9x - 2 --- Combine like terms
= 5x2 + 9x - 2 --- Standard Form
Hope this helps!