Answer:
Vertex form
y = -4(x + 3)^2 + 10
Standard form;
y = -4x^2-24x - 26
Step-by-step explanation:
Mathematically, we have the vertex form as
y = a(x-h)^2 + k
(h,k) represents the vertex
We have h as -3 and k as 10
y = a(x+3)^2 + 10
To get a, we substitute any of the points
Let us use (-1,-6)
-6 = a(-1+3)^2 + 10
-6-10 = 4a
4a = -16
a = -16/4
a = -4
So we have the equation as;
y = -4(x+3)^2 + 10
For the standard form;
We expand the vertex form;
y = -4(x + 3)(x + 3) + 10
y = -4(x^2 + 6x + 9) + 10
y = -4x^2 - 24x -36 + 10
y = -4x^2 -24x -26
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.
Answer:
False
<em>Brainliest, please!</em>
Step-by-step explanation:
+ + = +
- - = +
+ - = -
- + = -
This can be factored into (x+9)(x+5)/(x+9)(x+1)
once simplified, it's (x+5)/(x+1)
The denominator cannot be negative, so x≠-1
Therefore, the answer is C.
There’s no slope through (5,-4)