How do you simplify #( x + 4) * ( 2x + 5)#?

1 Answer
May 29, 2017

See a solution process below:

Explanation:

To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

#(color(red)(x) + color(red)(4)) * (color(blue)(2x) + color(blue)(5))# becomes:

#(color(red)(x) xx color(blue)(2x)) + (color(red)(x) xx color(blue)(5)) + (color(red)(4) xx color(blue)(2x)) + (color(red)(4) xx color(blue)(5))#

#2x^2 + 5x + 8x + 20#

We can now combine like terms:

#2x^2 + (5 + 8)x + 20#

#2x^2 + 13x + 20#