.
A rectangular ink pad has a perimeter of 40 centimeters. Its area is 96 square centimeters.
What are the dimensions of the ink pad?
~~~~~~~~~~~~~~~
Let x be the length, y be the width.
Then x + y = 40/2 = 20 cm (half of the perimeter).
So, the width is y = 20-x cm.
Therefore, the area is xy = x*(20-x) = 96 cm^2.
So, your area equation to find the length x is
x*(20-x) = 96
x^2 - 20x + 96 = 0
(x-12)*(x-8) = 0
The roots are x= 12 and x= 8.
ANSWER. The dimensions of the pad are 12 cm and 8 cm.
Solved.
--------------------
To see many similar solved problems, look into the lesson
- Problems on the area and the dimensions of a rectangle
in this site.