Let X represent the length of the chord.
By using Pythagoras' Theorem:
4^2 + (X/2)^2 = 15^2
(X^2)/4 = 209
X^2 = 836
X = 28.91
Answer:
d
Step-by-step explanation:
This is point-slope form, and these coordinates make both sides equal to 0.
Answer:
B
Step-by-step explanation:
Using the determinant to determine the type of zeros
Given
f(x) = ax² + bx + c ( a ≠ 0 ) ← in standard form, then the discriminant is
Δ = b² - 4ac
• If b² - 4ac > 0 then 2 real and distinct zeros
• If b² - 4ac = 0 then 2 real and equal zeros
• If b² - 4ac < 0 then 2 complex zeros
Given
f(x) = (x - 1)² + 1 ← expand factor and simplify
= x² - 2x + 1 + 1
= x² - 2x + 2 ← in standard form
with a = 1, b = - 2, c = 2, then
b² - 4ac = (- 2)² - (4 × 1 × 2) = 4 - 8 = - 4
Since b² - 4ac < 0 then the zeros are complex
Thus P(x) has no real zeros
Answer:
A and A
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
y = - 2(x + 3)² + 2 is in this form
with vertex = ( - 3, 2)
To find the y-intercept let x = 0
y = - 2(3)² + 2 = - 18 + 2 = - 16
Similarly
y = - 2(x + 2)² + 2 is in vertex form
vertex = ( - 2 , 2)
x = 0 : y = - 2(2)² + 2 = - 8 + 2 = - 6 ← y- intercept
hope this helped