Question 1083210: A rectangular pool table has a perimeter of 14 m. If the area is 12 m2 find the dimensions. Found 3 solutions by josgarithmetic, rothauserc, Alan3354:Answer by josgarithmetic(39613) (Show Source):
You can put this solution on YOUR website! We are given
:
Perimeter(P) = 14 = (2*l) + (2*w), where l is length and w is the width
Area(A) = l * w = 12
:
solve P equation for l
2l + 2w = 14
l + w = 7
l = 7 - w
:
substitute for l in the A equation
:
(7 - w) * w = 12
:
7w -w^2 = 12
:
w^2 -7w + 12 = 0
:
factor the quadratic
:
(w-4) * (w-3) = 0
:
we have two solutions
:
**********
w=4m, l=3m
w=3m, l=4m
**********
: