SOLUTION: If the length of a rectangle is 5m more than its width, find the all possible values for the length so that the area of the rectangle will be at least 500m²
Question 1177999: If the length of a rectangle is 5m more than its width, find the all possible values for the length so that the area of the rectangle will be at least 500m² Found 2 solutions by MathLover1, ikleyn:Answer by MathLover1(20850) (Show Source):
You can put this solution on YOUR website!
If the length of a rectangle is 5m more than its width, find the all possible values for the length so that the area of the rectangle will be at least 500m²
if the length of a rectangle is more than its width , we have
the area of the rectangle:
....factor
so, take only positive solution
then ->
This problem is about solving inequality,
but @MathLover1 mistakenly solved an equation, instead.
So, I came to bring a valid solution.
Let L be the length, in meters.
Then the width is (L-5) meters.
The area of the rectangle is L*(L-5) square meters.
They want you solve this inequality
L*(L-5) >= 500.
It is equivalent to
L^2 - 5L - 500 >= 0.
Factor the left side
(L-25)*(L+20) >= 0.
The solution to this inequality is the union of two sets { L | L <= -20 } U { L | L >= 25}.
Due to the physicals sense, the length can not be negative.
So, the solution to the problem is the set { L | L >= 25 meters }. ANSWER