Posted by Kestrel on Sunday, October 23, 2011 at 10:19pm.
first we represent the unknowns using variables:
let x = length
let y = width
recall that perimeter of rectangle is just,
P = 2x + 2y
since P is given (which is 400), we can get an expression of width in terms of length:
400 = 2x + 2y
400 - 2x = 2y
y = 200 - x
then to get the dimensions, we use the area given. recall that area of rectangle is just,
A = xy
substituting,
8000 = x(200 - x)
8000 = 200x - x^2
x^2 - 200x + 8000 = 0
then solve for x using quadratic equation. then also solve for y.
hope this helps~ :)
Related Questions
Grade 11 Functions - A rectanguler field with an area of 8000 meters squared is ...
math - a rectangular field is to be enclosed with 600m of fencing. Find the ...
math - determine the maximum area of a rectangular field that can be enclosed by...
Algebra 2 - A Rectangular Field is to be enclosed by a fence and divided into ...
Algebra 2 - A Rectangular Field is to be enclosed by a fence and divided into ...
pre-calc - area of a rectangular region: a farmer wishes to create two ...
algebra - A man has 400 meters of fencing and wants to fence in a rectangular ...
Math OPTIMIZATION - A home gardener plans to enclose two rectangular gardens ...
Algebra 2 - A rectangular field is to be enclosed by 300 feet of fencing. Find ...
algebra - The length of a rectangular field is 18 m longer than the width. The ...
For Further Reading