How do you write #(2x + 3)(3x + 4) # in standard form?

1 Answer
Sep 13, 2017

See a solution process below:

Explanation:

To put this expression in standard form we must multiply the two terms in parenthesis. To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

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

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

#6x^2 + 8x + 9x + 12#

We can now combine like terms:

#6x^2 + (8 + 9)x + 12#

#6x^2 + 17x + 12#