How do you write the function in standard form #y=(5x+8)(4x+1)#?

1 Answer
Apr 17, 2017

See the entire solution process below.

Explanation:

To write this equation in standard form you must multiply the two terms on the right side of the equation. To multiply these two terms you multiply each individual term in the left parenthesis by each individual term in the right parenthesis.

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

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

#y = 20x^2 + 5x + 32x + 8#

We can now combine like terms:

#y = 20x^2 + (5 + 32)x + 8#

#y = 20x^2 + 37x + 8#