Answer:
Credit remaining after 21 minutes = $30.4
Step-by-step explanation:
Credit remaining on a phone card is a linear function of the total calling time.
When graphed, let the linear function representing the line is,
y = mx + b
Where 'm' = slope of the line
b = y-intercept
From the graph,
Slope of the line = -0.12
y = -0.12x + b
If this line passes through a point (33, 28.96),
28.96 = -0.12(33) + b
b = 28.96 + 3.96
b = 32.92
Therefore, the linear function is,
f(x) = -0.12x + 32.92
where x = calling time
Credit left in the card after 21 minutes,
f(21) = -0.12(21) + 32.92
= -2.52 + 32.92
= $30.4
1,060 ÷ 5 = 212. He picked 212 blueberries from each row
Answer:
y = 2(x + 3)² - 4
Step-by-step explanation:
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
Using the method of completing the square
y = 2x² + 12x + 14 ← factor out 2 from the first 2 terms
= 2(x² + 6x) + 14
To complete the square
add/subtract ( half the coefficient of the x- term)² to x² + 6x
y = 2(x² + 2(3)x + 9 - 9 ) + 14
= 2(x + 3)² - 18 + 14
= 2(x + 3)² - 4 ← in vertex form