209469 209469
  • 03-11-2019
  • Mathematics
contestada

Find the vertex form of a parabola with a vertex of (-2, 12)
that passes through (-4, 0)

Respuesta :

jimrgrant1 jimrgrant1
  • 03-11-2019

Answer:

y = - 3(x + 2)² + 12

Step-by-step explanation:

The equation of a parabola in vertex form is

y = a(x - h)² + k

where (h, k) are the coordinates of the vertex and a is a multiplier

Here (h, k) = (- 2, 12), thus

y = a(x + 2)² + 12

To find a substitute (- 4, 0) into the equation

0 = a(- 2)² + 12, that is

4a + 12 = 0 ( subtract 12 from both sides )

4a = - 12 ( divide both sides by 4 )

a = - 3

y = - 3(x + 2)² + 12 ← equation in vertex form

Answer Link

Otras preguntas

Describe a situation in which indirect communication is used effectively.
Which of the following epochs was the warmest?
(100POINTS)Hey can anyone wright me a fable? and please dont just copy and paste one online. here's the instructions. Write a fable which is two to three parag
How are the functions y=x and y=x+5 related? How are their graphs related?
when one carbon atom combines with 2 oxygen atoms the resulting substance is called what
Explain why a fluorescent light bulb is not as hot as an incandescent light bulb.
A gift box in the shape of a triangular prism has a volume of 36 cubic inches, a base height of 4 inches, and a height of 3 inches. What is the length of the ba
Someone please help, with a cherry on top? View attached graph and find the approx. slope THANK YOU SOOO MUCH!!!
What did Francis Drake do?
Write a function addone that adds 1 to its integer reference parameter. the function returns nothing. submit