The perimeter of a rectangle is 20cm and its area is 24cm^2. Calculate the length and width of the rectangle
Hamo above is correct but if they want you to find it mathematically..... hm, have you done simultaneous equations/substitution yet? If not, ignore the following....
First, you acknowledge that both the perimeter of a rectangle and the area of a rectangle are both functions of length (L) and width (W).
So, let L be the length of the rectangle, and W be the width. You get two functions:
1) L x W = 24 (using the information provided about the area)
2) 2L + 2W = 20 ---> divide by 2 ---> L + W = 10 (using the information provided about the perimeter)
If you take 2), and rearrange it, it becomes L = 10 - W
Then you take this result and 'plug it in' to equation 1).
W(10 - W) = 24
expand
10W - W^2 = 24
rearrange to get a quadratic
W^2 - 10W + 24 = 0
which factorises to, by inspection
(W - 6)(W - 4) = 0
therefore W = 6 or W = 4.
If W = 6, and we know that L + W = 10, then we know that L must be 4.
If W = 4, and we know that L + W = 10, then we know that L must be 6.
Length and width are essentially interchangeable so you know that the length is 6cm and the width is 4cm.