Answer:
b. 4x^2 + 3x - 6
Step-by-step explanation:
The values of f(x) for the extremes of x are more positive than the value of f(x) for the middle x, so we know the parabola opens upward. That eliminates choice D.
It is probably easiest to evaluate the other expressions to see which one matches the given f(x) values. For the purpose, it is usually easier to use the Horner form of the equation.
a. f(-2) = (3(-2) +4)(-2) -6 = -2(-2) -6 = -2 ≠ 4
b. f(-2) = (4(-2) +3)(-2) -6 = -5(-2) -6 = 4 . . . . matches the given data point
c. Because (b) matches, we know this one will not.
The appropriate choice is B.
Answer: Let's start by writing down coordinates of all points:
A(0,0,0)
B(0,5,0)
C(3,5,0)
D(3,0,0)
E(3,0,4)
F(0,0,4)
G(0,5,4)
H(3,5,4)
a.) When we reflect over xz plane x and z coordinates stay same, y coordinate changes to same numerical value but opposite sign. Moving front-back is moving over x-axis, moving left-right is moving over y-axis, moving up-down is moving over z-axis.
A(0,0,0)
Reflecting
A(0,0,0)
B(0,5,0)
Reflecting
B(0,-5,0)
C(3,5,0)
Reflecting
C(3,-5,0)
D(3,0,0)
Reflecting
D(3,0,0)
b.)
A(0,0,0)
Moving
A(-2,-3,1)
B(0,-5,0)
Moving
B(-2,-8,1)
C(3,-5,0)
Moving
C(1,-8,1)
D(3,0,0)
Moving
D(1,-3,1)
Hope this helps plz mark brainliest
Step-by-step explanation:
Answer:
100 points
Step-by-step explanation:
-75 + 200 = 125
125 - 25 = 100
Answer:
.5 yds per minute
Step-by-step explanation:
To find the change in elevation, divide the yards by the minutes
16 yds/ 32 minutes
1/2 yds per minute
.5 yds per minute
Answer:
8 days
Step-by-step explanation:
On day 8, Isabella will save 256 nickels, bringing her total to 510.
_____
The number of nickels saved on day n is 2^n. The total is 2^(n+1)-2.
_____
The above can be written down from your knowledge of binary sequences. If you want a more formal development, read on.
__
The number of nickels saved on day n is a geometric sequence with first term 2 and common ratio 2. The n-th term of the sequence is ...
an = a1·r^(n-1) = 2·2^(n-1) = 2^n
The sum of n terms of the sequence is ...
S = a1(r^n -1)/(r -1) = 2(2^n -1)/(2-1)
S = 2^(n+1) -2
__
We want S > 500, so ...
500 < 2^(n+1) -2
502 < 2^(n+1)
251 < 2^n
log(251) < n·log(2)
n > log(251)/log(2)
n > 7.97 . . . . . . . . 8 days or more to save more than 500 nickels