Answer:
20+14x
Step-by-step explanation:
Answer:
(0,0) (2,4) (-2,-4)
Step-by-step explanation:
X = W
y = L
<span>1. Write a function that could be used to find the garden’s length y in feet,
given its width x in feet. y =
</span>
A = x * y
20 = x * y
y = 20/x
<span>2. What happens to the length of the 20-square-foot garden as its width
gets closer and closer to zero feet?
</span>if W = 0 means x = 0, then Area is equal 0. You have <span>a straight length</span>
Answer:
f (x) = -2 (x + 6)^2 + 2
Step-by-step explanation:
f (x) = -2x^2 - 24x - 70 <--- divide out -2 out of the first two terms...
f (x) = -2 (x^2 + 12x) - 70 <-- divide the x coefficient by 2 and then square it, then add AND subtract it)
f (x) = -2 (x^2 + 12x + (12/2)^2 - (12/2)^2) - 70
f (x) = -2 (x^2 + 12x + 36 - 36) - 70 <--- distribute the -2 onto -36 to get it out of the brackets..
f (x) = -2 (x^2 + 12x + 36) + 72 - 70 <-- combine constants and factor perfect square trinomial...
f (x) = -2 (x + 6)^2 + 2 <-- standard form...