
David W. answered 07/06/15
Tutor
4.7
(90)
Experienced Prof
First, translate the words to concise math expressions.
Assign L = length; W = width
"The length of a rectangle is 3cm more than twice the width" means L = 3+2*W [eq1]
"The area of the rectangle is 90cm squared" means Area = L*W = 90 [eq2]
"Find the dimensions of the rectangle" means report L and W
O.K., now the math:
L*W = 90 [eq2]
(3+2*W)*W = 90 [putting value for L from eq1 into eq2]
3W + 2*W^2 = 90 [distribute W)
2*W^2 +3W - 90 = 0 [rearrange terms to get equation that equals 0]
(W-6)*(2W+15) = 0 (find factors)
So, either W=6 or W=-7.5 (choose positive width)
Put W=6 into eq2 to get L*6 = 90, so L=15
Check:
Is 15 3 more than twice 6 ? yes
Is the area (15*6) equal to 90 ? yes