.A rectangular lot adjacent to a highway is to be enclosed by a fence. If the fencing costs $2.50 per foot along the highway and $1.50 per foot on the other sides, find the dimensions of the largest lot that can be fenced off for $720.

If the highway side has length x and the other dimension is y, then we have

2.50x + 1.50(x+2y) = 720
4x + 3y = 720
so, y = (720-4x)/3
That means the area is
a = xy = x(720-4x)/3
The vertex of this parabola is at (90,10800)
So the lot is 90 by 120

As always, maximum area is achieved when the fence is divided equally among lengths and widths.

To find the dimensions of the largest lot that can be fenced off for $720, we can set up an optimization problem.

Let's assume the length of the lot adjacent to the highway is L, and the width is W.

The cost of the fence along the highway side would be 2.50 * L, and the cost of the fence on the other sides (two of them) would be 1.50 * W * 2.

Given that the total cost of the fence is $720, we can write the equation:

2.50 * L + 1.50 * W * 2 = 720

To solve for the dimensions L and W, we can use calculus. We want to maximize the area of the lot, which is given by A = L * W.

1. Differentiate the area equation with respect to L:
dA/dL = W

2. Differentiate the cost equation with respect to L and set it equal to zero to find the critical point:
2.50 - 0 = 0

3. Differentiate the cost equation with respect to W and set it equal to zero to find the critical point:
1.50 * 2 = 0

4. Solve the system of equations to find the critical points:
W = 0 and L = 0

Since we can't have a zero width or length, we need to analyze the boundaries.

If we consider the limits, the cost equation would be:
2.50 * L + 1.50 * W * 2 = 720
2.50 * L + 3 * W = 720

Let's analyze the boundaries:
- When L = 0, the cost equation becomes:
3 * W = 720
W = 240

- When W = 0, the cost equation becomes:
2.50 * L = 720
L = 288

So, the possible values for L are between 0 and 288, and the possible values for W are between 0 and 240.

Now we can evaluate the area A = L * W for the boundary points and find the maximum area:

A(L=0, W=0) = 0 * 0 = 0
A(L=0, W=240) = 0 * 240 = 0
A(L=288, W=0) = 288 * 0 = 0

Therefore, it seems that the maximum area is zero.

It is important to note that this might be a result of a mistake or an unrealistic constraint in the problem you provided. Please verify the problem details and constraints to ensure accuracy.