1.0k views
1 vote
Write this in y=ax^2+b form:

y=(x-5)^2 - 2

User Corie
by
8.2k points

2 Answers

3 votes

y=(x-5)^2-2\\ y=x^2-10x+25-2\\ y=x^2-10x+23
User Petr Felzmann
by
8.1k points
1 vote
Expand (x - 5)^2

(x - 5)^2 = (x - 5)(x - 5)

Multiply all the terms in the first parenthesis to all the terms in the 2nd:

x * x = x^2
x * -5 = -5x
-5 * x = -5x
-5 * -5 = 25

So we have:

x^2 - 5x - 5x + 25

Combine like terms:

x^2 - 10x + 25

Plug it back in:

y = (x - 5)^2 - 2

y = x^2 - 10x + 25 - 2

Combine like terms:

y = x^2 - 10x + 23
User Aquaman
by
8.7k points