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:
y=4x-8.5
Step-by-step explanation:
Use point- slope form, since you are given one point and one slope.
y-y₁=m(x-x₁)
Plug coordinates and slope in.
y-(-1/2)=4(x-2)
Solve
y+1/2=4x-8
y=4x-8.5
Answer:
C
Step-by-step explanation:
The formula for finding the distance between 2 points (x1, y1) and (x2, y2) is
d = √[(x2 - x1)² + (y2 - y1)²]
Here (x2, y2) = (2, 3) and (x1, y1) = (4, -3)
Plugging them gives us
d = √[(2 - 4)² + (3 - (-3))²]
d = √[(2 - 4)² + (3 + 3)²]
It takes them 12 seconds to eat the whole sausage.
<h3>What is speed?</h3>
Speed is the rate of change of distance.
Analysis:
If kitten eats x cm, then puppy will eat 14 - x cm
speed = d/t
speed of kitten = 1/2
speed of puppy = 2/3
1/2 = x/t
2/3 = 14 - x / t
t = 2x--------1
2t = 3(14 - x ) -------- 2
substitute t in equation 2
2(2x) = 3(14 - x)
4x = 42 - 3x
7x = 42
x = 42/7 = 6cm
substitute value of x in equation 1
t = 2(60 = 12 seconds.
In conclusion, it takes the both animals 12 seconds to finish the sausage.
Learn more about speed: brainly.com/question/4931057
#SPJ1