An integer is close to zero if it is "small".
By small, we mean that it is small in absolute value. In fact, for any given distance
, there are two integers that are
units away from zero:
and
.
So, for example, -6 is close to zero than 8, because -6 is six units away from zero, while 8 is eight units away from zero.
So, the answer is B, -8, because it is 8 units away from zero. The other options A, C and D are, respectively, 12, 10 and 14 units away from zero.
First, we get ax^2+bx+c. Next, we know that the line of symmetry is -b/2a. Since we know that there is a maximum value, the parabola is facing downwards, so a is negative. For random numbers, we can say that a = -0.5 and b=-10 (b needs to be negative for -b/2a to equal -10), getting -0.5x^2-10x+c. Plugging -10 in for x (since -10 is the middle it is the max), we get -50+100=50. Since the maximum needs to be 5, not 50, we subtract 45 from the answer to get it and therefore make c = -45, getting -0.5x^2-10x-45
Answer:
Quadratic
Step-by-step explanation:
It looks like it’s forming a very wide arch so quadratic formulas are arches
Where's the equation that contains "z"?
Answer: Choice A. (8, 4)
==========================================================
Explanation:
Because x = 2y, we can replace every copy of x with 2y
Let's do so in the second equation
3x - 4y = 8
3(x) - 4y = 8
3(2y) - 4y = 8 .... x replaced with 2y; now let's isolate y
6y - 4y = 8
2y = 8
y = 8/2 ..... divide both sides by 2
y = 4
Use this y value to find x
x = 2y
x = 2*4
x = 8
So we have x = 8 and y = 4 pair together to get the answer (x,y) = (8, 4) which is choice A.