The shorter side of a rectangle is 15 cm less than the longer side. The numerical value of its area is equal to 5 times the numerical value of its perimeter. What is the length (in cm) of its longer side?
This problem involves a rectangle where the relationship between its sides, area, and perimeter is given. We need to find the length of the longer side.
Let's define the variables:
From the problem statement, we know:
Now, we substitute the expressions for $A$ and $P$ into the equation $A = 5P$:
$L(L - 15) = 5 \times [2(2L - 15)]$
Simplify the equation:
$L^2 - 15L = 10(2L - 15)$
$L^2 - 15L = 20L - 150$
Rearrange the terms to form a standard quadratic equation ($ax^2 + bx + c = 0$):
$L^2 - 15L - 20L + 150 = 0$
$L^2 - 35L + 150 = 0$
We need to solve the quadratic equation $L^2 - 35L + 150 = 0$. We can do this by factoring. We are looking for two numbers that multiply to 150 and add up to -35.
The numbers are -5 and -30, since $(-5) \times (-30) = 150$ and $(-5) + (-30) = -35$.
So, we can factor the equation as:
$(L - 5)(L - 30) = 0$
This gives two possible solutions for $L$:
We must check if these values for $L$ are valid in the context of the problem.
The value $L = 30$ cm is the only valid solution. Therefore, the length of the longer side of the rectangle is 30 cm.