Answer:
y = 4x + 5
Step-by-step explanation:
The x= the cut for the grass
The y=garvin cuts
348=20x+18y
132=18+x
To find the area of the figure, we divide it into two rectangles as follows:
And we find the area of each rectangle, which is given by:

Area rectangle 1:

Area rectangle 2:

Therefore, the shaded area of the diagram is:

Answer: 54 m^2
For those who are looking for the answer, i just did the test, and got this question right. The answer is the second option: an<span> = 10(1/2</span>)n − 2<span>; average rate of change is negative thirty five thirds. Hope this helps you all, and good luck.</span>
Def square_feet_calculator(length, width):
square_feet = length*width
print(square_feet)
when calling this function, it should ask you to input the length and width as parameters.