.
A rectangular lot is 65 yards long and 110 yards wide.
Give the length and width of another rectangular lot that has the same perimeter but a smaller area.
~~~~~~~~~~~~~~~~~~~~~
In the post by @mananth, there is NO ANSWER to the problem's question.
So, I came to bring a direct explicit and complete answer.
The given rectangle has the perimeter of 2*(65+110) = 130 + 220 = 350 yards
and the area of 65*110 = 7150 square yards.
To get another rectangle with the same perimeter and smaller area,
consider a more narrow rectangle with one dimension 65-x and other dimension 110+x,
where x is any positive value (less than 65).
For example, let's take x = 5 yards.
Then the dimensions of the new rectangle are 65-5 = 60 yards and 110+5 = 115 yards.
Then the new perimeter is 2*(60+115) = 120 + 130 = 350 yards (the same as the original rectangle has)
and the area 60*115 = 6900 square yards (which is less than the area of the original rectangle).
So, the answer is just given (one of many other possible answers).
To get the formal proof, notice that dimensions 65-x and 110+x provide the same perimeter
(which is obvious), but smaller area, because
65*110 - (65-x)*(110+x) = 65*110 - 65*110 + 110x - 65x + x^2 = (110-65)x + x^2 = 45x + x^2,
is positive for any positive x.
Solved, answered and fully explained.