How do you change #f(x) = (x-3)^2 + 17# into standard form?
2 Answers
Jun 1, 2015
Jun 1, 2015
- Now by applying this identity u can open this eq:
#(x-3)^2+17# in this way..
#x^2+(3)^2+2(x)(3)+17# - now this can be simplified as:
#x^2+9+6x+17# - which can be further simplified as:
#x^2+6x+26#
this is ur answer!!