Are you trying to find the maximum height? The time it will be to reach the maximum height? I'm pretty confused at what you need help with right now
First replace x and y by 3 and 4.
(3*(x)+1)/(4*(y)^2)
((3*(3))+1)/(4*((4)^2)) = (9+1)/(4*16) = 10/64 = 5/32.
5/32 is your answer.
Please mark me as brainliest!
Answer:
y = -3(x+2)^2 - 6
Step-by-step explanation:
y = a(x+2)^2 -6
-18 = a(-2)^2 - 6
-12 = 4a
a = -3
y = -3(x+2)^2 - 6
The equation of a circle centred at point (m,n) and radius r is given by
<span>(x-m)² + (y-n)² = r²
</span>-------------------------------------------------------------
Centre = (4,3)
radius = 5
Equation:
(x - 4)² + (y - 3)² = 5²
⇒ x² - 8x + 16 + y² - 6y + 9 = 25
⇒ x² + y² - 8x - 6y + 25 = 25
⇒ x² + y² - 8x - 6y = 0
The equation of the circle is x² + y² - 8x - 6y = 0
Hope it helps!