Discover the answers you need at Westonci.ca, where experts provide clear and concise information on various topics. Join our platform to connect with experts ready to provide precise answers to your questions in different areas. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

Suppose that you have $1500 to spend on fencing for your rectangular yard. The fence meets with your
house on one side, so you only need to fence three sides of the rectangle. The sides touching the house
will be equal in length, call these lengths x feet. And label the length of the third side y feet. Fencing
costs $57 per foot.
a. Write a function that expresses total fence cost as a function of x and y.
b. Write a function that expresses the total area as a function of x and y.
c. Write a function that expresses the total area as a function of x only. Assume that you want to
spend as much of that $1500 as you can.
d. Graph the result of c and past below. Be sure to include where the function reaches a maximum.


Sagot :

The cost function of the rectangular yard is 114x + 57y = 1500

Let x represent the length of the rectangular yard and y represent the width of the rectangular yard.

Since you need to fence only 3 sides, hence:

2x + y = Perimeter

Each foot cost $57 per foot and there is $1500 to spend, hence:

2x(57) + y(57) = 1500

114x + 57y = 1500

y = (1500 - 114x) / 57

The area (A) of the rectangular yard is:

A = x * y

A = xy

A = x[(1500 - 114x) / 57)

Find out more at: https://brainly.com/question/24721199