Answer:
w=6x+1.25
Step-by-step explanation:
A is correct because the f represents the lilies and then you add the 15 because that is how much roses there are going to be. Lastly just multiply the ten that will give you the answer
The first two rows of coefficients are identical, so by inspection, the determinant is 0.
Answer:
Step-by-step explanation:
The following code is written in Python. It is a function that takes in the number of miles as an argument and returns the number of laps that those miles represents.
def miles_to_laps(miles):
laps = miles / 0.25
return laps
Answer:
-12
Step-by-step explanation:
Here the coefficients a, b and c are 4, 8 and -8 respectively.
-b
A formula for the axis of symmetry is x = -------
2a
-8
... which yields x = --------- = -1
2(4)
Evaluating f(x) = 4x^2 + 8x - 8 at x = -1 yields f(-1) = 4(-1)^2 + 8(-1) - 8 = -12.
The y-value of the vertex is -12. Note that the vertex lies right smack on the axis of symmetry.