HELP ASAP!! IM FAILING AND I TRANSFER IN A WEEK. IDK HOW TO DO THIS:
Abby wants to enclose a rectangular area of 20 square feet to use as a garden.
1. Write a function that could be used to find the garden’s length y in feet,
given its width x in feet. y =
2. What happens to the length of the 20-square-foot garden as its width
gets closer and closer to zero feet?

Respuesta :

x = W
y = L

1. Write a function that could be used to find the garden’s length y in feet,
given its width x in feet. y =

A = x * y
20 = x * y
y = 20/x

2. What happens to the length of the 20-square-foot garden as its width
gets closer and closer to zero feet?
if W = 0 means x = 0, then Area is equal 0. You have a straight length