Question 338584: the perimeter of a large rectangular store room measures 900 ft. the surface area of its floor is found to be 50,000 sq ft. how long is each side of the room?
Answer by nerdybill(7384) (Show Source):
You can put this solution on YOUR website! the perimeter of a large rectangular store room measures 900 ft. the surface area of its floor is found to be 50,000 sq ft. how long is each side of the room?
.
Let x = width
and y = length
.
From: "the perimeter of a large rectangular store room measures 900 ft." we get
2(x+y) = 900 (equation 1)
.
From: "surface area of its floor is found to be 50,000 sq ft" we get
xy = 50000 (equation 2)
.
Solve equation 2 for y:
y = 50000/x
.
Substitute above into equation 1 and solve for x:
2(x+y) = 900
2(x+50000/x) = 900
multiplying both sides by x:
2(x^2 + 50000) = 900x
x^2 + 50000 = 450x
x^2 - 450x + 50000 = 0
factoring the left:
(x-250)(x-200) = 0
x = {250, 200}
.
lengths of each side then are
250 feet and 200 feet
|
|
|