SOLUTION: Their is a rectangle and its legnth is d-12 and the width is d. If the area is 28 square units, what is the value of d?
Algebra ->
Rectangles
-> SOLUTION: Their is a rectangle and its legnth is d-12 and the width is d. If the area is 28 square units, what is the value of d?
Log On
Question 446629: Their is a rectangle and its legnth is d-12 and the width is d. If the area is 28 square units, what is the value of d? Found 2 solutions by chriswen, stanbon:Answer by chriswen(106) (Show Source):
You can put this solution on YOUR website! There is a rectangle and its length is d-12 and the width is d. If the area is 28 square units, what is the value of d?
----
Area = length*width
---
28 = (d-12)d
d^2-12d-28 = 0
---
Factor using Inverse FOIL:
d^2-14d+2d-28 = 0
d(d-14)+2(d-14) = 0
(d-14)(d+2) = 0
----
Positive solution:
width = d = 14
length = d-12 = 2
=======================
Cheers,
Stan H.