What is the standard form of # y=(3x + 8)(x + 1) #?

1 Answer
May 23, 2018

See a solution process below:

Explanation:

To put this equation in standard form, multiply the two terms on the right side of the equation by multiplying each individual term in the left parenthesis by each individual term in the right parenthesis.

#y = (color(red)(3x) + color(red)(8))(color(blue)(x) + color(blue)(1))# becomes:

#y = (color(red)(3x) xx color(blue)(x)) + (color(red)(3x) xx color(blue)(1)) + (color(red)(8) xx color(blue)(x)) + (color(red)(8) xx color(blue)(1))#

#y = 3x^2 + 3x + 8x + 8#

We can now combine like terms:

#y = 3x^2 + (3 + 8)x + 8#

#y = 3x^2 + 11x + 8#