Put this function in vertex form by completing the square?
I'm really confused on how they completed the square. Can someone please do a step by step walkthrough on how they solved this problem?
I'm really confused on how they completed the square. Can someone please do a step by step walkthrough on how they solved this problem?
1 Answer
Dec 14, 2017
h(t)=5(t-3)^2 +55
Explanation:
h(t)=-5t^2+30t+10
We want equation in this form y={A(x-B)^2}+C
So we have to change -5t^2+30t+10 into
{A(x-B)^2}+C
Now
-5t^2+30t+10
Taking 5 common we get
-5(t^2-6t-2)
-5(t^2-23t+3×3-3×3-2)
Hint
(a-b)^2= a^2-2ab+b^2
So now
-5{(t^2-2×3×t+3^2)-11}
-5{(t-3)^2 -11}
-5*(t-3)^2 +55
That gives
h(t)=-5*(t-3)^2 +55