What is the standard form of #y=(x-1)(x - 7) #?

1 Answer
May 29, 2018

See a solution process below:

Explanation:

To write this equation in standard form we must 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)(x) - color(red)(1))(color(blue)(x) - color(blue)(7))# becomes:

#y = (color(red)(x) xx color(blue)(x)) - (color(red)(x) xx color(blue)(7)) - (color(red)(1) xx color(blue)(x)) + (color(red)(1) xx color(blue)(7))#

#y = x^2 - 7x - 1x + 7#

We can now combine like terms:

#y = x^2 + (-7 - 1)x + 7#

#y = x^2 + (-8)x + 7#

#y = x^2 - 8x + 7#