Question 274307: write the equation y=a(x-h)^2+k with the given.
with a y-intercept 10, x-intercept 2, and equation of axis x-3=0
Found 2 solutions by stanbon, solver91311: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! write the equation y=a(x-h)^2+k with the given.
with a y-intercept 10, x-intercept 2, and equation of axis x-3=0
----
You have three points: (0,10), (2,0) and vertex(3,y)
---
If vertex is (3,y), h=3.
y = a(x-3)^2+k
-----
Substituting (0,10) and (2,0)
10 = a(-3)^2 + k
0 = a(-1)^2 + k
---
Solve for a and k:
9a + k = 10
a + k = 0
----------------------
8a = 10
a = 5/4
---
k = -5/4
--------------------
y = (5/4)(x-3)^2 - (5/4)
----

----
Cheers,
stan H.
Answer by solver91311(24713) (Show Source):
|
|
|