A farmer wants to build a fence along a river. he has 900 feet of fencing and wants to enclose a rectangular pen on three sides (with the river providing the fourth side). if x is the length of the side perpendicular to the river, determine the area a of the pen as a function of x.

Respuesta :

The first thing we must do is define variables.

We have then:

x: the length of the side perpendicular to the river

y: the length of the side parallel to the river

The area of the rectangle is given by:

[tex] A = x * y [/tex]

On the other hand, the perimeter of the rectangle is:

[tex] 2x + y = 900 [/tex]

From here, we clear the value of y:

[tex] y = 900-2x [/tex]

Then, rewriting the area we have:

[tex] A (x) = x * (900-2x) [/tex]

[tex] A (x) = 900x-2x ^ 2 [/tex]

[tex] A (x) = - 2x ^ 2 + 900x [/tex]

Answer:

the area of the pen as a function of x is:

[tex] A (x) = - 2x ^ 2 + 900x [/tex]